Question Detail

BIO 107 While Loops & Control Flow Objective Question

Question

What does a diamond shape represent in a flowchart, as indicated in the 'Anatomy of a While Loop' slide?
Options
A Start/End Point
B Process
C Decision
Correct Answer
D Input/Output
Correct Answer

Option C is the correct answer.

Detailed Explanation

The table on the 'Anatomy of a While Loop' slide (page 4) explicitly states that a diamond indicates a decision, representing a point where the program flow can branch based on a condition.

Hint

Refer to the flowchart symbols table on the 'Anatomy of a While Loop' slide.

Question Info