wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 9 end of year assessment

Total questions: 45

Worksheet time: 49mins

Name
Class
Date
1.

What is CyberSecurity?

a)

Protection of computer systems for an organisation or individual from theft or damage to their online systems

b)

Protecting our business from people that try to break in and cause damage or theft to our property or systems

c)

The ability to control external users of our website and have them download cookies to protect our systems

d)

Making sure that our site does not install a virus when our customers try to place orders

2.

What is a BOT and how can it be used illegally?

4 lines
3.

What is social engineering?

4 lines
4.

Match the following

Malicious Software

Malware

sending emails with the intent to get personal information

Software

tracking a user's information while on a website

Phishing

programs or applications on your device

Cookie

malware that can track your every move on a the computer

Spyware

5.

Match the following

malware that self replicates and infects the computer through user interaction

Trojan Horse

a box or ad that appears when online, often flashes or multiples

Worm

a bad program or software disguised as a good or helpful one

Virus

malware that replicates without a users interaction

Pop-Up

someone who gives sensitive or important information to outside sources

Mole

6.
What is Copyright Infringement?
a)
anyone who uses someone work without permission 
b)
a copy of someone work
c)
anyone who uses copyright owners work with permission
d)
a picture of someone work
7.

What is a hacker?

a)

A computer users

b)

Someone who makes sure computer rooms are secure when not in use

c)

Someone who cleans computer systems

d)

Someone who uses there knowledge to gain access to a computer system

8.

Reorder the following

a)

Distributed

b)

Denial

c)

of

d)

Service

e)

Attack

1)
2)
3)
4)
5)
9.

How many sections are there in the computer misuse act?

a)

2

b)

3

c)

4

d)

5

10.

Which is NOT one of the 8 principles of the data protection act?

a)

Data must be kept accurate

b)

Data can be transported outside of the EU

c)

Data must be kept secure

d)

Data must not be kept for the wrong reasons

11.

blender is a....

a)

3D computer graphics software

b)

HD computer graphics software

c)

animation software

d)

3D application

12.
What keyboard shortcut matches the picture?
a)
A
b)
G
c)
R
d)
S
13.
What keyboard shortcut matches the picture?
a)
C
b)
R
c)
G
d)
B
14.
What keyboard shortcut matches the picture?
a)
R
b)
G
c)
B
d)
S
15.
What keyboard shortcut matches the picture?
a)
E
b)
P
c)
R
d)
CTRL+R
16.

What are faces?

4 lines
17.

What are vertices when creating shapes in an animation?

4 lines
18.

Spotlight and Sun are two different types of lighting that can be used in Blender.

a)

True

b)

False

19.

Rendering in Blender is the process of

a)

importing a project. It may be a video, 2D design, or 3D model.

b)

Putting your animation into a Blender

c)

exporting a project. It may be a video, 2D design, or 3D model.

20.

What is proportional editing?

4 lines
21.

What cipher type does this image show?

a)

Pigpen Cipher

b)

Mary Queen of Scots Cipher

c)

Hieroglyphics Cipher

d)

Caesar Cipher

22.

What does the first code translate as? (select picture to see it bigger)

a)

Adios Amigos

b)

Cargo chair

c)

Basic Audio

d)

Hello world

23.

What does the fourth code translate as? (select picture to see it bigger)

a)

Adios Amigos

b)

Cargo chair

c)

Basic Audio

d)

Hello world

24.

What does EXOA ZRUN mean? Expand the picture for the key

a)

Hard work

b)

work hard

c)

like work

d)

want work

25.

The Worldwide web was created by _______ in 1989.

a)

Sir Tim Berners-Lee

b)

Jeff Bezos

c)

Elon Musk

26.

What is this logic gate?

a)

NOT

b)

NEITHER

c)

AND

d)

OR

27.

What gate does this logic symbol represent?

a)

AND

b)

NOT

c)

OR

d)

THE

28.

What logic gate is shown?

a)

AND

b)

IF

c)

NOT

d)

OR

29.

What is a bubble sort algorithm?

4 lines
30.

What is logic?

4 lines
31.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
32.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
33.
A data type consisting of numbers, letters and symbols.
a)
String
b)
Integer
c)
Float
d)
Boolean
34.

Choose the TWO correct data types from the list below

a)

Integer

b)

Real

c)

Fake

d)

Short

35.

In programming, what is iteration?

a)

The repetition of steps within a program

b)

The order in which instructions are carried out

c)

A decision point in a program

d)

Testing a program to make sure it works

36.

FOR loops are

a)

loops which run an unknown number of times

b)

loops which run for a specific number of times

c)

the same as if statements

d)

not part of programming

37.

WHILE loops are

a)

loops which run an unknown number of times

b)

loops which run for a specific number of times

c)

the same as if statements

d)

not part of programming

38.

What are the mistakes in this code?

name=int("What is your name?)

print(Hello + name)

a)

Int should be written as input

b)

Int should be written input, and speech marks should be added after name on the second line and around Hello

c)

Speech marks are missing around Hello

d)

Int needs to be input and you need double brackets.

39.

What does this code do?

4 lines
40.

What does this code do?

4 lines
41.

You can program the microbit so that when it is shaken something happens.  This relies on the...

a)

compass

b)

LEDs

c)

accelerometer

d)

the buttons

42.

What is radio function in Microbits?

a)

Send and receive massages between Microbits

b)

Pressing buttons

c)

Reset Microbits

d)

Radio broadcast

43.
What is the position of the top left LED?
a)
(1,1)
b)
(0,1)
c)
(0,0)
d)
(1,0)
44.

What syntax would you use to display an in-built image of a sword?

a)

display.show(image.sword)

b)

display.show(Image.SWORD)

c)

display.scroll(Image.SWORD)

d)

display.show(Image.sword)

45.

Which of the following are inputs on the micro:bit?

(hint: you need to select ALL of the relevant inputs to get this question correct)

a)

LEDs

b)

Buttons

c)

Light sensor

d)

GPIO pins

e)

Accelerometer