MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Textual presentation of a flowchart
A
Algorithm
B
Pseudocode
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -‍ Flowchart represents information or processes as boxes, lines, and text. The boxes represent activities, the lines (or flowlines) represent the workflow that connects them, and the text represents what happens at each activity.

Detailed explanation-2: -Pseudocode is a “text-based” detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing “dependency” are to be indented. These include while, do, for, if, switch.

Detailed explanation-3: -Flowcharts and pseudo code are both used before writing code, but pseudocode is linear while a flow chart isn’t. Also, a flowchart is graphical, while pseudocode is technical. With that in mind, a flow diagram is suitable for communicating between non-technical people and programmers.

There is 1 question to complete.