OS IS PART 3 Flashcards
(6 cards)
1
Q
FILE MANAGMENT
A
- Ensures files are available and protected from unauthorized access
2
Q
Database Management Systems (DBMS)
A
Group of programs used as an interface between a database and its users and other application
programs
3
Q
PROVIDING A USER VIEW
A
- Schema - Describes the entire database, can be in the database or a separate file
- DBMS can reference a schema to locate data in relation to other data
4
Q
CREATING AND MODYFING THE DATABASE
A
- Data definition language (DDL) - Defines and describes data and relationships in a database
schema - Data dictionary - Detailed description of all the data used in the database
5
Q
STORING AND RETREVING DATA
A
- Application programs request data through the DBMS
- Concurrency control - Prevents potential data conflicts
6
Q
A