Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

OOAD MCQ: Architectural Modeling

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

11/9/2020 OOAD MCQ: Architectural Modeling

Home About Privacy Contact Us    

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. classi ers 

4. Identify the partitioning of your physical system is ________


a. modeling executable's and libraries 
b. modeling tables, les 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, les 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 

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 1/7
11/9/2020 OOAD MCQ: Architectural Modeling
b. modeling the distribution of components 
c. modeling source code 
d. modeling primitive types 

10. For each signi cant 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 les and data les 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 

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 2/7
11/9/2020 OOAD MCQ: Architectural Modeling

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 con guration 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, les 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.

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 3/7
11/9/2020 OOAD MCQ: Architectural Modeling

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 signi cant.

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 les and data les 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 con guration 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

OOAD MCQ

     

YOU MAY LIKE THESE POSTS

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 4/7
11/9/2020 OOAD MCQ: Architectural Modeling

OOAD MCQ: Architectural Modeling OOAD MCQ: State Machines OOAD MCQ: Events and Signals
 April 18, 2019  April 11, 2019  April 11, 2019

 NEWER OLDER 

OOPs : Beginner to advance


Prepare with GeeksforGeeks |
Online and O ine Courses By
GeeksforGeeks

POPULAR POSTS

OOAD MULTIPLE CHOICE QUESTIONS UNITWISE


 February 09, 2019

Block Structure and Non-Block Structure Storage Allocation


 September 04, 2017

CLASS AND OBJECT DIAGRAMS: OOAD MCQ


 February 17, 2019

TECHNOLOGY

Introduction to JSP
 May 28, 2020

Using Cookies Session Tracking


 May 26, 2020

Using Cookies Session Tracking


 May 26, 2020

CATEGORIES

 Arithmetic 7

 Compiler Design 74

 COMPUTER PROGRAMMING IN C 49

 OOAD MCQ 9

 OOAD Notes 63

 Web Technologies 79

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 5/7
11/9/2020 OOAD MCQ: Architectural Modeling

Easy & Intuitive UML Diagrams


Easy to use. Collaborative.
Hundreds of templates. No
download needed. Free 7-day trial.

Contact Info
This blog is only for promotional purpose. If you Have any problems with these posts send mail to indianonlineviews@gmail.com also send suggestions and queries.

Contact Form

Name Email *

Message *

SEND

   

Created By SoraTemplates | Estudies4you Blogger Templates

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 6/7
11/9/2020 OOAD MCQ: Architectural Modeling

estudies4you.blogspot.com/2019/04/ooad-mcq-architectural-modeling.html 7/7

You might also like