NEW
Font size
WorksheetsCS8592 - OOAD - Unit 1 - Quiz II
Total questions: 30
Worksheet time: 22mins
Who consider diagrams as a type of Class diagram, component diagram, object diagram, and deployment diagram?
Structural
Behavioral
Non-Behavioral
Non-Structural
In Unified Modelling Language diagrams, relationship between component parts and object.
Ordination
Aggregation
Segregation
Increment
Which type they considered Activity diagram, use case diagram, collaboration diagram, and sequence diagram?
Non-Behavioral
Non-Structural
Structural
Behavioral
Which diagrams are used to distribute files, libraries, and tables across topology of the hardware
Deployment
Use Case
Sequence
Collaboration
Which of these compartments divided in class?
Name
Attribute
Operation
All of the mentioned
_________are part of the class operation specification format.
Name
Parameter List
Return-Type List
All of the mentioned
Which term are combined Interaction Diagram?
Sequence Diagram + Collaboration Diagram
Activity Diagram + State Chart Diagram
Deployment Diagram + Collaboration Diagram
None of the mentioned
__________UML diagrams has a static view.
Collaboration
Use Case
State Chart
Activity
Structure diagrams emphasize the things that must be present in the system being modeled.
True
False
Which of the following is a dynamic model that shows how the system interacts with its environment as it is used?
System Context Model
Interaction Model
Environmental Model
Both System Context and Interaction
An operation can be described as__________
Object
Class
Functions
Object and Class
_________are part of the class operation specification format
Name
Parameter List
Return-Type List
All of the Mentioned
Multiplicity for an association ___________
association is the number of instances with a single instance
association is the number of instances with a number instance
all of the mentioned
none of the mentioned
___________diagram is time-oriented
Collaboration
Sequence
Activity
None of the Mentioned
In top down analysis and design
each succeeding phase is more detailed than the phase before it
each succeeding phase is as detailed as the phase before it
each succeeding phase is less detailed than the phase before it
None of the above
Which one of the following is a functional requirement ?
Maintainability
Portability
Robustness
None of the Mentioned
“Consider a system where, a heat sensor detects an intrusion and alerts the security company.” What kind of a requirement the system is providing ?
Functional
Non-Functional
Known Requirement
None of the Mentioned
Which of the following statements explains portability in non-functional requirements?
It is a degree to which software running on one platform can easily be converted to run on another platform
It cannot be enhanced by using languages, OS’ and tools that are universally available and standardized
The ability of the system to behave consistently in a user-acceptable manner when operating within the environment for which the system was intended
None of the mentioned
Functional requirements capture the intended behavior of the system.
True
False
According to components of FURPS+, which of the following does not belong to S ?
Testability
Speed Efficiency
Serviceability
Installability
What are the four dimensions of Dependability ?
Usability, Reliability, Security, Flexibility
Availability, Reliability, Maintainability, Security
Availability, Reliability, Security, Safety
Security, Safety, Testability, Usability
What is the first step of requirement elicitation ?
Identifying Stakeholder
Listing out Requirements
Requirements Gathering
All of the mentioned
Why is Requirements Elicitation a difficult task ?
Problem of Scope
Problem of Understanding
Problem of Volatility
All of the Mentioned
Requirements elicitation is a cyclic process
True
False
QFD stands for
Quality Function Design
Quality Function Development
Quality Function Deployment
None of the mentioned
The Generalization and Specialization Lattices are classified as
Single Aggregation
Multiple Inheritance
Single Inheritance
Multiple Aggregation
Use case descriptions consist of interaction among which of the following?
Product
Use Case
Actor
Product and Actor
Use case description contents include ______________
Use Case Name and Number
Actors
Stakeholder and Needs
All of the Mentioned
Which of these statements are truly acceptable?
A precondition is an assertion guaranteed to be true when the activity or operation finishes
A post condition is an assertion guaranteed to be true when the activity or operation begins
Trigger is an event which cause a use case to begin
None of the Mentioned
The Use case Description Heuristics includes which of these?
Fill in the use case template from top to bottom
Write simple declarative sentences in active voice
Avoid sequence of steps by the actors and product
All of the mentioned
