Database Systems: Lesson 1 Flashcards
What is data?
Data is raw facts, it is unprocessed information.
What is information?
It is the data processed to reveal meaning.
What is the key to making good decisions?
Accurate and relevant information
What is a database and what does it store?
It is a very large integrated computer structure that stores end-user data and metadata.
What is meta data?
It is data about data
What does DBMS stand for?
Database management system
List 2 advantages of the DBMS
Users have access to more and better managed data.
Probability of data inconsistency is greatly reduced.
List the 5 types of databases
- single user
- desktop
- multi user
- workgroup
- enterprise
What are the 2 databases that are classified by location?
Centralized and distributed
What are the 2 types of databases that are classified by use?
Transactional(production) and data warehouse.
List 2 reasons why database design is important
To avoid redundant data and a poorly designed database can cause errors that lead to bad decisions.
When converting from manual to computer systems, who should you hire?
Data processing specialist
What is structural dependence?
Access a file depends on its structure
What is data dependence?
Changes in the data storage characteristics without affecting the application program’s ability to access the data
What is logical data format?
How the human being views the data