Data Processing
- Siddharth Sharma
- Oct 31, 2024
- 2 min read
Updated: Aug 18, 2025
1. Data
Meaning: Data means raw facts and figures.
It can be numbers, words, symbols, images, or sounds.
Example:
Marks of students: 56, 72, 89, 40
Names: Riya, Amit, Neha
Data alone may not give proper meaning unless we organize it.
2. Data Processing System
Meaning: A data processing system is a set of tools (like a computer, software, and methods) that help us change raw data into useful information.
It includes:
Input (feeding data)
Processing (working on data)
Output (getting results)
Storage (keeping data safe for future use)
Example:
In a school result system:
Input: Marks of all students
Processing: Calculate total & percentage
Output: Report card
Storage: Save results for record
3. Storing Data
Meaning: Storing data means keeping data safely for present or future use.
Data can be stored in:
Primary storage (RAM – temporary)
Secondary storage (Hard disk, SSD – permanent)
External storage (Pen drive, DVD, Cloud storage)
Importance of Storing Data:
Keeps data safe
Helps in future reference
Prevents data loss
Example:Saving students’ marks in the computer’s database so they can be checked anytime.
4. Processing Data
Meaning: Processing is the step where raw data is converted into useful information.
Processing can include:
Sorting (arranging data)
Classifying (grouping data)
Calculating (adding, subtracting, etc.)
Comparing (finding highest, lowest, etc.)
Summarizing (making a report)
Example:
Input: Marks = 50, 60, 70
Processing: Find average = (50+60+70)/3 = 60
Output: Average Marks = 60
✅ Summary
Data = Raw facts
Data Processing System = Converts data → information
Storing Data = Keeping data safely
Processing Data = Working on data to make it useful
📊 Data Processing – Table Format
Topic | Meaning | Examples | Importance / Uses |
Data | Raw facts and figures (numbers, text, images, sounds) | Marks: 56, 72, 89 Names: Riya, Amit | Not useful until processed |
Data Processing System | A system (computer + methods) that converts raw data into information | Input: Marks Processing: Calculate % Output: Report card Storage: Save results | Helps in decision-making and provides useful info |
Storing Data | Keeping data safely for present or future use | Hard disk, SSD, Pen drive, Cloud | Prevents data loss Helps in future reference |
Processing Data | Converting raw data into meaningful information by calculating, sorting, comparing, summarizing | Input: Marks 50, 60, 70 Processing: Find average Output: 60 | Makes data useful and understandable |




Comments