Podcast
Questions and Answers
What is a group of related files called in a traditional file environment?
What is a group of related files called in a traditional file environment?
What is the term for a characteristic or quality that describes an entity?
What is the term for a characteristic or quality that describes an entity?
What is the basic unit of data in a computer system that represents either a 0 or a 1?
What is the basic unit of data in a computer system that represents either a 0 or a 1?
What is a group of related records of the same type in a traditional file environment?
What is a group of related records of the same type in a traditional file environment?
Signup and view all the answers
What is the term for a group of related fields in a traditional file environment?
What is the term for a group of related fields in a traditional file environment?
Signup and view all the answers
What is the highest level of data organization in a traditional file environment?
What is the highest level of data organization in a traditional file environment?
Signup and view all the answers
How are bits grouped to represent a character, number, or symbol?
How are bits grouped to represent a character, number, or symbol?
Signup and view all the answers
What is one of the problems with the traditional file environment?
What is one of the problems with the traditional file environment?
Signup and view all the answers
What is a result of each functional area developing specialized applications?
What is a result of each functional area developing specialized applications?
Signup and view all the answers
What is the term for the presence of duplicate data in multiple files?
What is the term for the presence of duplicate data in multiple files?
Signup and view all the answers
What is the term for when changes in a program require changes to data accessed by the program?
What is the term for when changes in a program require changes to data accessed by the program?
Signup and view all the answers
What is grouped to form a file?
What is grouped to form a file?
Signup and view all the answers
What is a characteristic of Object-Oriented DBMS (OODBMS)?
What is a characteristic of Object-Oriented DBMS (OODBMS)?
Signup and view all the answers
What is a primary function of a data dictionary?
What is a primary function of a data dictionary?
Signup and view all the answers
What is a characteristic of databases in the cloud?
What is a characteristic of databases in the cloud?
Signup and view all the answers
What is Structured Query Language (SQL) used for?
What is Structured Query Language (SQL) used for?
Signup and view all the answers
What is a feature of Microsoft Access?
What is a feature of Microsoft Access?
Signup and view all the answers
What is a capability of Database Management Systems?
What is a capability of Database Management Systems?
Signup and view all the answers
What is the key feature of the relationship between Order_Number and Order_Date?
What is the key feature of the relationship between Order_Number and Order_Date?
Signup and view all the answers
What is the purpose of an entity-relationship diagram?
What is the purpose of an entity-relationship diagram?
Signup and view all the answers
What is the term for storing a database in more than one location?
What is the term for storing a database in more than one location?
Signup and view all the answers
What is the term for storing different parts of a database in separate locations?
What is the term for storing different parts of a database in separate locations?
Signup and view all the answers
What is the term for duplicating a central database at different locations?
What is the term for duplicating a central database at different locations?
Signup and view all the answers
What is illustrated in Figure 6-11?
What is illustrated in Figure 6-11?
Signup and view all the answers
What is the primary focus of data governance in an enterprise?
What is the primary focus of data governance in an enterprise?
Signup and view all the answers
What is the primary cause of data quality problems?
What is the primary cause of data quality problems?
Signup and view all the answers
What is the purpose of a data quality audit?
What is the purpose of a data quality audit?
Signup and view all the answers
What is data administration responsible for?
What is data administration responsible for?
Signup and view all the answers
What is data cleansing used for?
What is data cleansing used for?
Signup and view all the answers
What is the primary goal of establishing an information policy?
What is the primary goal of establishing an information policy?
Signup and view all the answers
Study Notes
Organizing Data in a Traditional File Environment
- A database is a group of related files, and a file is a group of records of the same type
- A record is a group of related fields, and a field is a group of characters that describes an entity (person, place, thing)
- Attribute: each characteristic or quality describing an entity
The Data Hierarchy
- A computer system organizes data in a hierarchy:
- Bit: represents either a 0 or a 1
- Byte: a group of bits that represents one character, number, or symbol
- Field: a group of related bytes
- Record: a group of related fields
- File: a collection of related records
- Database: a collection of related files
Problems with Traditional File Environment
- Data redundancy: presence of duplicate data in multiple files
- Data inconsistency: same attribute has different values
- Program-data dependence: changes in program require changes to data accessed by program
- Lack of flexibility
- Poor security
- Lack of data sharing and availability
The Database Approach to Data Management
- Object-Oriented DBMS (OODBMS): stores data and procedures as objects
- Hybrid object-relational DBMS: provides capabilities of both OODBMS and relational DBMS
- Databases in the cloud: typically less functionality than on-premises DBs
Capabilities of Database Management Systems
- Data definition capability: specifies structure of database content
- Data dictionary: automated or manual file storing definitions of data elements and their characteristics
- Data manipulation language: used to add, change, delete, and retrieve data from database
- Structured Query Language (SQL): used to manipulate data
- Report generation capabilities: for creating polished reports
Entity-Relationship Diagram
- Used by database designers to document the data model
- Illustrates relationships between entities
- Distributing databases: storing database in more than one place (partitioned or replicated)
Managing Data Resources
- Establishing an information policy: firm's rules, procedures, roles for sharing, managing, standardizing data
- Data administration: firm function responsible for specific policies and procedures to manage data
- Data governance: policies and processes for managing availability, usability, integrity, and security of enterprise data
- Database administration: defining, organizing, implementing, and maintaining database
Ensuring Data Quality
- More than 25% of critical data in Fortune 1000 company databases are inaccurate or incomplete
- Most data quality problems stem from faulty input
- Data quality audit: structured survey of the accuracy and level of completeness of the data in an information system
- Data cleansing: software to detect and correct data that are incorrect, incomplete, improperly formatted, or redundant
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your understanding of chapter 7 of Management Information Systems, covering the foundations of business intelligence, databases, and information management. Learn about data resources, data warehousing, and more.