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

Advantages and Disadvantages of Ring Network Topology

Topic: Advantages and Disadvantages of Ring Network Topology alongwith detailed working of Ring topology What Do You Mean by Ring Topology? In Ring topology, each computer is connected to the next computer such that last computer is connected to the first. Every computer is connected to next computer in the ring. Each computer retransmits what it receives from the previous computer. Suppose, computer A needs to send data to computer D. Now the computer A sends data to computer B. As computer B is not the destination computer, so it will retransmit data to computer C. Finally, Computer C will transfer data to computer D, the destination computer. When a node sends a message, the message is processed by each computer in the ring. If a computer is not the destination node, it will pass the message to the next node, until the message arrives at its destination. Advantages of Ring Network Topology 1. It is relatively less expensive than a star topology network. 2. In a Rin

Types Of e-Commerce

Types/Categories/Modes of e-commerce. There are three main types of e-commerce as follows: 1) Business To Consumer (B2C) B2C ecommerce consists of selling goods and services to individual consumers. In this type, consumers or customers can visit the website and purchase goods online. The website will have a StoreFront. This storefront will show product details, pictures and a shopping cart. Shopping cart is used to collect items to purchase. Advantages of B2C e-commerce B2C e-commerce has the following advantages: * Shopping can be faster and more convenient. * Offerings and prices can change instantaneously. * Broadband telecommunications will enhance the buying experience. 2) Business To Business (B2B) B2B e-commerce takes place between two businesses. One business provides services to other business. Examples of B2B include: Online Advertisement, recruiting, sales, marketing, technical support and training. For eample, some companies provide online purchasing

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 in Excel Softw