answersLogoWhite

0


Best Answer

In simplest terms, a file processing system coordinates only physical access to data. A database organizes and coordinates both physical and logical data access.

A database specifically reduces the amount of duplication of data in a system. Additionally, since a database is designed to allow access queries where a file system only allows pre-determined data access,database queries can be far more refined and flexible, as well as granting user access privileges to protect stored data.

Databases, unlike file processing systems, allow multiple users to access the same data simultaneously. File processing systems are far more restricted on this level.

The database's organization makes it far easier to enforce uniform standards over the data because data can be formatted to fit a particular screen, allowing a single type of data file to be created across the system for example.

Database applications are quicker and easier to develop due to standardized components.

Due to their design, databases are far more flexible as well. They can be adapted far more easily to cope with changing situations than a file processing system.

The economy of implementing a database across a huge network is greater than implementing a full file processing system. Databases are essentially easy to install, and are far more user friendly. The latter makes training far easier too.

The ease with which data can be changed across the database makes the provision of up to date information to any and all users of a database incredibly easy.

File processing systems may have problems where the data is in different formats, whilst databases format their data to allow it to work within the database itself.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

what is the differeces between fileprocessing system and database management system

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is a file processing system approach different from database approach?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Database approach VS traditional approach?

Database Approach vs. Traditional File ProcessingSelf contained nature of database systems (database contains both data and meta-data).Data Independence: application programs and queries are independent of how data is actually stored.Data sharing.Controlling redundancies and inconsistencies.Secure access to database; Restricting unauthorized access.Enforcing Integrity Constraints.Backup and Recovery from system crashes.Support for multiple-users and concurrent access.


What is an example of a database system?

There are many of them. Here are just 10:Microsoft AccessOracleMySQLDbaseProgressBase (Open Office)IngresFilemakerInformixLotus Approach


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.


Contrast of database and database system?

A database is simply a collection of pieces of information (data). A text file storing names and phone numbers is a database. A database management system (DBMS) is some software that manages the data within the database such as MySQL. Both the software and the database are considered together when thinking of a DBMS.


What are some differences between a client server architecture and a centralized computing system?

Centralized System Architecture:Centralized means the data is in one place.Centralized database - that is have one large computer to which you connect a large number of terminals. Everyone is working directly on the machine that holds the database.Client-server Architecture:Client server just means the clients are in a different place than the data. It simply means the database is considered one unit managed by one DBMS in one location and to which clients connect.Client/Server DB system relies [traditionally] on a single database-server, which passes information to a client machine, where some of the data processing is doneType your answer here...

Related questions

Describe the main characteristics of the database approach and contrast it with the file-based approach?

The Database Approach has four common characteristics. These are: Self-describing nature, support multiple user view of data, share the data and multiple user transaction processing and insulation between data and data abstraction.


How to solve the query processing of distributed database management system?

o


What is the difference between a file processing system and a database system?

A file processing system manages data using individual files, without any inherent structure for organizing or querying data. A database system uses a structured approach to store, retrieve, and manage data in a centralized repository, providing features like data consistency, concurrency control, and query capabilities through a database management system (DBMS).


Database approach VS traditional approach?

Database Approach vs. Traditional File ProcessingSelf contained nature of database systems (database contains both data and meta-data).Data Independence: application programs and queries are independent of how data is actually stored.Data sharing.Controlling redundancies and inconsistencies.Secure access to database; Restricting unauthorized access.Enforcing Integrity Constraints.Backup and Recovery from system crashes.Support for multiple-users and concurrent access.


What is a mixed database?

A mixed database is a system that contains different records that are set up in different files. This means that the database system will run several workloads simultaneously.


What is mdbms?

A multidimensional database management system is a database management system that uses a data cube as an idea to represent multiple dimensions of data available to users. This database is optimized for data warehouse and analytical processing applications...


Name of information processing tools in OpenOfficeorg?

The OpenOffice suite is actually a number of different applications accessable through a simple menu. The information processing tools in OpenOffice is called Base as in Database. It is a fully functional SQL system


What is an example of a database system?

There are many of them. Here are just 10:Microsoft AccessOracleMySQLDbaseProgressBase (Open Office)IngresFilemakerInformixLotus Approach


What is relationship between information system life cycle and database system development life cycle?

use same approach


Discuss database system versus file system?

A database is a collection of interrelated data's stored in a database server; these data's will be stored in the form of tables. The primary aim of database is to provide a way to store and retrieve database information in fast and efficient manner. There are number of characteristics that differs from traditional file management system. In file system approach, each user defines and implements the needed files for a specific application to run. For example in sales department of an enterprise, One user will be maintaining the details of how many sales personnel are there in the sales department and their grades, these details will be stored and maintained in a separate file. Another user will be maintaining the salesperson salary details working in the concern, the detailed salary report will be stored and maintained in a separate file. Although both of the users are interested in the data's of the salespersons they will be having their details in a separate files and they need different programs to manipulate their files. This will lead to wastage of space and redundancy or replication of data's, which may lead to confusion, sharing of data among various users is not possible, data inconsistency may occur. These files will not be having any inter-relationship among the data's stored in these files. Therefore in traditional file processing every user will be defining their own constraints and implement the files needed for the applications. In database approach, a single repository of data is maintained that is defined once and then accessed by many users. The fundamental characteristic of database approach is that the database system not only contains data's but it contains complete definition or description of the database structure and constraints. These definitions are stored in a system catalog, which contains the information about the structure and definitions of the database. The information stored in the catalog is called the metadata, it describes the primary database. Hence this approach will work on any type of database for example, insurance database, Airlines, banking database, Finance details, and Enterprise information database. But in traditional file processing system the application is developed for a specific purpose and they will access specific database only.


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 an early database management system?

data-processing system that performed record-keeping functions that mimicked existing manual procedure