Model Requirements Flashcards

1
Q

What are the 10 entries in a use case description?

A
use case title
scope
primary actor
preconditions
trigger
success guarantee
minimal guarantee
stakeholders
main success scenario
extensions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the components of a task analysis

A
task identifier
name
actor
prerequisites
triiger
input
output
goal
performance measure
steps
business rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 3 stages of process modeling or process hierarchy?

A

organisational chart
process map / Porter value chain
swimlane diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 7 elements of a value proposition?

A

Products and Services attributes:

functionality
price
quality
choice
availability

image

relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you design a Class Model?

A

I design the use case diagram of Bank ATM and for each use case, think of a class group which will hold the data to be stored in the system.

Check Balance - Customer, Balance
Deposit Funds - Funds
Withdraw Cash -
Transfer Funds - Funds

Once I have a list of Class, I document the attributes required or the system fields:

Check Balance - Customer:
name
address
DOB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly