Chap 6 Flashcards
Databases and information management
Bit
Smallest unit of data a computer can handle
Byte
Like the plural version of bit. Represents single character letter, character, symbol,
Field
Grouping of characters into a word, a group of words, complete number,
Record
Group of related fields, student name, number, etc
File
Group of records
Entity
Person, place, thing, or event which we store info
Attribute
Piece is information describing an entity
Data redundancy
Duplicate data in multiple data files
Data inconsistency
Different values for same attributes when same data are stored in multiple locations
Program data dependence
Close relationship between data stored in files and software programs that update and maintain those files. Any changes in data organization requires a change in the programs associated with those files
Database
Group of related files
Database management systems
Software to create and maintain a database and enable individual business applications to extract the data they need without having to create separate files or data definitions in their computer programs
Problems with traditional file environment (5)
Data redundancy Program data dependence Lack of flexibility Poor security Lack of data security