FC0-U71 · Question #129
Which of the following does a diamond represent in a flowchart?
The correct answer is B. Decision. In standard flowchart notation, a diamond (rhombus) shape represents a decision point - a step where the flow branches based on a yes/no or true/false condition. Ovals or rounded rectangles represent Start and Stop points. Rectangles represent processing steps or actions. Knowing
Question
Which of the following does a diamond represent in a flowchart?
Options
- AStart
- BDecision
- CProcessing
- DStop
How the community answered
(35 responses)- A3% (1)
- B91% (32)
- D6% (2)
Explanation
In standard flowchart notation, a diamond (rhombus) shape represents a decision point - a step where the flow branches based on a yes/no or true/false condition. Ovals or rounded rectangles represent Start and Stop points. Rectangles represent processing steps or actions. Knowing these standard symbols is essential for reading and creating flowcharts in software development and process documentation.
Topics
Community Discussion
No community discussion yet for this question.