Data is information represented in a form that can be stored, communicated, or processed.
Examples include:
Data can describe people, objects, events, measurements, choices, or many other things.
The word is broad because digital systems work with many forms of represented information.
Consider one soccer player.
A system might record:
Name: Jordan
Jersey number: 7
Position: Forward
Available: Yes
Those values are data about the player.
The real person is not stored inside the computer.
The system stores selected representations of information about that person.
This is the same abstraction idea you used earlier in modeling.
Consider the value:
7
Without context, you do not know what it means.
It could represent:
Add a label:
Jersey number: 7
The meaning becomes clearer.
Data becomes useful when the system knows what the value represents.
You have already encountered several simple forms of data:
"Jordan"
7
1.82
true
These can represent:
You have also seen data represented as:
The representation changes according to the purpose.
A system rarely stores information about only one thing.
Imagine a music collection.
It may contain data about many songs:
Song title
Artist
Album
Genre
Release year
Each song has its own set of values.
When information is organized consistently across many similar items, it becomes easier to compare, search, filter, and summarize.
That idea leads into structured data.
Suppose the same artist appears as:
The Example Band
Example Band
THE EXAMPLE BAND
The Example Band
A person may recognize that these refer to the same artist.
A spreadsheet or program may treat them as different values unless the data is cleaned or standardized.
The usefulness of data therefore depends partly on how consistently it is represented.
Detailed data-cleaning rules appear later in the module.
For now, recognize that inconsistent representation can produce misleading results.
Data can be:
The source matters because it can affect:
Do not assume that a value is correct simply because it appears in a spreadsheet.
Spreadsheets make data visible in rows and columns.
That can help people:
A spreadsheet is not the data itself.
It is one environment for storing and working with representations of data.
A dataset can contain many values.
Good technical work still begins with a purpose.
Ask:
What question are we trying to answer?
Then ask:
Which data helps answer it?
Collecting more fields does not automatically produce a better dataset.
Abstraction still matters.
Data is recorded, represented information.
To work with data effectively, you need to understand:
The next activity focuses on one important difference in organization: structured versus unstructured data.