IPT Glossary D Flashcards
DAC
Digital to Analog Converter
Data Dictionary
A table identifying and describing the nature of each data item. Data dictionaries are used in many areas of system design, including the designs of databases.
Data Flow
A labelled arrow on context and data flow diagrams describing the nature and direction of data movement.
Data Flow Diagram
A Diagram that shows the logical flow of data through a system or subsystem
Data Independence
The separation of data and its management from the software applications that process the data
Data Integrity
A measure of how correct and accurately data reflects its source
Data Mart
Reorganised summary of specific data extracted from s larger database. Data marts are designed to meet the needs of an individual system or department in an organisation
Data Mining
The process of discovering non-obvious patterns within large collections of data
Data Store
Where data is maintained prior to or after it has been processed. Data stores are represented as open rectangles on data flow diagrams.
Data Verification
A check to ensure the data collected and stored matches and continues to match the source of the data.
Data Validation
A check, at the time of of data collection, to ensure the data is reasonable and meets certain criteria.
Data Warehouse
A large seperate combined copy of different databases used by an organisation. It includes historical data, which is used to analyse the activities of the organisation.
Database Schemas
A technique for modelling the relationships within a relational database. Also known as Entity Relationship Diagrams (ERDs)
DBMS
Database Management System
Decision
A decision between two alternatives. Committing to one alternative over other alternatives.
Decision Table
A tool for documenting the logic upon which decisions are made. They represent the rules, conditions and actions as a diagram.