OOAD MCQ: Architectural Modeling

Estudies4you
OBJECT ORIENTED ANALYSIS AND DESIGN MCQ WITH ANSWERS
JNTUH OOAD MID-2 EXAMINATION OBJECTIVE QUESTION PAPER WITH ANSWERS
UNIT IV
ARCHITECTURAL MODELING: OOAD MCQ

1. ________  is a physical and replaceable part of system. 
a. Component 
b. Deployment 
c. Node 
d. State 

2. Component diagram is used to describe the ________ between various software components of structural diagram. 
a. inheritance
b. dependencies 
c. classes
d. objects 

3. Component diagrams commonly contain components, interfaces and ________
a. objects 
b. nodes 
c. relationships 
d. classifiers 

4. Identify the partitioning of your physical system is ________
a. modeling executable's and libraries 
b. modeling tables, files and documents 
c. modeling source code 
d. modeling primitive types c 

5. Identify the ancillary components that are part of the physical implementation of your system is ________
a. modeling executables and libraries 
b. modeling tables, files and documents 
c. modeling source code 
d. modeling primitive types 

6.  ________ visualizes the distribution of components across the enterprise 
a. Component 
b. Deployment 
c. Node 
d. State 

7.  ________ shows how a system will be physically deployed in the hardware environment 
a. Component diagram 
b. Deployment diagram 
c. Class diagram 
d. Use case diagram 

8. ________  is a run-time physical object that represents a computational resource. 
a. Component 
b. Deployment
c. Node 
d. Object 

9. Identify the computational elements of your system's deployment view and model each as a node is ________
a. modeling processors and devices 
b. modeling the distribution of components 
c. modeling source code 
d. modeling primitive types 

10. For each significant component in your system, allocate it to a given node is ________
a. modeling processors and devices 
b. modeling the distribution of components 
c. modeling source code 
d. modeling primitive types 

11. Components are graphically represented as ________ with tabs
a. rectangle
b. circle 
c. rhombus 
d. square 

12. ________  of every component should be unique, in order to distinguish it from other components. 
a. Pattern 
b. Name 
c. Components 
d. Interfaces 

13. ________  represent logical abstractions. 
a. Physical things 
b. Attributes 
c. Classes 
d. Interfaces 

14. ________  have only operations which are reachable through their interface
a. Interfaces 
b. Physical things 
c. Attributes 
d. Components 

OOAD MID-2 EXAM QUESTION PAPER WITH ANSWERS
OOAD MCQ UNITWISE

15. ________ form an executable system like dynamic libraries and executable's
a. Deployment components 
b. Work product components 
c. Execution components 
d. System components I  

16. Source code files and data files are contained by the ________ components
a. system n 
b. execution 
c. deployment 
d. work product 

17.  ________ are created as a consequence of an executing system. 
a. Deployment components 
b. Work product components 
c. Execution components 
d. System components 

18. A ________ diagram shows the organization of a set of components and their relationship 
a. component 
b. interface 
c. deployment 
d. architectural  

19. Which of the following is doesn't included in the component diagram? 
a. Dependency 
b. Generalization 
c. Association 
d. Aggregation 

20. Which of the following is not one of the use of component diagram? 
a. To model physical databases 
b. To model executable releases  
c. To model general view 
d. To model adaptable systems 

21. Component diagram is a collection of vertices and ________
a. edge 
b. bipartites
c. arcs 
d. squares 

22. In deployment diagram, a node is represented as a ________
a. cube n 
b. cuboids 
c. prism 
d. rectangular 

23. In deployment diagram every ________ name is unique. 
a. edge 
b. node 
c. arcs 
d. squares 

24. ________  relationship is used among nodes in deployment diagram. 
a. Dependency 
b. Generalization 
c. Association 
d. Aggregation  

25. A ________ shows the configuration of run time processing nodes and the components that live on them. 
a. use case diagram 
b. component diagram 
c. class diagram 
d. deployment diagram 



JNTUH IT 3-2 MID-2 EXAM OBJECTIVE PAPER
JNTUH R16 CSE 3-2 MID-2 EXAM MCQ UNITWISE
JNTU R16 CSE MID-2 EXAM OBJECTIVE PAPER

ANSWERS:

1. Correct Answer : a 
The system's physical and replaceable part is represented as component.

2. Correct Answer : b
Dependencies between various software components are described by component diagram.

3. Correct Answer : c
Components, interfaces and relationships contain in component diagram. 

4. Correct Answer : a 
To model executables and libraries, identify the partitioning of a physical system.

5. Correct Answer : b
To modeling tables, files and documents, identify the ancillary component

6. Correct Answer : b 
The distribution of components are visualized by deployment.

7. Correct Answer : b 
In the hardware environment the deployment diagram show how a systen will be physically deployed.

8. Correct Answer : c 
A run-time physical object is represented by a node.

9. Correct Answer : a 
To model processors and devices, identify the computational elements of your system's deployment view.

10. Correct Answer : b
To model the distribution of components, allocate component for each significant.

11. Correct Answer : a
Graphically, a component is rendered as a rectangle with tabs, usually including only its name.

12. Correct Answer : b 
In order to distinguish it from other components, name of every component should be unique.

13. Correct Answer : c
Classes represent logical abstractions where as components represent physical things representing physical packaging.

14. Correct Answer : d
Classes have attributes and operations where as components have only operations which are reachable through their interfaces. 

15. Correct Answer : a 
Components like dynamic libraries and executable's are formed by deployment components.

16. Correct Answer : d 
Work product components contains source code files and data files from which deployment components are created.

17. Correct Answer : c 
As a consequence of an executing system execution components are created, like COM+ object which is instantiated from a DLL.

18. Correct Answer : a 
The organization of a set of components and their relationships are shown by the component diagram.

19. Correct Answer : d 
Component diagram contains: Components, interfaces, dependency, generalization, association, realization, packages etc.

20. Correct Answer : c 
The component diagram can be used to model: source code, executable releases, physical databases, adaptable systems

21. Correct Answer : c 
Graphically, a component diagram is a collection of vertices and arcs, w i is similar to class diagram.

22. Correct Answer : a
Graphically, a node is represented as a cube in deployment diagram, usually including only its name.

23. Correct Answer : b
Each and every node name in deployment diagram is unique.

24. Correct Answer : c
In deployment diagram, among nodes association relationship is used.

25. Correct Answer : d
Deployment diagram depicts a static view of the run-time configuration o processing nodes and the components that run on those nodes.

OOAD INTERVIEW QUESTIONS UNITWISE
OOAD MCQ PRACTICE QUESTIONS
OBJECT ORIENTED ANALYSIS AND DESIGN OBJECTIVE QUESTIONS
OOAD MULTIPLE CHOICE QUESTIONS WITH ANSWERS
Tags
To Top