No student devices needed. Know more
50 questions
What is the correct order of stages of system analysis using the waterfall method?
Design, Analysis, Implementation, Deployment, Testing.
Analysis, Implementation, Design, Testing, Deployment
Analysis, Design, Implementation, Testing, Deployment
Design, Analysis, Implementation, Deployment, Testing
What is the purpose of Use Case diagram?
Functional decomposition
Identification of functional requirements
To define sequences of actions
To identify nultiplicities
Why is UML used?
Because it is a graphical language that can be used to model object oriented systems
Because it provides the software development community with a common language
Because it is similar to java
All of the above
In order to represent a complicated process you would use?
Class diagram
Use case diagram
Activity diagram
Venn diagram
________________is the above diagram
Class diagram
Sequence diagram
Activity diagram
Package diagram
The use case diagram ...
Specifies the functional decomposition of a system
Comprises classes and objects
Specifies who performs which tasks with a system that is going to be developed
Models the time flow within a system
Select diagrams which are UML behavioral diagram [multiple answers]
use case diagram
sequence diagram
class diagram
statechart diagram
activity diagram
What best describes the purpose of an Activity Diagram?
To capture a flow of activity and maps.
To specify the points at which a computer system is used.
To specify the behavior of use cases.
To capture the dynamic aspect of a system.
SampleClass and Class5 has composition relationships
true
false
SampleClass and Class3 has composition relationships
true
false
SampleClass and Class1 has inheritance relationships
true
false
SampleClass and Interface1 has implements relationships
true
false
A notation that allows the modeler to specify, visualize and construct the artifacts of software systems, as well as business models
state diagram
use case diagram
object diagram
sequence diagram
Which diagram in UML shows a complete or partial view of the structure of a modeled system at a specific time?
Sequence Diagram
Collaboration Diagram
Class diagram
Object diagram
Which UML diagram is shown above?
Collaboration diagram
Use case diagram
Class diagram
Object diagram
What type of core-relationship is represented by the symbol in the figure?
Aggregation
Dependency
Generalization
Association
Interaction Diagram is a combined term for
Sequence Diagram + Collaboration Diagram
Activity Diagram + State Chart Diagram
Deployment Diagram + Collaboration Diagram
None of the mentioned
Which of the following diagram is time oriented?
Collaboration
Sequence
Activity
None of the mentioned
Which of the following is a building block of UML?
Things
Relationships
Diagrams
All of the mentioned
Which UML diagram is shown below?
Use Case
State Chart
Activity
Object Diagram
Which UML diagram is shown below?
Use Case
Collaboration Diagram
Sequence Diagram
Object Diagram
Which UML diagram is shown below?
Deployment diagram
Collaboration Diagram
Object Diagram
Class Diagram
A Class consists of which of these abstractions?
Set of the objects
Operations
Attributes
All of the mentioned
What among the following statement is true?
Associations may also correspond to the relation between instances of three or more classes
Association lines may be unlabeled or they may show association name
All of the mentioned
None of the mentioned
It is a central modeling technique that runs through nearly all object-oriented methods. This diagram describes the types of objects in the system and various kinds of static relationships which exist between them.
Object Diagram
Class Diagram
Component Diagram
Deployment Diagram
It represent relationships between instances of types (a person works for a company, a company has a number of offices.
Association
Inheritance
Aggregation
Class
In the Unified Modeling Language, it depicts how components are wired together to form larger components or software systems. It illustrates the architectures of the software components and the dependencies between them.
Package Diagram
Composite Diagram
Object Diagram
Component Diagram
What diagram is shown above?
Component Diagram
Object Diagram
Package Diagram
Profile Diagram
This helps to model the physical aspect of an Object-Oriented software system. It is a structure diagram which shows architecture of the system as deployment (distribution) of software artifacts to deployment targets
Deployment Diagram
Package Diagram
Object Diagram
Profile Diagram
What diagram is shown above?
Component Diagram
Deployment Diagram
Profile Diagram
Package Diagram
An/A __________ diagram is a graph of instances, including objects and data values.
Class
Object
Profile
Activity
A _________ describes a system's functional requirements in terms of use cases. It is a model of the system's intended functionality and its environment.
Use Case Diagram
State Transition Diagram
Object Diagram
Functionality Diagram
__________________ are graphical representations of workflows of stepwise activities and actions with support for choice, iteration and concurrency. It describes the flow of control of the target system, such as the exploring complex business rules and operations, describing the use case also the business process.
Activity Diagram
Profile Diagram
Object Diagram
Class Diagram
The _____________ models the collaboration of objects based on a time sequence.
Sequence Diagram
State Machine Diagram
Profile Diagram
Object Diagram
What image does the diagram represent?
State Machine Diagram
Sequence Diagram
Activity Diagram
Class Diagram
The three software engineers who create a standard set of diagramming techniques known as UML are:
Grady Booch
Peter Anderson
Ivar Jacobson
James Rumbaugh
Karl Jung
Select diagrams which are UML behavioral diagram [multiple answers]
Use-case diagram
Sequence diagram
class Diagram
Activity Diagram
If a “student signs up for a class,” which type of relationship would you use to model the relationship between the two?
generalization
specialization
aggregation
association
Which core element of UML is being shown in the figure?
node
interface
class
component
______________ & ______________ diagrams of UML represent Interaction modeling.
Use Case, Sequence
Class, Object
Activity, State Chart
All
a. Which of the following would not be an appropriate class name?
student
Tony
teacher
staff
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
.Which of the following is not a UML diagram?
Class diagram
Object Diagram
Interface diagram
Use case model
Which of the following are the valid relationships in Use Case Diagrams
Generalization
Include
Extend
All of the mentioned
Which UML diagram’s symbols are shown below?
Deployment diagram
Collaboration Diagram
Component Diagram
Object Diagram
What best describes the purpose of an Activity Diagram?
To capture a flow of activity and maps.
To specify the points at which a computer system is used.
To specify the behavior of use cases.
To capture the dynamic aspect of a system.
HIDE ANSWER
The deployment diagram
Models the physical components of an architecture
Defines the installation procedures for the software
Models the business units in which the software will be deployed
Defines the deployment schedule for an incremental installation
Read the following description. “Customers of the garage can buy cars.
Customers with a bad credit should pay an extra down payment”. Which of the following
diagrams represent this description
Diagrams which are used to distribute files, libraries and tables across topology of hardware are called
deployment diagrams
use case diagrams
sequence diagrams
collaboration diagrams
In Activity diagram,to divide the sequential flow into parallel concurrent flows,which node is used?
decision node
merge node
fork node
join node
Explore all questions with a free account