A. Architecture
B. Data
C. Interface
D. All of the mentioned
Explanation: Part of the design phase is to create structural and behavioral models of the system which is covered by architecture, data and the interface of the product.
Related Mcqs:
- The importance of software design can be summarized in a single word which is___________________?
A. Efficiency
B. Accuracy
C. Quality
D. Complexity - Choose the option that does not define Function Oriented Software Design ?
A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None 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 - A design description in OOD includes___________________?
A. Protocol Description
B. Implementation Description
C. Type Description
D. both Protocol and Implementation Description - A design description of an object is known as a class__________________?
A. instance
B. object
C. case
D. both instance and object - 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 - How many layers are present in the OO design pyramid ?
A. three
B. four
C. five
D. one - 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 - Java packages and Fortran subroutine are examples of__________________________?
A. Functions
B. Modules
C. Classes
D. Sub procedures - 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