File Processing Vs Database
File Processing Vs Database
(2nd Slide)
File Processing Systems
- EACH department or area within an organization HAS ITS OWN SET OF FILES.
(3rd Slide)
Two Major Weaknesses
1. Data Redundancy
- Same fields are stored in multiple files.
- Wastes resources such as storage space and people’s time.
- Can increase the chance of errors.
2. Isolated Data
- It’s difficult to access data stored in separate files in different departments.
- Complicated procedure; usually requires the experience of a computer programmer.
(4th Slide)
Database Approach
- A VARIETY of programs and users SHARE THE DATA in the database.
- Secures its data so that only authorized users can access certain data items.
- While a user is working with the database, the DBMS resides in the memory of the computer.
(5th Slide)
(6th Slide)
Strengths of the Database Approach
1. Reduced Data Redundancy
- Most data items are stored in only one file, which greatly reduces duplicate data.
(7th Slide)
3. Shared Data
- The data in a database is shared by the entire organization, hence, the imposition of security
settings to define who can access, add, modify, and delete the data in a database.
4. Easier Access
- Allows non-technical users to access and maintain data, providing they have the necessary
privileges.
(8th Slide)
>INSERT: File name: Database Example
>INSERT: File name: File Processing Example