Objective Questions (SE- Part 4)
Software Engineering
(Part 4)
The following are MCQs related to the topics User Interface Design: The Golden Rules ,User Interface Analysis and Design,Interface Analysis, Interface Design Steps,WebApp Interface Design,Design Evaluation,WebApp Design: WebApp Design Quality, Design Goal ,A Design Pyramid for WebApps,WebApp Interface Design,Aesthetic Design,Content Design, Architecture Design ,Navigation Design, Component-Level Design ,Object-Oriented Hypermedia Design Method(OOHMD).
1. In System life cycle, ______ is the important activity of the design phase.
- To study the present system.
- To replace the old system with the current one.
- To propose the alternatives to the current system.
- None of the above mentioned.
Answer: C
2. During system study,_____ are used to draw flowcharts.
- Special symbols
- General symbols
- Abbreviated symbols
- Non-standard symbols.
Answer: B
3. ____ refers to the process that establishes physical connections among the elements in OO Design.
- Coupling
- Cohesion
- Associationship
- None of the above.
Answer: A
4.We can treat a design as a good design when the components are _____cohesive and weakly___.
- Strongly, Weakly
- Weakly, Strongly
- Strongly, Strongly
- Weakly, Weakly.
Answer: A
5. Guess that one word can depict the significance of software design.
- Efficiency
- Complexity
- Unambiguous
- Quality
Answer: D
6.___________of a single module/component is the degree to which its responsibilities form a meaningful unit.
- Cohesion
- Coupling
- Both A and B
- None of the above
Answer: A
7.Which of the following represents the degree of mutual interdependence between modules/components.
- Cohesion
- Coupling
- Both A and B
- None of the above
Answer: B
8. _________ represents an Information system graphically.
- Activity diagram
- Pictogram
- DataFlow diagram
- Simply a flowchart.
Answer: C
9. One of the following software design schemes break down the major components into lower level components.
- Top-Down approach
- Bottom-Up approach
- Both A and B
- None of the above
Answer: A
10.Which software design scheme performs modules identification as its initial step during program designing?
- Top-Down approach
- Bottom-Up approach
- A or B
- None of the mentioned
Answer: A