chapter 5 Flashcards

1
Q

logical model

A

shows what system must do

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

physical model

A

describes how the system will be constructed (how system requirements are implemented

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

four-model approach

A

physical model, logical model of current system, logical model of new system, physical model of new system

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

Data flow diagrams (DFD)

A

shows how system transfers input data into useful information
- shows how data moves but does not show program - logic/processing steps (what system does not how)
- one page
do not cross lines

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

process

A

receives input data and produces output of a different content (rectangle with rounded corners)

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

data flow

A

path for data to move from one part of the information system to another (line with arrowhead) (deposit, student grade, order)

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

data store

A

data the system stores (useful at some point) (flat rectangle-opened on the right side) (student/prodyct/employees/orders)

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

entity (terminator)
source
sink

A

rectangle
- person place or thing
-source= supplies dat
-sink= receives data

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

context diagram

A

shows system boundaries and scope
before DFD

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

leveling, exploring, portioning, decomposing

A

series of increasingly detailed DFD’s to describe in

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

data dictionary/ data repository

A

central storehouse of information about system’s data

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

data element/ item/field

A

smaller piece of data that has meaning in info system ( student grade, SSN)

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

data structures

A

combined data elements into records (parts inventory: part #, description, supplier code_

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

Case repository

A

ensure data is consistent

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

process description

A

documents the details of a functional primitive and represents a specific set of processing steps ad business logic

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

modular design

A

design that can be broken down into logical blocks

17
Q

control structure/logical structures

A

building blocks for a process

18
Q

selection

A

competition of one or two or more process steps based on the results of a test or condition

19
Q

Iteration

A

The completion of a process step that is repeated until a specific condition changes

20
Q

decision table

A
21
Q

decision tree

A