0.6.1 What Is Data?

Data Is Recorded Information

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.

One Real Thing Can Produce Several Data Values

Consider one soccer player.

A system might record:

Plain text
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.

Data Has Meaning Because of Context

Consider the value:

Plain text
7

Without context, you do not know what it means.

It could represent:

Add a label:

Plain text
Jersey number: 7

The meaning becomes clearer.

Data becomes useful when the system knows what the value represents.

Data Can Be Text, Numbers, Booleans, and More

You have already encountered several simple forms of data:

Plain text
"Jordan"
7
1.82
true

These can represent:

You have also seen data represented as:

The representation changes according to the purpose.

Data Can Describe Many Records

A system rarely stores information about only one thing.

Imagine a music collection.

It may contain data about many songs:

Plain text
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.

Data Quality Affects What You Can Learn From It

Suppose the same artist appears as:

Plain text
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 Come From Many Sources

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.

A Spreadsheet Is One Tool for Working With Data

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.

Data Is Not Automatically Information You Need

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.

The Main Idea

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.