Flowchart given in below figure represents which programming construct?

2021

Flowchart given in below figure represents which programming construct?

image.pngimage.png

Answer: B. Decision structureThe flowchart displays a diamond shape with two outgoing paths labeled 'Y' (Yes) and 'N' (No). This structure represents a decision point where the program…

  1. A.

    Sequence structure

  2. B.

    Decision structure

  3. C.

    Loop structure

  4. D.

    Case structure

Attempted by 657 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.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…