Log in Sign up
Back to Discover
💻

Units of information

technology Maturity 11-13

Computers use tiny bits of data.

Units of information.svg
Units of information.svg
One bit is very small. It is like a yes or no answer. We use many bits to make a byte. Bytes help us save songs and books. Do you like to use computers?

43 words

Computers use tiny bits of data.

Units of information.svg
Units of information.svg

One bit is very small. It is like a yes or no answer. It can be a 0 or a 1.

We use many bits to make a byte. A byte has eight bits. A small group of four bits is a nibble.

Computers also use words. The size of a word can change.

These units help us measure data. We use them to see how big a file is.

Units of information.svg
Units of information.svg

82 words

Computers use special units to measure data. These units tell us how much a device can hold. They also show how fast data moves through a channel.

Units of information.svg
Units of information.svg

The smallest unit is a bit. A bit is a single value. It is usually a 0 or a 1. Most hardware today uses bits to work. You can think of a bit as a yes or no answer.

Bits often group together into larger parts. A group of four bits is a nibble. A group of eight bits is a byte. A byte is a very common base unit. We use bytes to measure the size of computer files. One byte can represent 256 different values.

Computers also use a size called a word. The size of a word can change. On modern machines, a word is often 2, 4, or 8 bytes.

Units of information.svg
Units of information.svg

To talk about very large amounts of data, we use prefixes. We use metric prefixes like kilo, mega, and giga. There are also binary prefixes. These help us describe huge amounts of information clearly.

181 words

Digital information comes in many different sizes. We use units of information to measure how much data a device can hold. These units also help us describe how fast data moves through a communication channel. In a field called information theory, scientists use these units to measure messages.

Units of information.svg
Units of information.svg
Because data can be very tiny or incredibly huge, we need a wide range of units. Some units are based on how computer hardware is designed. Others are used to help with complex math problems. Understanding these sizes helps us see how the digital world works.

Most modern hardware works with a tiny unit called a bit. A bit represents one of two possible values, like a 0 or a 1. You can think of a bit as a simple yes or no answer. When bits group together, they form larger units. A group of four bits is called a nibble. A nibble can represent one single hexadecimal digit.

Units of information.svg
Units of information.svg
Eight bits joined together make one byte. The byte is a very common base unit used to describe data size. Most computers today prefer to work with whole bytes instead of single bits.

People have been studying how to measure information for a long time. In 1928, Ralph Hartley found a fundamental rule about storage. Later, in 1945, Claude Shannon formalized this idea. They found that the information a system can hold depends on how many possible states it has. The choice of a mathematical base determines which unit we use. For example, using base 2 gives us the shannon, which is equal to one bit.

Units of information.svg
Units of information.svg
Other bases create different units like the trit, the ban, or the nat. The nat is often used in math because it is very convenient.

There are many specific numbers and names to remember in computing. An 8-bit byte can represent 256 different values. This allows it to show numbers from 0 to 255. Computers also use a size called a word. The size of a word can change depending on the hardware. On the IA-32 architecture, a word is 32 bits. Modern hardware might use words that are 2, 4, or 8 bytes.

Units of information.svg
Units of information.svg
We also use prefixes to describe huge amounts of data. Metric prefixes like kilo, mega, and giga use powers of ten. The IEC uses binary prefixes like kibi, mebi, and gibi to use powers of two.

You can see these units in your everyday life. A single byte is enough to store one line of text from a book. About 4 kilobytes of data is roughly the size of one page of text. If you listen to a three-minute song, it might be about 3 megabytes.

Units of information.svg
Units of information.svg
Large storage devices use even bigger units like terabytes or petabytes. For example, a 16 gigabyte chip might be found in a laptop. Even the whole internet was predicted to reach a massive size of 1.3 zettabytes in 2016. These units help us keep track of all the digital things we use.

510 words

A unit of information is a specific measure of digital data size. These units serve different purposes depending on the field of study. In digital computing, they describe the capacity of a storage device. In telecommunications, they describe the throughput of a communication channel. Information theory uses these units to measure messages and the entropy of random variables. Because data can range from tiny to massive, we use many different scales.

Units of information.svg
Units of information.svg

Most modern hardware is binary, meaning it works with two states. The smallest unit in this system is the bit. A bit represents a value that is one of two possibilities, usually 0 or 1. Bits are often grouped into larger, more manageable units. A group of four bits is called a nibble. A nibble represents the value of a single hexadecimal digit. Eight bits, or two nibbles, form a byte. The byte is likely the most common base unit for describing data size.

Units of information.svg
Units of information.svg

Computers often process data in fixed groups called words. The size of a word is defined by a computer's hardware. This might be determined by the size of the registers in the CPU. It can also be the number of bits fetched from main memory at once. On modern hardware, a word is typically 2, 4, or 8 bytes. However, sizes vary greatly on older machines. For example, the IA-32 architecture uses a 32-bit word. Other architectures use many different sizes, such as 16, 48, or even 72 bits.

Units of information.svg
Units of information.svg

Information theory provides a mathematical way to define these units. In 1928, Ralph Hartley observed a fundamental principle of storage. Claude Shannon later formalized this in 1945. They found that stored information is proportional to the logarithm of the number of possible states. The choice of the mathematical base determines the specific unit used. If the base is 2, the unit is the shannon, which equals one bit. Other bases create different units. A base of 3 creates a trit, which is about 1.585 bits. A base of 10 creates a decimal digit, also called a ban or hartley. A base of $e$ creates a nat, which is worth about 1.443 bits. The nat is common in theory because natural logarithms are mathematically convenient.

Units of information.svg
Units of information.svg

We use prefixes to describe very large amounts of data. There are two main ways to do this. The SI metric system uses powers of ten. For example, a kilobyte is 1,000 bytes. The IEC uses binary prefixes based on powers of two. These are used to avoid confusion between the two systems. A kibibyte (KiB) is 1,024 bytes. Other binary prefixes include mebibyte (MiB), gibibyte (GiB), and tebibyte (TiB). This continues up to the quetibyte (QiB), which is $2^{100}$ bytes.

Units of information.svg
Units of information.svg

To understand these sizes, we can look at real-world examples. A single byte can represent a number from 0 to 255. About 90 bytes can store a typical line of text from a book. A 4 KiB block is often a memory page in many architectures. A 3 MB file might be a three-minute song. A 1 GB file could hold 114 minutes of uncompressed CD-quality audio. Modern storage reaches incredible scales. A 16 TB hard drive is common for enterprise use. Some solid-state drives can reach 100 TB. In 2021, a single server held a record of 1.6 PB of storage.

Units of information.svg
Units of information.svg

These units connect the tiny world of hardware to the massive scale of the internet. While a bit is just a 0 or a 1, billions of them create the digital world. We use bytes for files and bits for communication speed. Understanding these measurements helps us track how much information the world produces. In 2016, the volume of the entire internet was predicted to be 1.3 zettabytes. As technology grows, our units of information help us map this expanding digital landscape.

651 words
🖼️ Images & Media (1)
File:Units of information.svg
Units of information.svg
Up Next
💻
Endianness
Technology
More to explore

🔬 Go deeper

More advanced topics to explore

🪜 Step back

Simpler topics to build understanding

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.