wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Y10 - Data 3.3

Total questions: 55

Worksheet time: 28mins

Name
Class
Date
1.

Which number base does a computer use to represent all data and instructions?

a)

Decimal

b)

Octal

c)

Hexadecimal

d)

Binary

2.

Why is hexadecimal often used in computing?

a)

It is more accurate than binary

b)

It is shorter and easier for humans to read than binary

c)

It is easier to calculate with

d)

It stores more data in memory

3.

What is the base of the hexadecimal number system?

a)

Base 12

b)

Base 16

c)

Base 10

d)

Base 8

4.

What is the binary value of the decimal number 13?

a)

1101

b)

1110

c)

1001

d)

1011

5.

What is the decimal equivalent of binary 101011?

a)

55

b)

45

c)

53

d)

43

6.

What is the hexadecimal value of the decimal number 255?

a)

FE

b)

FF

7.

Which of the following is the correct conversion of binary 11110000 to hexadecimal?

a)

F0

b)

FF

c)

A0

d)

0F

8.

Convert hexadecimal 3C to decimal.

a)

60

b)

56

c)

42

d)

75

9.

What is the binary equivalent of hexadecimal A9?

a)

11001011

b)

10011010

c)

10101001

d)

11100100

10.

Which of these decimal numbers can be represented with 8 bits?

a)

512

b)

255

c)

260

d)

300

11.

How many bits are in a byte?

a)

2

b)

16

c)

4

d)

8

12.

Which hexadecimal value matches the binary nibble 1111?

a)

E

b)

F

c)

A

d)

C

13.

Choose the correct pair: 1 byte equals how many bits?

a)

12 bits

b)

2 bits

c)

8 bits

d)

4 bits

14.

Which prefix represents one billion bytes?

a)

Nano

b)

Tera

c)

Giga

d)

Mega

15.

Which of these is the smallest unit of data?

a)

Bit

b)

Word

c)

Byte

d)

Nibble

16.

What is 1011 + 1100 in binary?

a)

10000

b)

10111

c)

11000

d)

11111

17.

What happens when a binary number is shifted left by 1 place?

a)

It is multiplied by 4

b)

It is multiplied by 2

c)

It stays the same

d)

It is divided by 2

18.

What is the result of shifting 00110110 right by 2 places?

a)

11011000

b)

00001101

c)

10011000

d)

00001110

19.

Binary shifts are commonly used for:

a)

Compressing large files

b)

Converting text to ASCII codes

c)

Multiplying or dividing by powers of 2

d)

Sorting data quickly

20.

How many bits are used in standard ASCII?

a)

5 bits total

b)

8 bits total

c)

6 bits total

d)

7 bits total

21.

What is the main advantage of Unicode over ASCII?

a)

It uses fewer bits overall

b)

It is faster to process by computers

c)

It uses binary instead of hexadecimal

d)

It supports more characters and languages

22.

In ASCII, if 'A' = 65, what is 'C'?

a)

66 as code

b)

67 as code

c)

68 as code

d)

69 as code

23.

Which character set uses the same codes as ASCII up to 127?

a)

Binary numbers

b)

UTF-16 encoding

c)

Unicode standard

d)

Extended ASCII set

24.

What is a pixel?

a)

A type of character code

b)

A file compression method

c)

A tiny square of an image

d)

A screen color palette

25.

A pixel is best described as:

a)

A file format for pictures

b)

A single point in an image

c)

A compression method used

d)

A type of display colour

26.

What does colour depth represent in a digital image?

a)

Number of pixels in total

b)

Number of colours per pixel

c)

Height measured in pixels

d)

Width measured in pixels

27.

Increasing colour depth will primarily:

a)

Reduce pixels required overall

b)

Reduce image quality noticeably

c)

Increase file size overall

d)

Make the image grayscale only

28.

Which equation correctly calculates bitmap size in bits?

a)

Width × Height × Depth

b)

Width × Depth ÷ Height

c)

Width + Height + Depth

d)

Width² + Height²

29.

What happens to file size when image resolution increases?

a)

It becomes automatically compressed

b)

It decreases over time

c)

It stays exactly the same

d)

It increases accordingly

30.

If the colour depth doubles from 4 bits to 8 bits, what happens to the number of possible colours per pixel?

a)

It stays unchanged

b)

It doubles in count

