COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of these is a way can you represent and algorithm?
|
Code
|
|
List
|
|
Pseudocode
|
|
Shapes
|
Explanation:
Detailed explanation-1: -Writing in pseudocode is similar to writing in a programming language. Each step of the algorithm is written on a line of its own in sequence. Usually, instructions are written in uppercase, variables in lowercase and messages in sentence case.
Detailed explanation-2: -A flowchart is a graphical representation of an algorithm.
There is 1 question to complete.