BINARY BASICS
CONVERSIONS
TEXT & CODES
MULTIMEDIA DATA
STORAGE
100

What two digits are used to represent digital data in binary?

0 and 1

100

What is 101₂ in decimal?

5

100

What coding system gives keyboard characters decimal and binary codes?

ASCII

100

What are the small elements that make up a digital image called?

Pixels

100

What is the smallest unit of digital data?

Bit

200

What is a bit?

The smallest unit of digital data; it can have a value of 0 or 1.

200

What is 1101₂ in decimal?

13

200

Why is Unicode needed?

To represent a much wider range of characters, including international characters.

200

What is a video frame?

A single image in a sequence of images that makes up a video.

200

How many bits are in one byte?

8 bits

300

What is the difference between base 2 and base 10?

Binary uses base 2, while decimal uses base 10.

300

Convert 20₁₀ to binary.

10100₂

300

What is ASCII?

A character-coding system in which characters are represented using numerical codes.

300

What is sampling in digital audio?

Taking measurements of an analogue sound wave at a particular sampling rate to convert it into digital data.

300

Put these in order from smallest to largest:

KB, GB, MB, TB

KB → MB → GB → TB

400

Convert 1001₂ into decimal.

9

400

Convert 69₁₀ to binary.

1000101₂

400

How can text be represented using binary?

Each character can be assigned a numerical code, which can then be represented in binary.

400

How can a digital image represent colour?

Each pixel can be assigned digital/binary data representing its colour.

400

Give one advantage and one possible risk of cloud storage.

Advantage: Files can be accessed from different locations/devices.
Risk: It depends on internet access and can have privacy/security concerns.

500

Explain how place values work in a binary number.

Each position represents a power of 2, such as 8, 4, 2, and 1. Add the place values where the digit is 1.

500

Convert 133₁₀ to binary. Show your working.

10000101₂

500

Give one important difference between ASCII and Unicode.

ASCII represents a more limited set of characters, while Unicode supports a much wider range of characters and writing systems.

500

Explain how analogue sound becomes digital data.

The analogue sound wave is measured repeatedly at a sampling rate. These measurements are converted into digital values that the computer can store and process.

500

Compare HDD, SSD, portable storage, and cloud storage. Give one characteristic or use for each.

  • HDD: Traditional storage using magnetic disks.
  • SSD: Solid-state storage with no moving mechanical disk parts.
  • Portable storage: Convenient for moving or transferring files.
  • Cloud storage: Stores/accesses files through an online service.