Question Detail
Question
What does a diamond shape represent in a flowchart, as indicated in the 'Anatomy of a While Loop' slide?
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.