Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

01 - 05 | Revision Quiz (Assessment Prep)

Total questions: 53

Worksheet time: 41mins

Name
Class
Date
1.

Which of the following is an alternative name for malware?

a)

Computer bug

b)

Computer hack

c)

Malicious software

d)

Error code

2.

What kind of malware is used to find out user browsing habits, keystrokes, or passwords for the purposes of identity theft?

a)

Trojan virus

b)

Adware

c)

Virus

d)

Spyware

3.

Which virus groups computers together to create a network?

a)

Trojan

b)

Botnets

c)

Malware

d)

Adware

4.

Trojan Viruses ...

a)

Trick people into downloading malicious software

b)

Put computers in a network to control

c)

Melt down the computer to a point of no function

d)

Spread other malicious programs

5.

What type of malware will lock your computer until you pay the hacker money?

a)

spyware

b)

trojan

c)

ransomware

d)

worm

6.

What type of malware reproduces itself and doesn't need user input to spread to other computers?

a)

trojan

b)

spyware

c)

scareware

d)

worm

7.

How can we prevent Malware attacks? (Select 2)

a)

Install Anti-Virus

b)

Make sure we have strong passwords

c)

Run regular scans

d)

Don't access personal info with public Wi-FI

8.

What is the purpose of social engineering in the context of cyber security?

a)

To legally enhance computer security

b)

To perform digital marketing

c)

To gain unauthorized access to sensitive data

d)

To provide IT support

9.

What does phishing primarily involve?

a)

Observing someone's computer screen

b)

Tricking users into revealing personal information through deceptive emails

c)

Creating fake software

d)

Searching through someone's trash

10.

Which technique involves criminals creating a false scenario to extract sensitive information?

a)

Shoulder surfing

b)

Baiting

c)

Blagging

d)

Dumpster diving

11.

What is shoulder surfing?

a)

Diving into dumpsters to find personal information

b)

Using malware to infect computers

c)

Observing directly to obtain private information

d)

Sending phishing emails

12.

Social engineering occurs when cyber criminals take ​ (a)   of ​ (b)   ​ (c)   without the use of code to gain ​ (d)   to ​ (e)  

Choose from the below words
advantage
human
behaviours
unauthorised access
sensitive data.
13.

Define ABSTRACTION

a)

Breaking a task into smaller tasks.

b)

Drawing a map to show how to reach a destination.

c)

Creating step by step instructions.

d)

Focusing on what is important and ignoring what is unnecessary.

14.
Picking out the important bits of information from the problem, ignoring the specific details that don't matter.
a)
Decomposition
b)
Abstraction
c)
Programming
d)
Algorithmic Thinking
15.
Breaking a complex problem down into smaller problems and solving each one individually.
a)
Decomposition
b)
Abstraction
c)
Programming
d)
Algorithmic Thinking
16.
Why do we need to think computationally?
a)
To help us program
b)
To help us solve complex problems more easily
c)
To help us to think like a computer
17.

Which of the following is not done by abstraction?

a)

Identifies essential details

b)

Disregards non-essential information

c)

Breaks the problem down into smaller tasks

18.

When designing a building that must be accessible for wheelchairs, which of the following characteristics is non-essential?

a)

Number of doors

b)

Number of walls

c)

Number of wall paintings

19.

You could use abstraction to replace specific objects with simple shapes

a)

True

b)

False

20.

A school database has lots of information on students, the data manager needs to use abstraction. What data should she leave out?

a)

Age

b)

Guardian's phone numbers

c)

Classes

d)

Eye colour

21.
Which of the following is NOT computational thinking?
a)
decomposition
b)
coding
c)
pattern recognition
d)
algorithms
22.
What comes next in the pattern?
a)
small, big, medium
b)
medium, big, small
c)
big, small, medium
d)
big, medium, small
23.
Where would the next red square be?
a)
bottom left
b)
top right
c)
top left
d)
bottom right
24.
What are the missing numbers in this pattern?
23, 33, ___, 53, ___, 73
a)
32, 62
b)
42, 63
c)
43, 63
d)
42, 62
25.
What is the rule for this pattern?
32,36,40,44
a)
add 4
b)
multiply 2
c)
subtract 4
d)
divide by 2
26.

