Number Systems
Units of Data
Characters & Text
Images (Bitmap)
Sound & Compression
100

Define binary.

A number system that uses only 0s and 1s.

100

1,000 bytes is equal to what unit of data?

Kilobyte (KB)

100

What does ASCII do?

Represents characters using 7-bit binary codes.


100

What is a pixel?

The smallest addressable part/point of an image.

100

What is sample rate?

The number of samples taken per second.

200

Define denary (decimal).

A number system that uses digits 0–9.

200

1,000,000 bytes is equal to what unit of data?

Megabyte (MB)

200

What does Unicode do?

Represents many characters from different languages using more bits.

200

What is resolution?

The number of pixels in an image (width × height).

200

What is sample resolution. 

The number of bits used per audio sample.

300

Define hexadecimal.

A number system using digits 0–9 and A–F.

300

1,000,000,000 bytes is equal to what unit of data?

Gigabyte (GB)

300

Define character encoding.

Storing characters as binary values.

300

What is colour depth?

The number of bits used per pixel to represent colour.

300

What is lossy compression?

Compression where some data is permanently removed.

400

Define overflow (in binary).

When a value is too large to be stored in the available bits.

400

1,000,000,000,000 bytes is equal to what unit of data?

Terabyte (TB)

400

What is meant by a “character set”?

The range of characters a system can represent.

400

What is a bitmap image?

An image made of individual pixels stored as binary.

400

What is lossless compression?

Compression where all original data can be restored.

500

Define the term “most significant bit”.

The bit with the highest value/place in a binary number.

500

8 bits is equal to what unit of data?

A byte

500

Why do modern systems use Unicode instead of ASCII?

Because ASCII doesn’t support enough characters.

500

What is the formula for calculating a bitmap file’s size in bits?

Width × height × colour depth.

500

Why does increasing sample rate or bit depth increase file size?

Because more data is stored per second of audio.