File Base System vs Data Management System Flashcards
Composed of application softwares that have access to files?
File Based System
File types can either be?
Text or binary
How many records we can store in a file?
One
How is the application software coded with?
It is coded with data management functions which follows the Data Processing Cycle
What seems to be known to the programmer when coding application software in a file based system?
- File location
- File type
- File operation
- Structure of data in the file
- How to code instructions to manipulate data
What is the user’s view of the application software in a file based system?
- Files can only be accessed through a software program unless the file is a text file
- Users cannot share files
- Only one user can access the file
Name the 6 issues about File Base System?
- Data becomes isolated
- Dat redundancy and inconsistencies
- Difficulties to relate data with one another
- Security in data
- Difficulties in sharing data among different applications
- Adding new fields in the file will result to recording of all programs using it even if the program is not going to use it.
How can we solve the issues on File Based System?
We use a Data Management System
Name 2 components the DBMS usually uses?
- Database Application
- Database
How does a data management system work?
- Database application sends instructions to the DBMS
- The DBMS uses the Database to perform instructions given by the Database Application
What is a database?
Can collect files and act as a mode of storing data
What does the DBMS use to provide conceptual and logical representation on how data is stored?
Data Model