Rob & Coronell - Chapter 1 Flashcards
(34 cards)
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?
- Data constitute the building blocks of information
- Information is produced by processing data
- Information is used to reveal the meaning of data
- Accurate, relevant, and timely information is the key to good decision making
- Good decision making is the key to organizational survival in a global environment
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?
- Hardware
- Software
- People
- Procedures
- Data
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?
- Operating system software
- DBMS software
- Application programs and utility software
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?
- System administrators
- Database administrators
- Database designers
- System analysts and programmers
- End-users
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?
- Database complexity varies per company, and is partly a result of the organization’s management structure
- Database solutions must be cost-effective, but also tactically and strategically effective.
- The database technology in use is likely to affect the selection of a database system
What are the 9 main functions of a DBMS?
- Data dictionary management
- Data storage management
- Data transformation and presentation
- Security Management
- Multi-user access control
- Backup and recovery management
- Data integrity management
- Database access languages and application programming interfaces
- Database communication interfaces
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?
- It creates and manages the complex structures required for data storage.
- It provides storage for related data entries as well, such as entry forms, screen defintions, report definitions etc.
- It is also important for database performance tuning
What is database performance tuning?
The activities that make the database perform more efficiently in terms of storage and access speed.