wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

9.1 Image representation (with mixed)

Total questions: 19

Worksheet time: 16mins

Name
Class
Date
1.

Resolution is the number of pixels in an image, what is the resolution of this image?

a)

8 pixels

b)

32 pixels

c)

64 pixels

d)

2 pixels

2.

What is the colour depth of this image

a)

2 colours

b)

4 colours

c)

64 colours

d)

3 colours

3.

A higher quality image means it takes ​ storage space and time to download. kk


​ ​ ​ ​ (a)   ​ (b)  

Choose from the below words
more
longer
less
quick
4.

This image consists of individual elements. What are they called?

(a)  

5.

The technical specifications of your new phone report that it has an 8-megapixel camera. What does that mean?

a)

It takes pictures that consist of 8 big pixels.

b)

It takes pictures that consist of 8 thousand pixels.

c)

It takes pictures that consist of 8 million pixels.

d)

It takes pictures that are 8 megabytes in size.

6.

Select the definition that you find most appropriate for the resolution of an image:

a)

How ‘sharp’ the image is

b)

How many pixels the image consists of

c)

How many different colours there are in the image

d)

How many binary digits are used to represent the colour of each pixel

e)

How many binary digits are used to represent the image

7.

For each of these scenarios below, which ones would use high-resolution images?

a)

Printing photographs on paper

b)

Keeping an archive of images on a storage device with limited capacity

c)

Selecting images to be used on a website; it’s important that the website be fast to load

d)

Using image editing software to manipulate images on a slow computer

e)

Using image editing software to perform professional-level image manipulation

8.

Convert this decimal number into a Binary number: 7

(a)  

9.

Convert this decimal number into a Binary number: 10

(a)  

10.

How many numbers are there in decimal

a)

20

b)

10

c)

11

d)

15

11.

How many numbers are there in binary

a)

1

b)

2

c)

3

d)

4

12.

How many bits in a byte

a)

2

b)

10

c)

8

d)

6

13.

KB stands for

(a)  

14.

MB stands for ...

(a)  

15.
What does this symbol represent?
a)
Start
b)
Sub
c)
Decision
d)
Process
16.
What does this shape represent?
a)
Input/Output
b)
Decision
c)
Process
d)
Start/Stop
17.
What is the Output if the user enters:
Yes
a)
Leave umbrella at home
b)
Take an umbrella
18.
What will the output be from the following code?
print(3+4)
a)
3+4
b)
7
c)
SyntaxError
d)
print(3+4)
19.
Which Python command is used to output information to the screen?
a)
read
b)
output
c)
print
d)
display