wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

9.3.5 - Retrieval Quiz

Total questions: 34

Worksheet time: 22mins

Name
Class
Date
1.

Which one of the following best describes social engineering?

a)

An automated attack on computer systems

b)

Cybercriminals stealing data through hacking into systems

c)

Websites decieving humans into giving away personal data

d)

Humans using methods trick or manipulate other humans into handing over information

2.

"An attack that involves an attacker watching the victim while they provide sensitive information" is a description of which of the following?

a)

Phishing

b)

Blagging

c)

Name generator attack

d)

Shouldering

3.

Select the attack that requires a lot of processing power in order to flood a device, service or network with requests.

4.

Select the attacks that exploit humans in order to gain access to a system (and require little to no coding knowledge).

5.

a​ (a)   of ​ (b)   attack (DoS) is is done by ​ (c)   the targeted machine or website with lots of ​ (d)   in an attempt to overload the ​ (e)   .

Choose from the below words
Denial
service
flooding
requests
system
deleting
malware
6.

Attempting to use a large volume of password attempts to access a system is known as a ​ (a)   .

Choose from the below words
brute force attack
social engineering attack
DOS attack
blag
phishing attack
pharming attack
ransomware attack
7.

​ (a)   are rarely motivated by theft, but are more interested in creating disruption to cause public embarrassment or to promote a cause.

Choose from the below words
Hacktivists
White Hat Hackers
Cyber Criminals
Bank Robbers
Vagabonds
8.

Hacking is gaining ​ (a)   access to or control of a ​ (b)   system.

Choose from the below words
unauthorised
computer
multiple
paper
locked
9.

Data is protected by the:

​ (a)   ​ (b)   ​ (c)   ​ (d)  

Choose from the below words
Data
Protection
Act
2018
Facts
Lock
1908
Charter
10.

​ (a)   is raw facts and figures. ​ (b)   is created when that ​ (c)   has been processed and becomes meaningful.

Choose from the below words
Data
Information
data
pizza
malware
11.

Social engineering is the art of manipulating or ‘conning’ individuals into giving away private information such as login IDs, passwords or bank account details, or parting with their cash

a)

True

b)

False

12.

What do companies convert data into?

a)

Awards

b)

Data

c)

Points

d)

Information

13.

Which of the following two are types of malware?

a)

Trojan

b)

Worm

c)

Firewall

d)

Anti-virus

14.

What is the definition of a computer virus?

a)

Malicious software that self-replicates

b)

Malicious software that disguises itself as something else

c)

Malicious software that uses network bandwidth to deliberately disrupt the speed of the network

d)

Malicious software that monitors every keystroke the user makes

15.

Which of the following statements best describes a "worm"?

a)

Self replicates and encrypts files to make them inaccessible

b)

Self replicates, does not attach to files, but is designed to take up system resources to slow down the network or computer

c)

Attaches to files and is designed to take up system resources to slow down the network or computer. Does not self replicate.

d)

Malicious software that monitors every keystroke the user makes

16.

The Wannacry virus was an example of which type of attack?

a)

Spyware

b)

DDoS

c)

Brute force

d)

Ransomware

17.

Which one of the following wouldn't an internet bot perform?

a)

DDoS attack

b)

Finding new websites for search engines to index

c)

Brute force

d)

Shouldering

18.

What does Malware stand for?

a)

Malicious Software

b)

Mean software

c)

Male only software

d)

Malicious Hardware

19.

Which of the following can replicate itself to spread across networks

a)

Ransomware

b)

Virus

c)

Trojan Horse

d)

Worm

e)

Spyware

20.

Which of the following is defined as: 'A program designed to breach the security of a computer system while ostensibly performing some innocuous function'

a)

Ransomware

b)

Virus

c)

Trojan Horse

d)

Worm

e)

Spyware

21.

If you receive an attachment from someone you don't know, you should never open it.

a)

True

b)

False

22.

Which of the following may result in a malware infection?

a)

Opening an email attachment

b)

Downloading a file from a website

c)

Clicking on an infected link

d)

All of the above

23.

Which of the following are the signs of a virus attack?

a)

The computer runs slower than normal.

b)

There is a change in file size.

c)

The computer restarts on its own.

d)

All of the above.

24.

The ​ (a)   type of malware collects personal information and sends it to a third party.

Choose from the below words
Spyware
Worm
Toolbar
Homepage hijacker
25.

Organising Data Retrieval Question:

Where can Linear Search be performed?

a)

On letters

b)

On numbers

c)

Both

d)

None of these

26.

Organising Data Retrieval:

Which of these in an advantage of a database?

Select all that apply

a)

It’s easy to add to or amend existing records.

b)

They're written in python.

c)

Multiple people can access a database at the same time.

d)

Security can be better than paper files by using a password.

e)

They can be hacked.

27.

Python Retrieval:

A loop that keeps repeating steps until something happens is called a (a)   controlled loop.

Choose from the below words
condition
count
28.

Python Retrieval:

What is python?

a)

a game

b)

a coding language

c)

a program

d)

a browser

e)

machine code

29.

Python Retrieval:

Create a program that it outputs "Hello World":

​ (a)   ​ (b)   ​ (c)   ​ (d)  

Choose from the below words
print
(
"Hello World"
)
+
==
input
30.

A ​ (a)   is an attack in which the victim is asked in an app or social media post to combine a few pieces of information or complete a short quiz to produce a name.

Choose from the below words
name generator attack
brute force attack
phishing
pharming
blagging
31.

If you receive an email with a suspicious link, it is likely what type of attack?

32.

What type of attack involves inputting code into a database in order to illegally read private data from that database?

Clue: Think back to the language used for reading and writing from databases

33.

Python Retrieval:

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

34.

Python Retrieval:

Which of the following symbols is used in Python to mean "Equal to"?

a)

=

b)

!=

c)

==

d)

>=