Data Processing
Data Processing
BBA 1ST YR
CHAPTER 2
DATA PROCESSING
INTRODUCTION
DATA Vs INFORMATION
Data Information
Raw records Completed One
Un ordered Ordered
Unrefined Data Refined Data
What prevails What is necessary?
Data Processing is viewed as a system that accepts data as input, processes it into
information as output. This can be explained with the help of the following diagram.
INPUT OUTPUT
DATA TYPES
2. Input of data:
After extracting the necessary data from the source documents, they must be transposed
in a suitable form acceptable to the computer. Great care should be taken to avoid wrong entries
in the forms.
3. Manipulation of data:
It involves the process of shifting, sorting and rearranging the given input. Before
processing, validation procedures may be built in to the code to so that input forms do not accept
any incorrect data.
4. Output of information:
The main purpose of data processing is to provide meaningful information to the
decision-maker. Hence, in data processing the person involved must be very careful about what
information is needed and in what form he likes to have it.
5. Storage of information:
The data processed need to be kept for future use. All the processed data will need some
form of secondary storage. When storing the data, it is always important to maintain a backup. It
should be noted that at each and every step the storage might be done.
1. Process Control:
In the production process, a computer is directly connected to some plant to control and
monitor it. Here, the computer receives the data directly from the plant. It analyses the input data
and initiates action to control the on-going process.
2. Accounting:
The Data Processing System can be used to maintain the accounting records and in
preparation of final accounts. The general ledger, Accounts Payable, Accounts Receivable, etc.,
are the examples for the computerized accounting systems followed in most business
organizations.
3. Payroll preparation:
In personnel department the data processing system is used to record the operations of the
number of employees of different departments in each shifts, leave taken, deductions such as
ESI, PF and finally in the preparation of Pay Slips.
4. Sales Analysis:
The Data Processing system is highly useful in sales analysis. The sales manager can
prepare the sales forecast on the basis of per month’s sales reports and subsequent future actions
can be taken.
Page3
5. Inventory Management:
Actually the Data Processing System is a boon to every organization, in respect of
inventory management. Data Processing is used to maintain up-to-date information about stock,
their costs and to initiate orders when the times are about to be exhausted.
6. Office Automation:
The modem offices and business organizations are dependent upon computer based office
automation for their competitiveness and better management.
9. Managerial aid:
The Data Processing System is used as a managerial aid in decision-making for solving
business problems. It is also very useful in the areas of linear programming, PERT, CPM etc.
Today it appears that the computer is everywhere. Not only the business organization, the
other institutions are also using data processing system for their regular use. We cannot think
about a situation without a computer. Robotics and Artificial Intelligence are the two promising
areas of applications.
1. Data Generation
It involves the operation of collecting the original data. It implies that the raw data are
collected and set out in the form of original document called a source document.
2. Recording
Here raw data is converted into an acceptable form. That is, the data is transcribed from
the source documents on the cards or on some other specified forms and are made readable for
the machines. This operation is performed throughout the IPO cycle. The punched cards and
paper tapes, magnetic tapes, a magnetic disks, tape cassettes, floppy disks, magnetic drums, tape
cassettes, floppy disks, RAM cartridge, charged coupled devices, etc., are used as data recording
media.
3. Verification
After the data have been recorded, their accuracy has to be checked. This can be done
with the help of another machine called verifier or by re-reading.
Page4
4. Classification
Classification of information is the next important operation in which the data is
separated into various categories.
5. Sorting
Sorting involves sequencing the data in a pre-determined order to facilitate processing.
The order may be either alphabetic or numeric.
6. Merging
It is the operation of combining two or more ordered (sorted) sets of data to form another
single ordered set.
7. Calculating
Here calculation of greater magnitude can be processed. Calculation involves solving
equations and manipulation of the source data such as addition, subtraction, etc.
8. Data Storage
The results of processing one set of data are retained in storage for future use of
reference. The basic requirement for utilizing the computer in all business applications is the
ability to store and access data. The data is stored in a location called memory referred by its
address. In large organizations, huge volume of data is to be stored and accessed. Hence, some
auxiliary storage devices are also needed for the effective data processing.
(b) NIBBLE
Four bits form one nibble
(c) BYTE
It is a unit of information consisting of fixed number of bits. It is a combination of 8 bits
(d) CHARACTER
It is represented by one byte. It can be a letter, digit, punctuation mark or special
characters.
e) WORD
The combination of 2 bytes or 4 bytes or 8 bytes is a word.
9. Data Retrieving:
Data retrieving is the process of searching or locating a data item from the storage. In
EDP system, the data is retrieved from the storage device in sequential, indexed sequential or
random access mode. The on-line data storage and retrieval is very useful for the proper
functioning of a modern business establishment.
10. Reporting:
Generally in business data processing, the processing operation comes to an end with the
reporting of data. In this operation the results of the data processing are made available to others.
The processed information may be reported in a number of ways depending on the use of results.
The results may be printed out in the form of pay slips, bills, etc. or in the form of reports as ESI
Reports, PF Reports or Sales Reports, etc.,
LET US SUM UP
1. Data in its raw form cannot be used. It must be converted into information to make it useful.
2. To process the data various steps are involved such as identification of data, input and
manipulation of data etc.
3. Data processing is useful for decision making and improving productivity in an organisation.
Page6