Quiz Question 1 of 5
Why might a programmer choose to use both pseudocode and flowcharts in the design phase of a software project, rather than relying on one method alone?
Choose the correct answer below:
-
A
Because combining the two helps in identifying errors that might not be obvious in either method alone.
-
B
Because flowcharts are easier to convert into code, while pseudocode is better for documentation purposes.
-
C
Because using both ensures that all aspects of the logic are covered comprehensively and provides a dual perspective on the design.
-
D
Because it allows for better testing of the logic before implementation.