A. Maintenance and Evaluation
B. Design
C. Analysis
D. Development and Documentation
Explanation: The developer has to find in the technical documentation enough information to start coding.
Related Mcqs:
- 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 is the first step in the software development life cycle ?
A. Analysis
B. Design
C. Problem/Opportunity Identification
D. Development and Documentation - To arrive at a form which is suitable for implementation in some programming language is the purpose of_______________?
A. Structured Analysis (SA)
B. Structured Design (SD)
C. Detailed Design (DD)
D. None of the mentioned - How is generalization implemented in Object Oriented programming languages ?
A. Inheritance
B. Polymorphism
C. Encapsulation
D. Abstract Classes - A step by step instruction used to solve a problem is known as ___________________?
A. Sequential structure
B. A List
C. A plan
D. An Algorithm - 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 - __________________ is a measure of the degree of interdependence between modules ?
A. Cohesion
B. Coupling
C. None of the mentioned
D. All of the mentioned - The context diagram is also known as __________________?
A. Level-0 DFD
B. Level-1 DFD
C. Level-2 DFD
D. All of the mentioned - In Design phase, which is the primary area of concern ?
A. Architecture
B. Data
C. Interface
D. All of the mentioned