What is the difference between data and information?
Data: Raw facts that have not yet been processed to reveal their meaning
Information: The result of processing raw data to reveal its meaning.
What is knowledge?
The body of information and facts about a specific subject. Knowledge implies familiarity, awareness and understanding of information.
What are the 5 key points of data/information/knowledge?
What is data management?
The discipline that focuses on the proper generation, storage, and retrieval of data.
–> It is a core activity for any business, government agency, service organization or charity.
What is a database system?
An organization of components that define and regulate the collection, storage, management, and use of data within a database environment
Of which 5 components is a database system comprised, according to a general management view?
What does hardware refer to?
All of the system’s physical devices.
-> Think about computers, storage devices, network devices
Which 3 types of software are needed to make a database system function fully?
What does the operating system software do?
It manages all hardware components and makes it possible for all other software to run on the computers
What does the DBMS software do?
It manages the database within the database system”
-> Think about Microsoft SQL server, Oracle
What do application programs and utility software do?
They are used to access and manipulate data in the DBMS and to manage the computer environment in which data access and manipulation take place.
For example to make reports.
Which five types of users can be identified in a database system?
What does a system administrator do?
He oversees the database systems general operations
What does a database administrator do?
He manages the DBMS and ensures that the database is functioning properly
What does a database designer do?
He designs the database structure. -> The architects of the database
What do system analysts and programmers do?
They design and implement the application software. They design and create the data entry screens, reports etc.
What are end-users?
The people using the application programs to run the organizations daily operations.
What do procedures refer to in a database system?
The instructions and rules that govern the design and the use of the database system.
They enforce the standard by which business is conducted.
They ensure there is an organized way to monitor and audit data, and the information derived from data.
What is meant by data in a database system?
The collection of facts stored in the database.
What are three considerations managers have to take into account if they think about implementing a new DBMS?
What are the 9 main functions of a DBMS?
What is meant with data dictionary management as a function of a DBMS?
The DBMS stores definitions and relationships from and between data elements. Changes made in database structure are recorded in the dictionary as well and applied.
-> The DBMS provides data abstraction and removes the structural and data dependence from the system.
What is meant with data storage management as a function of a DBMS?
What is database performance tuning?
The activities that make the database perform more efficiently in terms of storage and access speed.