Objective Questions (SE-Part 3)
Software Engineering
(Part 3)
The following are the MCQs related to the topics Design Concepts: Design with Context of Software Engineering, The Design Process , Design Concepts ,The Design Model, Architectural Design: Software Architecture, Architecture Genres, Architecture Styles ,Architectural Design ,Assessing Alternative Architectural Designs, Architectural Mapping Using Data Flow, Component-Level Design: Component , Designing Class-Based Components Conducting Component-level Design, Component Level Design for WebApps, Designing Traditional Components , Component-Based Development.
1. In which of the following levels of cohesion it is defined as “the output from one element in the component serves as input from some other element”?
- Communicational cohesion
- Functional cohesion
- Temporal cohesion
- None of the above
Answer: A
2. ____ enables users to interact using windows,icons with the computer system and application system.
- Operating system.
- GUI
- User-interface
- Command prompt
Answer: C
3. What are the diagrams used for process modeling?
- UML Diagrams
- Data Flow diagrams
- Process diagrams
- None of the above.
Answer: B
4. If you want to model a new system which tools will you use?
- Decision table
- Data dictionary
- Data flow diagrams
- All the above.
Answer: D
5. ______ tool is used for structured designing.
- Structure chart
- Data flow diagram
- Module
- Program flow chart.
Answer: A
6.State whether the statement “A good design review is not important for good software design and its accuracy and quality” is TRUE or FALSE.
- TRUE
- FALSE
Answer: B
7. Considering a classical chief programmer team model, By whom will hold the responsibility in managing the detailed design and programming?
- Chief programmer.
- Programming experts.
- Back-up programmer.
- An Individual coder/ A programmer.
Answer: D
8. Which of the following are the key components of user interface?
- Presentation language
- Action language
- Programming language.
- Both A and B
Answer: D
9. What does a Data Flow Diagram (DFD) refers to at highest level?
- Level 1 DFD
- Level n DFD
- Context diagram
- Scope diagram
Answer: C
10.The design and implementation of database structures is done by___?
- Database administrators.
- Project managers.
- Technical writers.
- Chief Programmers
Answer: A