wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 9 Summer 2023 (2)

Total questions: 38

Worksheet time: 22mins

Name
Class
Date
1.

What does Pixel stand for?

a)

Picture Element

b)

Picture Square

c)

Picture Lighting

d)

Picture Line

2.

A picture with ____ pixels has higher quality.

a)

More

b)

Less

c)

Bigger

d)

Circular

3.

What does colour depth mean?

a)

Number of bits for each pixel

b)

Number of colours for each pixel

c)

Number of colours in the image

d)

Number of pixels in an image

4.

With 3 bits for each pixel, how many colours can the pixel display?

a)

3

b)

6

c)

8

d)

9

5.

An image where each pixel can display 32 different colours would need how many bits for each pixel?

a)

32

b)

16

c)

5

d)

2^32

6.

Select the three primary colours for computer displays.

a)

Red

b)

Green

c)

Blue

d)

Yellow

e)

Cyan

7.

What is the colour depth in bits for a True Colour image (enter a number only)?

(a)  

8.

The metadata for an image has the width and height in that order using 4 bits for each. The image is 13 pixels wide and 14 pixels tall. Enter the binary for the metadata.

(a)  

9.

What is the correct expression for the size of an image in KibiBytes? The width is w, the height is h and the colour depth is c.

a)

(w x h x c) / (8 x 1024)

b)

(w x h x c) / 1024

c)

(w + h + c) / 1024

d)

(w + h + c) / (1024 + 8)

10.

What is the correct expression for the size of an image in MebiBytes? The width is w, the height is h and the colour depth is c.

a)

(w x h x c) / (8 x 1024 x 1024)

b)

(w x h x c) / (1024 x 1024)

c)

(w + h + c) / 2048

d)

(w + h + c) / (1024 x 8)

11.

Which of these is not a type of compression algorithm?

a)

Lossy

b)

Lossless

c)

Approximate

12.

Does a Lossy or Lossless compression algorithm achieve higher compression? (type one word)

(a)  

13.

Does a Lossy or Lossless compression algorithm allow the original data to be recovered? (type one word)

(a)  

14.

Is JPEG a Lossy or Lossless compression algorithm? (type one word)

(a)  

15.

What type of validation check will ensure a number is between two values?

a)

Range check

b)

Length check

c)

Presence check

d)

Pattern check

16.

What type of validation check will ensure a string does not have too many or too few characters?

a)

Range check

b)

Length check

c)

Presence check

d)

Pattern check

17.

What type of validation check will ensure a value is entered?

a)

Range check

b)

Length check

c)

Presence check

d)

Pattern check

18.

is RAM primary storage or secondary storage?

a)

Primary

b)

Secondary

19.

is SSD primary storage or secondary storage?

a)

Primary

b)

Secondary

20.

Which type of storage can be accessed directly by the CPU?

a)

Primary

b)

Secondary

c)

Cloud

21.

What word, in relation to computer memory, means to lose its contents when the power is turned off? (enter one word)

(a)  

22.

What format are data and instructions stored in, in computer memory?

a)

Binary

b)

Hexadecimal

c)

Text

d)

Code

23.

What type of device is a mouse?

a)

Input

b)

Output

c)

Input & Output

d)

Neither Input or Output

24.

What type of device is a speaker?

a)

Input

b)

Output

c)

Input & Output

d)

Neither Input or Output

25.

What type of device is a touchscreen?

a)

Input

b)

Output

c)

Input & Output

d)

Neither Input or Output

26.

What type of device is RAM?

a)

Input

b)

Output

c)

Input & Output

d)

Neither Input or Output

27.

Which of these is NOT an advantage of connecting devices into a network?

a)

Allows sharing of printers

b)

Allows sharing of files

c)

Cheaper than having separate computers

d)

Allow central backup and management

28.

Which of these is NOT a disadvantage of connecting computers into a network?

a)

Additional hardware, wiring and management is expensive

b)

Allows malware to spread more easily

c)

Cannot control the computers as easily

29.

What is the network topolgy where all devices are connected to a central switch? (type one word)

(a)  

30.

What is the network topolgy where each device is connected to many other devices? (type one word)

(a)  

31.

What piece of networking hardware directs packets towards their destination using the IP address in the packet header?

a)

Router

b)

Modem

c)

Wireless Access Point

d)

Server

32.

Which of these is NOT a piece of metadata in an internet packet header?

a)

Sender IP Address

b)

Destination IP Address

c)

Checksum

d)

Packet Number

e)

Date

33.

Which of these would NOT defend a network from a physical attack?

a)

Locks on server room doors

b)

CCTV

c)

Security guards

d)

Firewall

34.

Which of these would NOT defend a company from a malware cyberattack?

a)

Firewall

b)

Anti-virus software

c)

Backups

d)

Strong passwords

35.

Convert 1010 0101 from binary to hexadecimal

(a)  

36.

Convert 101100 from binary to hexadecimal

(a)  

37.

What is 131 in binary?

a)

1000 0011

b)

1000 0010

c)

1000 0110

d)

0111 1111

38.

What is 0xDAB in binary?

a)

1101 1010 1011

b)

1101 1010 1001

c)

1101 1001 1011

d)

1100 1010 1011