File-based vs. Data-based Flashcards
1
Q
What is a file-based system?
A
The file communicates directly with the application software
2
Q
What is a data-based system?
A
The database management system (DMBS) communicates between the database and the database application
3
Q
The part of the database system collects files, and stores the data.
A
Database
4
Q
The part of the database system that uses a data model and acts a a middleman
A
Database management system (DBMS)
5
Q
The part of the database system that is coded using database management functions and utilizes a database language
A
Database application
6
Q
Give at least 1 function done by the database management system (DBMS)
A
Searching, sorting, checking
7
Q
Give at least one issue with file-based systems
A
- Data is isolated
- Data may repeat
- Difficulty relating data with other data
- Data security
- Difficulty sharing data with other applications
- Adding new data fields updates all applications