NEW
Font size
WorksheetsQuiz SSD and CRUD-Pre Test
Total questions: 10
Worksheet time: 5mins
System Sequence diagram is used for?
Use to show interaction (input and output message) between actor and systems for each use case.
Use to draw an activity from a business process
Use to explain the description of usecase
Use to draw relationship between object
Which SSD Notation that represent the person who interact with the system?
Input Message
Actor
Fragment
System
Which SSD Notation that contain a message from actor to system?
Actor
System
Fragment
Input Message
Which SSD Notation that contain a feedback information from system to actor?
System
Fragment
Return Message/Return Value
Input Message
Which SSD Notation that contain some condition about the system and have some type (Loop, Alt, and Opt)?
Fragment
Actor
System
Input Message
Which SSD Notation that use to sequence the message between actor and system?
Fragment
Lifeline
System
Actor
What is CRUD Stands for?
Create, Repeat, Update, Download
Create, Read, Update, Delete
Create, Reload, Update, Delete
Create, Read, Upload, Delete
Which type of fragment on SSD Notation that use to describe the repetitive message?
Optional
Alternate
Loop
Security
Which type of fragment on SSD Notation that use to give some option activities and the actor need to choose one of them?
Loop
Optional
Alternate
Security
Which type of fragment on SSD Notation that use to give some option activities but it's not Mandatory for the actor?
Loop
Optional
Alternate
Security
