exam 2 Flashcards

1
Q

use case diagram

A

A diagram that depicts the interactions between the system and external systems and users. Graphical representation of who will use the system and what the user expects.

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

use case modeling

A

the process of modeling a systems functions in terms of business events, who initiated the events and how the system responds to those events

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

benefits of use case modeling

A
  • provides tool for capturing functional requirements
  • assists in decomposing system into manageable pieces
  • provides aid in estimating project scope

etc.

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

actor

A

anyone or anything that needs to interact with the system to exchange information

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

four types of actors

A

primary business actor
primary system actor
external server actor
external receiver actor

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

primary business actor

A

the stakeholder that primarily benefits from the execution of the use case

the employee receiving the paycheck

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

primary system actor

A

the stakeholder that directly interfaces with the system to initiate or trigger the business or system event

the bank teller entering the transaction info

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

external server actor

A

the stakeholder that responds to a request from the use case

the credit bureau authorizing a credit card charge

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

external receiver actor

A

the stakeholder that is not the primary actor but receives something of value from the use case

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

the process of requirements use case modeling

A
  1. identify business actors
  2. identify business use cases
  3. construct use case model diagram
  4. document business requirements use case narratives
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data flow diagram

A

a process model used to depict the flow of data through a system and the work or processing performed by the system

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

logical model development stages

A
  1. context data model
    - only entities and relationships(to establish project scope)
  2. key based data model
    - eliminate nonspecific relationships/add associative entities
    - include primary and alternate keys
  3. fully attributed data model
    - sub setting criteria
  4. normalized data model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

data analysis

A

used to improve a data model for implementation as a database

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

normalization

A

organizes data into groups to form non-redundant, stable, flexible, and adaptive entities

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

1nf

A

entity whose attributes have no more than one value for a single instance of that entity

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

2nf

A

entity whose non primary key attributes are dependent on the fill primary key

17
Q

3nf

A

entity whose non primary key attributes are not dependent on any other non primary key attributes

18
Q

process modeling

A

a technique used to organize and document a systems processes

19
Q

function (process modeling)

A

a set of related and ongoing activities of a usiness

20
Q

event (process modeling)

A

a logical unit of work that must be completed as a whole. sometimes called a transaction.

21
Q

elementary process (process modeling)

A

a discrete, detailed activity or task required to complete the response to an event. also called primitive process

22
Q

context data flow diagram

A

a process model used to document the scope for a system. also called the environmental model

23
Q

policy (process modeling)

A

a set of rules that govern show a process is to completed

24
Q

decision table

A

a tabular form of presentation that specifies a set of conditions and their corresponding actions