GCSE

Computer Science

  1. Introduction to GCSE Computer Science
  2. 1. Computer Systems

  3. 1.1 Systems Architecture
  4. 1.2 Memory and Storage
  5. 1.3 Computer Networks, Connections and Protocols
  6. 1.4 Network Security
  7. 1.5 Systems Software
  8. 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology
  9. 2. Computational Thinking, Algorithms and Programming
  10. 2.1 Algorithms
  11. 2.2 Programming Fundamentals
  12. 2.3 Producing Robust Programs
  13. 2.4 Boolean Logic
  14. 2.5 Programming Languages and Integrated Development Environments
Module Progress
0 / 35 Lessons
0%
Learning
Summary
Revision

In this lesson, we will explore the units of data storage, including bits, nibbles, bytes, kilobytes, megabytes, gigabytes, terabytes, and petabytes. We will learn how data needs to be converted into a binary format to be processed by a computer.

Units of Data Storage

Data storage is measured in various units, each representing different amounts of data. Let's explore the most common data units:

Unit Explanation
Bit The smallest unit of data storage, representing a binary value of 0 or 1. Bits are the building blocks of all data in a computer system.
Nibble A nibble consists of four bits grouped together. It can represent 16 different values (2⁴), ranging from 0000 to 1111 in binary.
Byte A byte comprises eight bits grouped together. It represents 256 different values (2⁸), providing a wide range of possibilities for data representation.
Kilobyte (KB) Approximately 1,000 bytes. Kilobytes are often used to represent small amounts of data, such as a few paragraphs of text or a simple image.
Megabyte (MB) Approximately 1,000 KB. Megabytes are used to measure larger amounts of data, such as high-resolution images or short audio clips.
Gigabyte (GB) Approximately 1,000 MB. Gigabytes are commonly used to measure the storage capacities of various devices, such as USB drives and hard disk drives.
Terabyte (TB) Approximately 1,000 GB. Terabytes represent vast amounts of data, used for backing up large data sets and storing multimedia libraries.
Petabyte (PB) Approximately 1,000 TB. Petabytes are employed in enterprise-level storage systems, data centres, and cloud storage services.
Table 5. Common units of data storage.

Note

You must be able to list data units in order from smallest to largest: Bit, Nibble, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte. This is a common exam question and is essential to understanding storage capacity.

Continue learning with Knowness

Sign up to access the full lesson, predicted grades, revision tools, progress tracking, and more.

Create a free account