Chapter 11 Flashcards
database
collection of data organized in a manner that allows access, retrieval, and use of that data
data
collection of unprocessed items (text, numbers, images, audio, video)
information
processed data
Database Management System (DBMS)
allows users to create a computerized database, add/modify/delete data, sort and retrieve data, and create forms/reports from the data
Data is organized in levels
hierarchy- each higher level of data consists of one or more items from the lower level (characters, field records, and files)
character
one byte
field
a combo of one or more related characters (given field size and data type)
data type
specifies the kind of data a field can contain and how the field is used
record
a group of related fields
data file
a collection of related records that’s stored on a storage medium
primary key
a field that uniquely identifies each record
composite key
when the primary key is made up of multiple fields
file maintenance
the procedures that keep data current- adding, modifying, and deleting records
validation
compares data with a set of rules or values to find out if the data meets certain criteria
file processing system
each department has its own set of files, redundant data, and isolated data.
database approach
programs and users share data reduced data redundancy improved data integrity shared data easier access reduced development time