ITKokka
Lesson 1 ยท Note 1

Data and Information

๐Ÿ“Œ The Short Note

Download

๐Ÿ“– Explanation

Data and Information

Every computer system, and every decision you make using one, starts with data and ends with information. This note explains what separates the two, how one becomes the other, and why the distinction shows up in almost every ICT exam question about computer systems.

What is Data?

Data is raw facts and figures collected from the environment, before anyone has organized or interpreted them.

Example
  • Numbers: 12, 45, 78, 96, 33, 20
  • Words: Apple, School, Book
  • Images: a photo of a mountain
  • Symbols: @, #, %, &, $, ?

Each of these is data. Notice that none of them, on their own, tell you anything you can act on. A list of numbers doesn't say whether a student passed. A photo doesn't say what the weather will be tomorrow. That is the defining trait of data:

  • It is unprocessed, collected but not yet worked on.
  • It can be numbers, text, images, or symbols.
  • It has little or no meaning by itself.
  • It is used as input to a system or a process.

Key Idea: Data on its own does not help you make a decision. It needs to be processed first.

What is Information?

Information is data that has been processed, organized, and arranged so that it has meaning and is useful for a purpose.

Example

A teacher collects a set of marks:

45, 78, 96, 33, 38, 76, 50, 92, 65

On their own, these are just data. Once the teacher works with them:

ItemValue
Highest mark96
Lowest mark33
Average mark69
Total students9

This table is information. It has meaning: it tells the teacher who is struggling and who is doing well, and it supports a real decision, adjusting how the next lesson is taught.

Information:

  • Has meaning, unlike raw data.
  • Helps people understand a situation.
  • Helps people make decisions.
  • Is the output of a system, produced from data that went in as input.

Key Idea: Data becomes information only after it is processed. The same numbers can stay meaningless data forever if nobody works with them.

How Data Becomes Information: the Process

Turning data into information always follows the same three stage process, no matter what kind of system is doing it, a computer, an app, or a person doing the calculation by hand.

INPUT
Data is entered into the system.
โ†“
PROCESSING
The data is organized, calculated, sorted, or compared.
โ†“
OUTPUT
Information is produced.

This input, processing, output pattern is one of the most tested ideas in ICT, because it applies to every computer system you will ever study, not just this topic.

Real-World Example: ATM
  • Input: the card and the PIN
  • Processing: the system verifies the PIN against the account
  • Output: cash is dispensed, and the updated balance is shown
Real-World Example: Weather Forecast
  • Input: temperature, humidity, and wind readings
  • Processing: the readings are analyzed
  • Output: a forecast report
Real-World Example: Shop Billing System
  • Input: items scanned and their prices
  • Processing: the total is calculated
  • Output: the printed bill

In every case above, the input by itself is just data, a PIN, a temperature reading, a price. It becomes useful, becomes information, only after the system processes it.

Data vs Information

FeatureDataInformation
MeaningNone on its ownMeaningful
StateRaw, unprocessedProcessed
Role in a systemInputOutput
UseCannot be used directly for a decisionUsed to make a decision
Example70, 80, 35, 40Highest mark = 80

A common exam mistake is treating data and information as two different types of content. They are not. The same underlying facts can be data at one moment (a raw mark) and information a moment later (an average, once calculated). What changes is whether processing has happened.

Exam-Focused Points

Key Idea: Data + Processing = Information. If a question describes numbers, text, or readings with no analysis applied, call it data. If it describes something calculated, sorted, or compared, call it information.

  • Data is input, information is output, of the same system.
  • Meaning is the deciding factor: no meaning, it's data; meaning and usefulness, it's information.
  • The input, processing, output structure applies to every computer system (ATMs, billing systems, weather systems, and beyond), so learn it once and reuse it.

Summary

  • Data is raw facts and figures with no meaning by themselves.
  • Information is data that has been processed and arranged so it has meaning.
  • Every system converts data into information through input, processing, and output.
  • The same facts can be data before processing and information after it, nothing new is added except organization and meaning.

Remember: Data + Processing = Information

Share:
Computer System โ†’