MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is important to remember when designing an algorithm?
A
whether to use a flowchart or pseudocode
B
the instructions are in the correct order
C
that it must be easy to read
D
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.