NEW
Font size
WorksheetsCS8592 Object Oriented Analysis and Design - unit 2
Total questions: 20
Worksheet time: 10mins
Models
help us to________ a system as it is or the way it is wanted.
Analyze
Design
Visualize
Measure
To hide
the internal implementation of an object we use________
inheritance
encapsulation
polymorphism
none of
these
What
does a simple name in UML Class and objects consist of?
Letters
Digits
Punctuation Characters
All of the
mentioned
A class
is divided into which of these compartments?
Name
Compartment
Attribute
Compartment
Operation
Compartment
All of the
mentioned
What
should be mentioned as attributes for conceptual modelling?
Initial
Values
Names
All of the
mentioned
None of the
mentioned
An operation can be described as?
Object
behavior
Class behavior
Functions
Object & Class behavior
What is
the third step in sequence for conceptual class modelling?
Adding
Class
Adding Association
Adding Attribute
None of the
mentioned
_______
shows a set of objects and their relationships.
Class
diagram
Object diagram
Use case diagram
Activity
diagram
Forward
engineering of an ________ is theoretically possible but programmatically o
limited value.
a.
object diagram
b. activity
diagram
c. class
diagram
d. interaction
diagram
________
represents one static frame in the dynamic storyboard.
a.
Object diagram
b. Activity
diagram
c. Class
diagram
d. Interaction
diagram
________
helps to communicate the overall system architecture unambiguously.
Flow
charts
Designing
SRS
Templates
The best
kind of models helps to choose ________
Degree
of detail
Design view
Single model
Choice of model
A
collection of operations that specify the services rendered by a class or
component known as________
Class
Interaction
Interface
Collaboration
Which one of the following is not a structural thing?
Class
Package
Use case
Node
A person
may function in ________
Only one
role
Many roles
One role per
system
One role per
use case
________
can be done for both simple and complex systems.
Generalization
Specification
Modeling
Collaboration
The system icon identifies ________
The
boundaries of the system
The scope of
the project so
The context of
the system
Another system
in the role of an actor
What is
multiplicity for an association?
The
multiplicity at the target class end of an association is the number of
instances that can be associated with a single instance of source class
The multiplicity at the target class end of
an association is the number of instances that can be associated with a
number instance of source class
All of the mentioned
None of the
mentioned
Which of
the following are not in composition in " Car as a system"
Car and
seat covers
car and music
system
car and colour
car and engine
For
which level of visibility, the attributes of an object can be accessed and
methods can be invoked by any other methods in any other class?
public
private
protected
package
