__________, a program development tool, shows how the program has been…
2024
__________, a program development tool, shows how the program has been partitioned into smaller more manageable modules, the hierarchy and organization of those modules and the communication interfaces between modules.
- A.
Structure Chart
- B.
Fourth Generation Language Tools (4GL Tools)
- C.
Object-Oriented Programming and Design Tools
- D.
Program Flow Chart
- E.
Question not attempted
Attempted by 327 students.
Show answer & explanation
Correct answer: A
The correct answer is Structure Chart / स्ट्रक्चर चार्ट. A Structure Chart is a diagram that shows how a program is divided into modules, their hierarchical relationships, and the communication between them. It helps in visualizing the modular design of a software system.
Fourth Generation Language Tools (4GL Tools) / फोर्थ जेनरेशन लैंग्वेज टूल्स are used to develop applications using high-level languages, but they do not show module hierarchy or interfaces.
Object-Oriented Programming and Design Tools / ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग एवं डिज़ाइन टूल्स support OOP concepts like classes and objects, but they are not specifically used to show module partitioning.
Program Flow Chart / प्रोग्राम फ्लो चार्ट illustrates the sequence of operations and control flow in a program, not the modular structure.
Question not attempted / अनुत्तरित प्रश्न is not a valid option as the question can be answered.