

InterviewSolution
Saved Bookmarks
1. |
Top-down approach is followed in structural programming.(a) True(b) FalseThe question was posed to me in an interview for internship.The origin of the question is Structural Programming topic in chapter Planning the Computer Program of Computer Fundamentals |
Answer» CORRECT option is (a) True To elaborate: The STATEMENT is true. Structural PROGRAMMING follows the TOP – down APPROACH. Each module is further divided into sub modules. |
|