A top down approach to programming calls for : Statement I: Working from the…
2022
A top down approach to programming calls for :
Statement I: Working from the general to the specific.
StatementII: Postpone the minor decisions.
Statement III: A systematic approach.
Statement IV: Intermediate coding of the problem
Which of the following is true ?
- A.
Statement I only
- B.
Statement I and Statement II only
- C.
Statement I, Statement II and Statement III only
- D.
Statement I, Statement II and Statement IV only
Attempted by 229 students.
Show answer & explanation
Correct answer: B
Start from the main problem (general) and divide it into smaller parts (specific). ✔ (Statement I)
Ignore small details at first and decide them later. ✔ (Statement II)
Focus on design first, coding later (so intermediate coding is not done).
Correct statements: I and II
A video solution is available for this question — log in and enroll to watch it.