MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
On a flowchart, decisions are represented using diamond shapes.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -A parallelogram represents input and output. A rectangle represents a process. A diamond indicates a decision.

Detailed explanation-2: -Diamond – Used to represent a decision point in the process. Typically, the statement in the symbol will require a ‘yes’ or ‘no’ response and branch to different parts of the flowchart accordingly.

Detailed explanation-3: -A diamond represents a decision or branching point. Lines coming out from the diamond indicates different possible situations, leading to different sub-processes.

Detailed explanation-4: -Flowcharts typically use the following main symbols: A process step, usually called an activity, is denoted as a rectangular box. A decision is usually denoted as a diamond.

Detailed explanation-5: -System flowcharts display data or processes in a visual or graphical manner displaying the inputs, outputs and decisions made. This is done by using standard set of symbols. Hence, there is no narrative presentation involved. Thus, option d is the false statement.

There is 1 question to complete.