A. Functions
B. Modules
C. Classes
D. Sub procedures
Explanation: A modular system consist of well defined manageable units with well defined interfaces among the units.
Related Mcqs:
- In the Analysis phase, the development of the ______________ occurs, which is a clear statement of the goals and objectives of the project ?
A. documentation
B. flowchart
C. program specification
D. design - Who designs and implement database structures ?
A. Programmers
B. Project managers
C. Technical writers
D. Database administrators - Debugging is_________________?
A. creating program code
B. finding and correcting errors in the program code
C. identifying the task to be computerized
D. creating the algorithm - Which of the following is the best type of module coupling ?
A. Control Coupling
B. Stamp Coupling
C. Data Coupling
D. Content Coupling - Which of the following is/are true with respect to functions ?
A. A function such as “search-book” is represented using a circle
B. Functions represent some activity
C. Function symbol is known as a process symbol or a bubble in DFD
D. All of the mentioned - Function-oriented design techniques starts with functional requirements specified in_______________?
A. SDD
B. SRS
C. All of the mentioned
D. None of the mentioned - Which of the following is a function of CASE Tool ?
A. Supporting Structured analysis and design (SA/SD)
B. Maintaining the data dictionary
C. Checking whether DFDs are balanced or not
D. All of the mentioned - What encapsulates both data and data manipulation functions ?
A. Object
B. Class
C. Super Class
D. Sub Class - Grady Booch, James Rumbaugh, and Ivar Jacobson combined the best features of their individual object-oriented analysis into a new method for object oriented design known as _____________________?
A. HTML
B. XML
C. UML
D. SGML - Choose the incorrect statement in terms of Objects ?
A. Objects are abstractions of real-world
B. Objects can’t manage themselves
C. Objects encapsulate state and representation information
D. All of the mentioned