answersLogoWhite

0

File processing system with example

Updated: 12/17/2022
User Avatar

Jai152

Lvl 1
14y ago

Best Answer

A file processing system is a collection of files and programs that access/modify these files. Typically,

new files and programs are added over time (by different programmers) as new information needs to be

stored and new ways to access information are needed.

Problems with file processing systems:

• data redundancy and inconsistency

• difficulty of accessing data

• problems with concurrent access

Example: assume I'm paying for groceries with my MAC card at the same time my pay check is being

deposited (and my bank uses a file processing system):

a.)withdrawal program deposit program

1. read balance from checking account

file as $51

2. read balance from checking account file as $51

3. subtract $50 (for groceries)

4. update checking account file

(new balance: $1)

5. add $100 (my salary)

6. update checking account file (new balance: $151)

It is difficult to prevent such problems unless programs (example: withdrawal and deposit) are coordi-

nated or integrated.

b.)atomicity problems - ensuring that a system failure during a database update does not leave the

database in an inconsistent state

c.)security problems

- not all users should have access to all data

- example: bank payroll personnel shouldn't know my checking account balance

- difficult to enforce security in an ad hoc system

d.) integrity problems

- data may need to satisfy certain conditions, called consistency constraints

- example: account balances should never fall below $0

- difficult to enforce/add/change consistency constraints in a file processing system

DBMSs were developed to remedy these problems.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: File processing system with example
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What different types of file processing system?

sequential file organization index file orgaization diect file orgaization


Security problems in file processing system?

Enforcing Security Constraints in file processing system is very difficult as the application programs are added to the system in an ad-hoc manner.


What is traditional file processing system?

The traditional file processing system is the computerized manual filing system. It is when a computer system stores permanent records.


What are the major disadvantage of file processing system?

File processing system is inconsistent and disintegrared.It is difficult to access and may be present on different platforms which would not allow to integrate data


What is traditional file processing environment?

discuss abt traditional fie processing system? discuss abt traditional fie processing system? discuss abt traditional fie processing system? discuss abt traditional fie processing system?


What arethe examples of batch processing operating system?

A program reads a large file and gives the report is example of batch processing


What do you mean by system file?

Prior to the use of DBMS Traditional file processing system were in use . These were the system that are used as database that time. These system do not supports the query.


What is the meaning of file processing?

File processing system is a process of storing and organizing information through a network. This is a system that is commonly used in business to keep track and to access files instantly.


What do you mean by file oriented system?

Prior to the use of DBMS Traditional file processing system were in use . These were the system that are used as database that time. These system do not supports the query.


Disadvantage of file processing system?

Excessive Program Maintenance 80% of information system budget


What is the file called When your computer is using virtual memory and the operating system builds a file on the hard drive that allows processing to continue?

swap file


What are the two major weaknesses of file processing system?

data redundancy and data isolation