Data Types & Number Systems
Binary, Hex & Conversions
Shifts & Two's Complement
Images & File Sizes
Sound & Compression
100

What does it mean when we say that computers use analogue data and digital data?

Analogue = continuous

digital = 0s and 1s.

100

Convert the denary number 39 into an 8-bit binary number.

00100111

100

When the binary number 00101101 is shifted left logically by two places, what is the new binary value?

10110100

100

What are two ways a student could reduce the amount of data stored in an image file?

Lower resolution or apply compression.

100

What does a sample rate of 44,100 Hz mean for a sound file?

44,100 samples per second.

200

What is the difference between the denary number system and the binary number system?

Denary = base 10

Binary = base 2.

200

Convert the denary number 142 into an 8-bit binary number.

10001110

200

When the binary number 11100110 is shifted right logically by one place, what is the result?

01110011

200

What does color depth represent in a digital image?

Bits per pixel.

200

What does a sample size of 16 bits mean?

Number of bits per sample.

300

Why do computers store and process data using binary instead of denary?

Binary matches on/off circuits.

300

Convert the hexadecimal value 7A into an 8-bit binary number.

01111010

300

What is the 8-bit two’s complement representation of −23?

11101001

300

How many total pixels are in an image with a resolution of 200 × 200?

40,000 pixels.

300

What is the difference between lossy and lossless compression?

Lossy removes data; lossless keeps all data.

400

Why is hexadecimal often used in computing instead of binary?

Easier to read and less error-prone.

400

Convert the hexadecimal value C4 into an 8-bit binary number.

11000100

400

What is the result of adding the binary numbers 01101101 and 00110110?

10100011

400

A 200 × 200 image has a color depth of 16 bits. What is the file size in bytes?

80,000 bytes.

400

Give one example of a lossy format and one example of a lossless format.

MP3 / PNG.

500

Which value is the largest—

1 MiB

2048 KiB

1.4 MiB

or 1200 KiB—

and why?

2048 KiB (equals 2 MiB).

500

Convert the hexadecimal seat number 3AF into a 12-bit binary number.

001110101111

500

What happens to a binary number when a logical left shift of two places is performed?

Bits move left; zeros fill on the right.

500

Convert 80,000 bytes into KiB.

~78.1 KiB.

500

Why is lossless compression suitable for compressing sound files on a website?

Keeps full quality; fully reversible.

M
e
n
u