COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is important to remember when designing an algorithm?
|
whether to use a flowchart or pseudocode
|
|
the instructions are in the correct order
|
|
that it must be easy to read
|
|
None of the above
|
Explanation:
Detailed explanation-1: -When designing an algorithm there are two main areas to look at: the big picture-What is the final goal? the individual stages – What hurdles need to be overcome on the way to the goal?
Detailed explanation-2: -Answer: True. Explanation: While writing an algorithm we have to maintain the order of instruction and it is very important.
Detailed explanation-3: -It is crucial that the steps in an algorithm are performed in the right order-otherwise the algorithm will not work correctly.
There is 1 question to complete.