Flowchart given in below figure represents which programming construct?
2021
Flowchart given in below figure represents which programming construct?


- A.
Sequence structure
- B.
Decision structure
- C.
Loop structure
- D.
Case structure
Attempted by 270 students.
Show answer & explanation
Correct answer: B
The flowchart displays a diamond shape with two outgoing paths labeled 'Y' (Yes) and 'N' (No). This structure represents a decision point where the program flow branches based on whether a condition is true or false. Therefore, it depicts a decision structure.