What is Data Processing?
Data processing is the manipulation of data into a more useful form.
Data processing includes not only numerical calculations but also operations such as the classification of data and the transmission of data from one place to another. In general, we assume that these operations are performed by some type of machine or computer, although some of them could also be carried out manually. Data processing system refers to the equipment or devices and procedures by which the result is achieved.
There are various techniques of data processing, including manual, automatic and electronic data processing.
- Manual data processing is a traditional form of data processing that involves manual data collection and collection, analysis and presentation, such as bookkeeping and census exercises.
- Automatic data processing is an almost obsolete data processing technique that was mainly done using electromagnetic devices, such as electric accounting machines and unit record equipment.
- Electronic data processing is the widespread, modern technique of collecting, manipulating, analyzing and presenting data and information. Electronic data processing is also known as computerized data processing.
What are data processing methods?
Data processing methods are a way to turn large amounts of raw data into usable and understandable information, using methods such as batch processing, real-time processing, data mining and statistical processing. Data processing used to be done by hand and took a very long time, but today almost all data processing is done by computers, making the process much quicker.
Batch processing is the easiest form of processing, where computers analyze data in large batches at set times. For instance, payroll is batch data, because a computer analyzes all hours at the end of every pay period.
Real-time processing is used for data that can be analyzed immediately. For example, a radar system processes information in real-time, so that the operator gets feedback immediately.
Data mining takes information from multiple sources and tries to combine it and find patterns. For instance, grocery stores look at sales of one item and see if it correlates with another item. If everyone who buys peanut butter also buys jelly, they can put the two items together.
Data Processing Cycle
Once data is collected, it is processed to convert it into useful information. The data is processed again and again until the accurate result is achieved. This is called data processing cycle.
The data processing is very important activity and involves very careful planning. Usually, data processing activity involves three basic activities.
- Input - It is the process through which collected data is transformed into a form that computer can understand. It is very important step because correct output result totally depends on the input data. In input step, following activities can be performed. Coding -- The verified data is coded or converted into machine readable form so that it can be processed through computer. Verification -- The collected data is verified to determine whether it is correct as required. Storing -- The data is stored on the secondary storage into a file.
- Processing - The term processing denotes the actual data manipulation techniques such as classifying, sorting, calculating, summarizing, comparing, etc.
- Output - Hope this doesn't require any explanation.
Comments
Post a Comment