wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y9 Lesson Retrieval

Total questions: 25

Worksheet time: 17mins

Name
Class
Date
1.

What is the word to describe a message in ciphertext into plaintext

a)

Encryption

b)

Decryption

c)

Ciphertext

d)

Plaintext

2.

What encryption method is represented in dots and dashes?

a)

Caesar Cipher

b)

Morse code

c)

Pig pen cipher

3.

Which of these statements lets the user type in some data into the program?

a)

input

b)

print

c)

float

d)

if

4.

What is the variable in this program below:

age = int(input("How old are you?"))

(a)  

5.

In year 8 we have covered 3 data types in python, integer float and what other?

(a)  

6.

What is 2000MB in GB?

a)

2,000,000GB

b)

0.002GB

c)

2GB

7.

In hexadecimal, what is the letter E worth?

(a)  

8.

What type of research is where research which already exists?

a)

Primary

b)

Secondary

9.

The 4 P's to marketing include Product, Place, Promotion and what other?

(a)  

10.

What type of financial investment is where you have to get money from the public?

a)

Bank loan

b)

Personal savings

c)

Crowd funding

d)

Venture capitalist

11.

What is this called?

a)

RAM

b)

CPU

c)

Motherboard

d)

Heat sink

12.

Which part of the computer holds data as memory?

a)

Hard disk drive

b)

RAM

c)

Fan

d)

CPU

13.

Which part of the computer is the brain of the computer?

a)

Hard disk drive

b)

RAM

c)

Heat sink

d)

CPU

14.

There are 3 types of storage magnetic, solid state and what other?

(a)  

15.

Fill in the blank: Fetch, (a)   , execute, repeat

16.

What is this logic gate called?

a)

AND

b)

OR

c)

NOT

17.

In an AND gate, if input A = 0 and B = 1, what will be the output?

(a)  

18.

In networking, when each device is connected directly to a switch to make a Local Area Network (LAN), what is this set up called?

a)

Star

b)

Mesh

19.

Which piece of hardware in networking connects you to the Wide Area Network (WAN)?

a)

Router

b)

Switch

c)

Bluetooth

20.

What is the image called when it is made out of pixels?

(a)  

21.

An image where you put 2 or more images together to form as 1 is known as what?

a)

Merged image

b)

Composite image

c)

Combined image

22.

Making lighter areas darker and darker areas lighter is known as what image effect?

a)

Sepia

b)

Brightness

c)

Contrast

d)

Blur

23.

Breaking down a program into parts is known as what key word?

a)

Tinkering

b)

Abstraction

c)

Decomposition

d)

Algorithm

24.

What type of algorithm would this be?

a)

Sequence

b)

Iteration

c)

Selection

25.

Which flowchart symbol provides an action?

a)

Input/Output

b)

Decision

c)

Terminator

d)

Process