Design Flashcards

1
Q

List

A

Data flow diagram
Prototyping
Sequence diagram
State modeling

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

Data flow diagram

A

Show where data come from,
Which activities process the data
And if the output results are stored or utilized by another activity or external entity

  1. Externals: entity, sources, sink= destination of data
  2. Data store
  3. Process
  4. Data flow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sequence diagram

A

Used to model the logic of usage scenarios by showing information passed between objects in the system through execution of the scenario

Lifeline
Activation box
Message: synchronous call, Asynchronous call

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

Prototyping

A

Used to elicit and validate sh need through an interactive process that create a model or design of reqs
It also used to optimize user experience to evaluate design option, as a basic for development of the final biz solution

  1. Prototyping approach
  2. Prototyping examples: form study, usability visual, functional, proof of principle, proof of concept
  3. Prototyping methods: story boarding, simulation, paper prototyping, workflow modeling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State modeling

A

Used to describe and analyze the different possible states of an activity with the system
How that entity changes from one state to another state
And what can happen to the entity when it is each state

  1. State
  2. State transition
  3. State diagram: show life cycle of one entity
  4. State table: 2 dimension matrix show state and transition between them
How well did you know this?
1
Not at all
2
3
4
5
Perfectly