Skip to main content

Explain Data Processing Cycle and Main Activities of Data Processing Cycle

After collecting data, it is processed to convert into information. The data is processed again and again until accurate result is achieved. This is called data processing cycle.
Data processing cycle involves following three basic activities:

Major Activities Involved in Data Processing Cycle


Explain data processing cycle and activities involved in data processing cycle
Explain Data processing cycle


1. Input
2. Processing
3. Output

1. INPUT

It is the process in which collected data is given to computer after converting into binary form. Input step can be further divided into following steps:

i) Planning

Here objectives of data processing are defined. For example, in examination system, objective is to process student examination data to get result cards.

ii) Data Collecting

Here data is collected. Data is the raw material for data processing. This must be accurate for getting accurate results.

iii) Input

Here data is entered into computer.

iv) Verification

Here collected data is verified to determine whether it is valid for processing. For example marks must be in numeric form.

v) Coding

Data is stored in computer in binary form. Here data is converted (or coded) into computer readable (binary) form.

2. PROCESSING

Now data is ready for processing. We process collected data to convert into information. Some important activities in processing are as following:

i) Data Classification

Here data is classified into different groups or sub-groups. So that it can be handled easily and separately. For example if we collect data about students of a college we will divide them into D.Com and B.Com class groups.

ii) Data Sorting

Here data is arranged in some order. So that it can be accessed quickly. For example we can sort student data by Roll number or name.

iii) Data Calculation/Processing

Here arithmetic and logical operations are performed on data to get the required result. For example total marks of each student are calculated.

3. OUTPUT

After completing the processing, output is received. Output step involves following steps:

i) Testing

The results are tested to find if they are according to requirements. And any errors are removed. If results are not satisfactory then we repeat above-mentioned steps again and again until the accurate results are found.

ii) Summarizing

Huge results are summarized to make them short and precise.

iii) Storing results

The results are stored properly on secondary storage devices for future use.

iv) Output the result

Here output is produced as softcopy on screen or as hard copy as printout. Information is sent to different places as needed.

v) Feed Back

In this step we take comments from users about output results. If results are not satisfactory then we repeat above-mentioned steps again and again until the accurate results are found. This is all about Data Processing Cycle.

You would also like to read:

Define data and information with examples 
Explain difference between data and information
Explain data processing cycle. What is data processing cycle?
Explain Different types of data processing. What are different levels of data processing?
What is the need / importance of electronic data processing in business?


Comments

Unknown said…
This was something I was searching for and almost met my requirement! Thank you for describing each stage so well. In addition to this I would like to give reference of another article ( http://planningtank.com/computer-applications/data-processing-cycle )along with which I was able to get complete information for my project.

Once again, thanks for the awesome and detailed piece of knowledge!

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

What are Different Types of Computer

Computers can be divided into the following 3 types on the basis of their working mechanism: 1) Analog Computers 2) Digital Computers 3) Hybrid Computers 1. Analog Computers Analog computer is used to measure continuous values. It measures a physical property like voltage, pressure, speed, time and temperature. An analog computer takes input in analog form and gives output in analog form. Its output is usually displayed on a meter or scale. Analog computer has low memory and fewer functions. Analog computer is mainly used in the field of engineering and medicine. Examples include: Examples of Analog Computers include:  1. Thermometer 2. Speedometer 3. Analog clock 2. Digital Computers A digital computer works with digital data. Digital computer uses binary number system. Binary number system consists of only two digits 0 and 1. A digital computer represents data in digital signals. A 0 represents OFF and a 1 represents ON. Digital computer performs a...