Well done!
You have completed Introduction to Pseudocode Quiz!
Quiz Question 1 of 5
In the context of pseudocode, what is the main advantage of using indentation in structures like loops and conditional statements?
Choose the correct answer below:
-
A
Indentation is required for the pseudocode to be considered syntactically correct.
-
B
Indentation allows the pseudocode to be executed directly by pseudocode interpreters.
-
C
Indentation helps in translating pseudocode directly into programming languages without modification.
-
D
Indentation makes it easier to understand the flow of control and the logical grouping of actions within loops and conditionals.