c)

It halves in count

d)

It becomes unlimited

31.

An image has resolution 50×30 pixels and colour depth 2 bits. What is its size in bits?

a)

4,000

b)

2,000

c)

1,000

d)

3,000

32.

Two images have the same resolution. One uses 8-bit colour, the other uses 4-bit colour. Which file is larger and why?

a)

8-bit, more colours per pixel

b)

4-bit, fewer pixels overall

c)

8-bit, higher pixel width

d)

4-bit, stronger compression used

33.

A student wants to reduce an image’s file size without changing its dimensions. Which change is most effective?

a)

Increase image resolution

b)

Increase colour depth

c)

Reduce colour depth

d)

Add more pixels vertically

34.

What is sample resolution in digital audio?

a)

Volume level of the sound

b)

Number of samples per second

c)

Number of bits per sample

d)

Length of the sound track

35.

Which unit is typically used to measure sampling rate?

a)

Bits

b)

Bytes

c)

Hertz

d)

Decibels

36.

Increasing the sampling rate will most likely do what to a sound file?

a)

Lower overall sound quality

b)

Reduce total file size

c)

Convert sound to analogue

d)

Increase total file size

37.

A recording has sample rate 10,000 Hz, resolution 8 bits, and duration 5 seconds. What is the file size in bits?

a)

40,000

b)

50,000

c)

400,000

d)

500,000

38.

What is the main purpose of data compression?

a)

To reduce file size

b)

To encrypt all data

c)

To improve image quality

d)

To delete extra files

39.

Which compression technique uses a tree structure to assign shorter codes to frequent characters?

a)

Run-length encoding

b)

Hexadecimal encoding

c)

Huffman coding

d)

ASCII coding

40.

If two audio files have the same duration and resolution but different sampling rates, which will likely be larger in size?

a)

The higher sampling rate file

b)

Size depends only on volume level

c)

Both will be identical size

d)

The lower sampling rate file

41.

Which statement best describes run-length encoding?

a)

Stores frequent symbols with shorter codes

b)

Converts binary to hexadecimal digits

c)

Encrypts data using secret keys

d)

Represents repeated data as value plus count

42.

Why does higher sample resolution improve sound quality?

a)

It converts analogue waves to digital

b)

It records each sample with more detail

c)

It captures louder volume levels

d)

It increases samples per second

43.

Which change would reduce an audio file’s size without changing duration?

a)

Raise the playback volume

b)

Add more channels to stereo

c)

Increase the sample resolution

d)

Lower the sampling rate

44.

In Huffman coding, characters that occur more often are assigned:

a)

Shorter codes

b)

8-bit codes

c)

Longer codes

d)

No code at all

45.

Run-length encoding works best on:

a)

Sound recordings

b)

Text documents

c)

Files with repeated data

d)

Database tables

46.

Which of the following is an RLE encoding of 0000111100?

a)

6 0 4 1

b)

2 0 4 1 4 0

c)

4 0 2 1 4 0

d)

4 0 4 1 2 0

47.

Which of the following is a benefit of lossless compression?

a)

Better sound quality

b)

Converts binary to text

c)

No data is lost

d)

Smaller files than lossy

48.

What binary value represents black in a 1-bit image?

a)

0

b)

1

c)

00

d)

10

49.

Which of the following increases both bitmap resolution and storage size?

a)

Reducing pixel density

b)

Lowering compression ratio

c)

Decreasing image dimensions

d)

Increasing color depth

50.

What is the hexadecimal equivalent of binary 0110 1111?

a)

F6

b)

5C

c)

6F

d)

A2

51.

What is the binary for decimal 200?

a)

11110000

b)

11011000

c)

10101010

d)

11001000

52.

Which character encoding allows representation of emojis?

a)

Hexadecimal

b)

Binary

c)

Unicode

d)

ASCII

53.

What is the file size (bytes) of a bitmap with 256 pixels and colour depth of 8 bits?

a)

128 B

b)

64 B

c)

256 B

d)

512 B

54.

A sample resolution of 16 bits means:

a)

Each sample uses 16 bits

b)

16 samples are taken each second

c)

Each file is 16 MB

d)

16 bytes are stored per minute

55.

Which compression method groups repeated values?

a)

Huffman coding

b)

Unicode

c)

ASCII

d)

Run-length encoding