Zusammenfassung der Ressource
Frage 1
Antworten
-
A graphical language for visualising, constructing, documenting software systems
-
A software development process
-
Visual programming language
-
Software modelling tool
Frage 2
Frage
Use Case Text describes the Use Case in more detail
Frage 3
Frage
Waterfall Model Process (In Order)
Antworten
-
Deployment > Analysis > Design > Implementation > Testing
-
Analysis > Design > Implementation > Testing > Deployment
-
Design > Analysis > Implementation > Testing > Deployment
-
Implementation > Analysis > Design > Testing > Deployment
Frage 4
Frage
We use UML to establish a common language among the people of the software development community
Frage 5
Frage
What are the 4 Phases of the Unified Process?
Antworten
-
Inception, Elaboration, Implementation, Deployment
-
Design, Elaboration, Implementation, Deployment
-
Inception, Elaboration, Implementation, Transition
-
Analysis, Elaboration, Implementation, Transition
Frage 6
Frage
In UML an Actor is a human role represented by an ellipse
Frage 7
Frage
In a Use Case Diagram what is an Association?
Antworten
-
Donates inheritance between use cases
-
Include the functionality of one use case in another
-
Extends the functionality of one use case to another under certain conditions
-
Donates a relationship between an actor and a use case
Frage 8
Frage
The Spiral Model has the four following stages: Analysis, Design, Testing, Implementation
Frage 9
Frage
Which is NOT true about Unified Process?
Frage 10
Frage
Are these Include Statements True or False?
Frage 11
Frage
Which options are TRUE about UML Diagrams?
Antworten
-
Activity Diagrams - (Describe the sequence of activities)
-
Deployment Diagrams (Captures the requirements for a system from a user perspective)
-
Class Diagrams - (Represent the objects of the system and their relationships)
-
Sequence Diagrams - (Represent the interactions among the objects of the system)
Frage 12
Frage
Which options are TRUE about UML Diagrams?
Antworten
-
Package Diagrams - (Represent the software components and their relationships)
-
Use Case Diagrams - (Captures the requirements for a system from a user perspective)
-
Communication/Collaboration Diagrams - (Interactions among the objects of the system)
-
State Diagrams - (Represent the states of objects and the state transitions)
Frage 13
Frage
Is this Extend Statement True or False?
Frage 14
Frage
What happens in the Inception Phase?
Antworten
-
Start up the project
-
Define vision and scope
-
Feasibility study (Identify risks)
-
Requirements (first version)
-
Vague project plan (time, stuff)
Frage 15
Frage
What happens during the Elaboration Phase?
Antworten
-
Refine vision, requirements, plan
-
Project Finished
-
Resolution of high risks
-
Iterative implementation of core architecture
Frage 16
Frage
The 'Iterative implementation of project' and 'Preparation for deployment' are completed during the Construction Phase?
Frage 17
Frage
What happens at the Transition Phase?
Frage 18
Frage
A Use Case will satisfy the goal of an actor?
Frage 19
Frage
Generalization represents Inheritance and is used for both actors & use cases?
Frage 20
Frage
Why are use case diagrams useful?
Antworten
-
Define the scope of the system
-
Capture the requirements
-
Allow communication between customers and developers
-
Drive the development process
-
Provide the basis for system tests
-
Provide the basis for user guides