• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/50

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

50 Cards in this Set

  • Front
  • Back

alias

Any name(s) other than the standard data element name
attributes
Standard DFD names that enter or leave a data store
balancing
Maintains consistency among a set of DFDs
black box
A process symbol in a data flow diagram
black hole
Process that has input, but produces no output data flow
business logic
Transforms data and produces required results
child diagram
The lower-level diagram on a DFD that has been exploded
context diagram
Top-level view of an information system that shows its boundaries and scope
data dictionary
A central storehouse of documentation for an information system
data element
Smallest piece of data that has meaning within an information system
data flow
Path for data to move from one part of an information system to another
data flow diagram (DFD)
Uses symbols to show how a system transforms input data into useful information
data flow label
The data flow name as it appears on the DFDs
data repository
Storehouse of information that is also called a data dictionary
decision table
Logical structure that shows every combination of conditions and outcomes
decision tree
Graphical representation of a decision table's conditions, actions, and rules
default value
Value for a data element if a value otherwise is not entered for it
destination
The DFD ending point for a data flow
diverging data flow
Data flow in which the same data travels to two or more different locations
domain
The set of values permitted for a data element
entity
Represented as a rectangle in a data flow diagram
entity name
Singular form of a department, outside organization, other system, or person
field
Data that is also referred to as a data element or data item
functional primitive
Process consisting of a single function that isn't exploded further
gray hole
Process that has input and output, but the input is unable to produce the output
iteration
Completion of a process step that is repeated until a specific condition changes
leveling
Uses a series of increasingly detailed DFDs to describe an information system
logical model
Shows what a system must do, regardless of how it is implemented physically
logical structures
Process building blocks that must have a single entry and exit point
modular design
Based on combinations of three logical structures
origin
The DFD beginning for a data flow
output data flows
Standard DFD names for the data flows leaving an entity
parent diagram
The higher-level diagram on a DFD that has been exploded
physical model
Describes how a system will be constructed in the systems design phase
process description
Documents the details of a functional primitive
pseudocode
Used in program design as a shorthand notation for actual code
record
Meaningful combination of related data elements
selection
Completion of one of two or more process steps based on results of a test
sequence
Logical structure that completes steps one after another
sink
Data flow diagram entity that receives data from a system
source
Data flow diagram entity that supplies data to a system
spontaneous generation
Process that produces output, but has no input data flow
structured English
Describes logical processes clearly and accurately
terminators
Data origins and final destinations on a data flow diagram
Yourdon
A popular data flow diagram symbol set
a. logic
Business rules, which transform data and produce required results, are also referred to as business ________ .
a. logic
b. approaches
c. sequences
d. models
a. True
As a rule, data flow diagrams should only show a data store when two or more processes use that data store.
a. True
b. False
d. rectangle
The symbol for a process is a ________ with rounded corners.
a. square
b. pentagon
c. triangle
d. rectangle
c. record
A(n) ________ , also known as a data structure, is a meaningful combination of related data elements that is included in a data flow or retained in a data store.
a. logical structure
b. field
c. record
d. domain
a. True
In situations in which the same data travels to two or more different locations, it is appropriate to use a diverging data flow.
a. True
b. False