It 510 Ch 5 Flashcards
alias
A term used in various data dictionaries to indicate an alternate name, or a name other than the standard data element name, that is used to describe the same data element.
balancing
A process used to maintain consistency among an entire series of diagrams, including input and output data flows, data definition, and process descriptions.
black box
A metaphor for a process or action that produces results in a non-transparent or non-observable manner. In data flow diagrams, a process appears as a black box where the inputs, outputs, and general function of the process are known, but the underlying details are not shown.
black hole
A process that has no output.
business logic OR
business rules
Rules to determine how a system handles data and produces useful information, reflecting the operational requirements of the business.
Examples include adding the proper amount of sales tax to invoices, calculating customer balances and finance charges, and determining whether a customer is eligible for a volume-based discount. Also called business rules.
business rules
How a system handles data and produces useful information. Business rules, also called business logic, reflect the operational requirements of the business. Examples include adding the proper amount of sales tax to invoices, calculating customer balances and finance charges, and determining whether a customer is eligible for a volume-based discount.
Child diagram
The lower-level diagram in an exploded data flow diagram.
context diagram
A top-level view of an information system that shows the boundaries and scope.
control structure
Serve as building blocks for a process. Control structures have one entry and exit point. They may be completed in sequential order, as the result of a test or condition, or repeated until a specific condition changes. Also called logical structure.
Data dictionary
A central storehouse of information about a system’s data.
Data element
A single characteristic or fact about an entity. A data element, field, or attribute is the smallest piece of data that has meaning within an information system. For example, a Social Security number or company name could be examples of a data element. Also called data item.
Data flow
A path for data to move from one part of the information system to another.
Data item
See data element
Data repository
A symbol used in data flow diagrams to represent a situation in which a system must retain data because one or more processes need to use the stored data at a later time. Used interchangeably with the term data store.
Data store
See data repository
data structure
A meaningful combination of related data elements that is included in a data flow or retained in a data store. A framework for organizing and storing data.
Decision table
A table that shows a logical structure, with all possible combinations of conditions and resulting actions
Decision tree
A graphical representation of the conditions, actions, and rules found in a decision table
Decomposing
Another way of conveying a process or system that has been broken down from a general, top-level view to more detail. The term exploded and partitioned can also be used.
Diagram ()
A diagram depicting the first level of detail below the initial context diagram. Diagram 0 (zero) zooms in on the context diagram and shows major processes, data flows, and data stores, as well as repeating the external entities and data flows that appear in the context diagram.