1) Performance, security and maintainability are the types of ___________ requirements.
- Non-functional
- Domain
- Functional
- Business
2) When a class get physical existence in computer memory, it is called
- Static Object
- Object
- Polymorphism
- Parent class
3) Return values in Synchronous messages are represented by:
- A solid line
- A dotted line with label
- Double line
- A solid line with label
4) In the case of ___________ intra component linkages are stronger while inter component linkages are weak.
- High coupling
- Low cohesion
- Low coupling
- High cohesion
5) In the case of action-oriented approach, data is composed according to:
- Object requirements
- Corresponding domain model
- Functionality requirements
- Compatibility with object interface
6) Which of the following is not the object model principle
- Abstraction
- Encapsulation
- Exposure
- Hierarchy or inheritance
7) In case __________ approach, decomposition of a problem resolves around data.
- Process-oriented
- Event-oriented
- Object-oriented
- Action-oriented
8) Return values in synchronous message are:
- Compulsory
- Represented by solid lines
- May not used when response is obvious
- Not used at all
9) To help separate an objects external behavior from its implementation, the technique used is called ___________
- Association
- Abstraction
- Generalization
- Composition
10) Incase of a __________ message, the called routine that handles the message is completed before the caller resumes execution.
- Synchronous
- Asynchronous
- Bidirectional
- C only
- B only
- Both b and c
- A only