A. Structured Analysis (SA)
B. Structured Design (SD)
C. Detailed Design (DD)
D. None of the mentioned
Related Mcqs:
- Actual programming of software code is done during the __________________ step in the SDLC?
A. Maintenance and Evaluation
B. Design
C. Analysis
D. Development and Documentation - How is generalization implemented in Object Oriented programming languages ?
A. Inheritance
B. Polymorphism
C. Encapsulation
D. Abstract Classes - In Design phase, which is the primary area of concern ?
A. Architecture
B. Data
C. Interface
D. All of the mentioned - Which tool is use for structured designing ?
A. Program flowchart
B. Structure chart
C. Data-flow diagram
D. Module - Which of the property of software modularity is incorrect with respect to benefits software modularity ?
A. Modules are robust
B. Module can use other modules
C. Modules Can be separately compiled and stored in a library
D. Modules are mostly dependent - Which of the following is the worst type of module cohesion ?
A. Logical Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Coincidental Cohesion - What DFD notation is represented by the Rectangle ?
A. Transform
B. Data Store
C. Function
D. None of the mentioned - Data Store Symbol in DFD represents a_______________?
A. Physical file
B. Data Structure
C. Logical file
D. All of the mentioned - Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
A. Booch method
B. Rumbaugh method
C. Wirfs-Brock method
D. Coad and Yourdon method - Which of the following is a mechanism that allows several objects in an class hierarchy to have different methods with the same name ?
A. Aggregation
B. Polymorphism
C. Inheritance
D. All of the mentioned