A. Project design
B. Installation
C. Systems analysis
D. Programming
Related Mcqs:
- 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 - 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 - 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 - What DFD notation is represented by the Rectangle ?
A. Transform
B. Data Store
C. Function
D. None of the mentioned - Which of the following is not an activity of Structured Analysis (SA) ?
A. Functional decomposition
B. Transformation of a textual problem description into a graphic model
C. All the functions represented in the DFD are mapped to a module structure
D. All of the mentioned - Data Store Symbol in DFD represents a_______________?
A. Physical file
B. Data Structure
C. Logical file
D. All of the mentioned - How is generalization implemented in Object Oriented programming languages ?
A. Inheritance
B. Polymorphism
C. Encapsulation
D. Abstract Classes