Exam 1-Chapter 1 Flashcards
(47 cards)
Data
Raw facts and the building blocks of information
Information
the result of processing raw data to reveal meaning; produced by processing data; used to reveal meaning in data
Knowledge
Data are the foundation of information, which is the bedrock of knowledge
Metadata
Data about data; provides description of data characteristics and relationships in data; complements and expands value of data
Database Management System (DBMS)
Manages structure and controls access to data; intermediary between the user and the database; enables data to be shared; integrates many users’ views of the data
Advantages of a DBMS
Improved data sharing; Improved data security; Better data integration; Minimized data inconsistency; Improved data access; Improved decision making; Increased end-user productivity
Classifications of Databases
Number of users; Database locations; Expected type and extent of use
Single-User Database
Supports only one user at a time (desktop database: single-user; runs on PC)
Multiuser Database
Supports multiple users at the same time (workgroup and enterprise databases)
Centralized Database
Data located at a single site
Distributed Database
Data distributed across several different sites
Operational Database
Supports a company’s day-to-day operations (transactional or production database)
Data Warehouse
Stores data used for tactical or strategic decisions
Database Design
Focuses on design of database structure used for end-user data (designer must identify database’s expected use
Well-Designed Database/Poorly Designed Database
Well-design: (facilitates data management; generates accurate and valuable information)
Poorly designed datatbase: (causes difficult-to-trace errors; may lead to bad decision making)
Manual Systems
Served as a data repository for small data collections; cumbersome for large collections
Data Processing (DP) Specialist
Computerized file system; converted computer file structure from manual system; wrote software that managed the data; designed the application programs
Increaed Files
As number of files increased, file systems evolved; each file used its own applicaton program to store, retrieve, and modify data; each file was owned by individual or department that commissioned its creation
Problems with File System Data Processing
File systems were an improvement over manual system (file systems used for more than two decades; understanding the shortcomings of file systems aids in development of modern databases; many problems not unique to file systems)
Even simple file system retrieval task required extensive programming (ad hoc queries impossible;changing existing structure difficult)
Security features difficult to program (often omitted in file system environment)
Structural Dependence
Access to a file is dependent on its own structure (all file system programs must be modified to conform to a new file structure)
Structureal Indedependence
Change file structure without affecting data access
Data Dependence
Data access changes when data storage characteristics change (eg, changing a data type)
Data Independence
Data storage characteristics do not affect data access
Logical Data Format
How human views the data