What is pattern recognition?

a)

Breaking down a complex problem into smaller problems

b)

Looking for similarities among and within problems

c)

Building models from patterns

27.

Why do we need to look for patterns in problems?

a)

Patterns make it easier for us to solve complex problems

b)

We don't need to look for patterns

c)

Patterns make it more difficult complex problems

28.

Where do you access the built-in 3D models?

29.

Where would you click to get a text widget?

30.

Where would you click to re-centre your view looking forwards from the front?

31.

Click on the rotation tool.

32.

Who is the audience for the Paris City Breaks AR app?

a)

Adults considering a stay in Paris

b)

Children looking for a fun holiday

c)

Children learning about France

d)

Adults who hate travel

33.

Which of these are Paris landmarks you need to include? (PICK 3)

a)

Eiffel tower

b)

Louvre

c)

Le suquet

d)

Arc de triomphe

e)

Boulevard de la croisette

34.

3 tools live below the green cube.

Match the tool with its function:

a)

Move

1.

Moves an object in 3-dimensions

b)

Rotate

2.

Rotates objects

c)

Scale

3.

Makes objects bigger/smaller

35.

Which of the following is a benefit of using the Paris City Breaks AR app?

a)

Guided tours with local experts

b)

Access to exclusive Parisian events

c)

3D views and information about Paris landmarks

d)

Free transportation within Paris

36.

How does the Paris City Breaks AR app enhance a user's experience?

a)

By connecting users with local tour guides

b)

By overlaying digital information on real-world views

c)

By offering personalized travel itineraries

d)

By providing real-time weather updates

37.

Where could you click to duplicate a scene (2 options)?

38.

Which letter on the image is a column?

a)

A

b)

B

c)

C

d)

D

39.

Which letter on the image is a Cell?

a)

A

b)

B

c)

C

d)

D

40.

Match the symbols:

a)

/

1.

division

b)

*

2.

multiplication

c)

+

3.

addition

d)

_

4.

subtraction

41.

Which formula correctly multiplies the values in cells A1 and B1?

a)

=A1*B1

b)

=MULTIPLY(A1,B1)

c)

=A1xB1

d)

=PRODUCT(A1,B1)

42.

If you want to sum the numbers from cells A1 to A3, which formula is correct?

a)

=SUM(A1:A3)

b)

=ADD(A1:A3)

c)

=TOTAL(A1:A3)

d)

=PLUS(A1:A3)

43.
Select ___________________ from the functions menu to find the smallest value in a group.
a)
max
b)
min
c)
sum
d)
average
44.

What is a range of cells in Google Sheets?

a)

A single cell

b)

A group of selected cells

c)

A formula

d)

A chart

45.

To calculate the average of exam scores in cells A2 to A6, which formula would you use?

a)

=AVERAGE(A2:A6)

b)

=MEAN(A2:A6)

c)

=AVG(A2:A6)

d)

=AVERAGEOF(A2:A6)

46.
COUNTA returns the number of cells in a range that contain?
a)
the date
b)
the name
c)
any value/label
d)
the month
47.
Click and drag the ___________ tool to apply the same formula to neighboring cells.
a)
auto-fill
b)
alignment
c)
fill
d)
functions
48.

A ___________ IS AN EQUATION TO SOLVE A MATHMATICAL PROBLEM.

a)

FUNCTION

b)

FORMULA

c)

CELL

d)

ROW

49.

Problems or mistakes in the code for an algorithm or program are known as:

a)

Bugs

b)

Slugs

c)

Tugs

d)

Rugs

50.

Code is...

a)

when it's not warm.

b)

the dog from Garfield.

c)

a song or poem dedicated to someone.

d)

specific instructions in a computer program.

51.

A computer program is

a)

a show on TV.

b)

an algorithm that has been coded into something that can be run by a machine.

c)

a professional graham cracker.

d)

part of a S'more.

52.

Finding and fixing errors in a program.

a)

debugging

b)

decompose

c)

digital footprint

d)

variables

53.

A letter or symbol to which a some value can be assigned.

a)

Print

b)

Variable

c)

Output

d)

Bug