

Revision Year 9
Presentation
•
Computers
•
9th Grade
•
Medium
Christopher Norris
Used 5+ times
FREE Resource
5 Slides • 63 Questions
1
Year 9 Revision Lesson
2
Topics:
Cyber Security
HTML
Python
3
Recap info
Cyber Security: Malware, Protection against Malware.
Social engineering: Phishing, Blagging, Shouldering
Data is raw facts and figures, information is data with context.
4
Multiple Choice
Is this a legitimate email?
True
False
5
Multiple Choice
What is Ransomware
A Disease you get from playing to much Fortnite
A type of malware that wants Money
An Anti Virus Software
Software that protects you from Phishing
6
Multiple Choice
Standalone malware computer program that replicates itself in order to spread to other computers. Often, it uses a computer network to spread itself, relying on security failures on the target computer to access it.
Malicious Code
Computer Worm
Anti Virus Software
Computer Virus
7
Multiple Choice
type of malicious software program (malware) that, when executed, replicates by reproducing itself (copying its own source code) or infecting other computer programs by modifying them.
Computer Virus
Computer Worm
MyDoom
Malicious Code
8
Multiple Choice
Email attachments or links
By visiting dodgy websites
On USB sticks
All of the above
9
Multiple Choice
True
False
10
Multiple Choice
Virus
Worm
Trojan horse
Sandwich
11
Multiple Choice
Which of the following best describes a Trojan Horse
Malicious software that misleads users of its intent, which is to allow unauthorised access to your system
Malicious software that replicates itself and spreads through your network to steal data
Malicious software that it usually attached to an email and sends itself around a network to allow unauthorised access to your system
Malicious software that sets your computer on fire
12
Multiple Choice
A link to open another site
A webpage that has a secure connection
A program that prevents you from leaving the page
A warning that you are not allowed to view this webpage
13
Multiple Choice
spyware
worms
trojans
phishing
14
Multiple Choice
Which of the following is not a social engineering technique?
Blagging
Hacking
Phishing
Pharming
15
Multiple Choice
Which of the following most closely matches the definition of 'Blagging'?
Sending an e-mail to a user pretending to be someone else
Hacking a person's computer
Tricking a person into revealing some personal information
Observing a legitimate user entering a password
Setting up a fake website that looks like an official website
16
Multiple Select
Which of the following describe 'Social engineering'?
Confusing people so they give-up information
Manipulating people to give-up information
Assaulting people so they give up information
Paying people so they give-up goods and services
17
Multiple Choice
Which of the following is a type of social engineering attack in which an attacker attempts to obtain sensitive information from a user by masquerading as a trusted entity in an e-mail?
Phishing
Pharming
Spam
Vishing
18
Multiple Choice
Monitoring
Copying
Moving
Deleting
19
Multiple Choice
Prevents Hackers
Install Viruses
Give you SD cards
Blocks all content
20
Multiple Choice
Can't protect against viruses.
Stop hackers from accessing your computer.
Determines which programs can access the Internet.
21
Multiple Choice
An Antivirus is a program that searches for identifies and removes potential viruses.
TRUE
FALSE
MAYBE
22
Recap info
Hyper Text Markup Language: Tags (<> </>)
CSS: Styling of webpages
23
Multiple Choice
Hypertext Making Language
Hyper Transfer Markup Language
Hypertext Markup Language
Hyper Transfer Making Language
24
Multiple Choice
Tabs
Tags
Punctuation
Quotations
25
Multiple Choice
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
26
Multiple Choice
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
27
Multiple Choice
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
28
Multiple Choice
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
29
Multiple Choice
What does a opening tag look like?
< >
</ >
<< >>
<
30
Multiple Choice
What does a closing tag look like?
< >
<\ >
</ >
<< >>
31
Multiple Choice
What should a HTML web page start with?
<b>
<li>
<html>
<start>
32
Multiple Choice
What should a HTML web page end with?
</html>
<head>
</end>
</body>
33
Multiple Choice
What does this tag stand for? <b>
bright
big
beautiful
bold
34
Multiple Choice
H2
H3
H4
H6
35
Multiple Choice
<b>
<lb>
<br>
<break>
36
Multiple Choice
the content will be displayed in italic
the content will display an image
the content defines text inserted into a document
37
Multiple Choice
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
38
Multiple Choice
Set the color of the border
border-style
border-width
border-color
width
39
Multiple Choice
< >
[ ]
{ }
( )
40
Multiple Choice
Which one is the smallest heading?
h1
h2
h4
h6
41
Recap info
Python:
Data types (string, boolean, integer, float/real)
Selection, Sequence and iteration
Writing code (you will have an 8 mark question in your end of year exam where you will need to code something.)
42
Multiple Choice
input
output
command
43
Multiple Choice
A box(memory location) where you store values
a type of graphics
Data type
a type of memory
44
Multiple Choice
What will be the output?
name = "Dave"
print (name)
Dave
'Dave'
name
(name)
45
Multiple Choice
Error checking
Debugging
Syntax finder
Error finder
46
Multiple Choice
answer()
open()
print()
input()
47
Multiple Choice
Select the BEST Data Type for :
Parish (St Mary)
String
Char
Integer
Floating Point
48
Multiple Choice
A variable is a named value (like a box) that can be changed in the program.
False
True
49
Multiple Choice
What is a String?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
50
Multiple Choice
Which value is a String?
64
"cat"
True
0.5
51
Multiple Choice
What is an Integer?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
52
Multiple Choice
Which value is an Integer?
64
"cat"
True
0.5
53
Multiple Choice
What is a Float?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
54
Multiple Choice
What is a Boolean?
A data type that contains whole numbers. eg: 3, 45, 124
Numbers with decimal point. eg: 0.5, 2.45, 56.04
Group of characters between quotation marks. eg: "dog"
Data type that can only be True or False.
55
Multiple Choice
Which makes a message "hello" output for the user?
input()
myVar="Hi"
print("Hello!")
max=100
56
Multiple Choice
Which ask the user to enter something?
input()
myVar="Hi"
print("Hello!")
max=100
57
Multiple Choice
The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
Testing a program to make sure it works
58
Multiple Choice
5 4 3 2 1
4 3 2 1 0
5 4 3 2 1
4 3 2 1 0
59
Multiple Choice
Sequencing is...
a list of instructions which are followed in a set order
a list of instructions where there is a choice based on a condition
A list of instructions which will loop based on a condition
A list of instructions which will loop forever
60
Multiple Choice
Selection is...
a list of instructions which are followed in a set order
a list of instructions where there is a choice based on a condition
A list of instructions which will loop based on a condition
A list of instructions which will loop forever
61
Multiple Choice
IF is...
sequencing
iterating
selecting
62
Multiple Choice
FOR is...
sequencing
iterating
selecting
63
Multiple Choice
WHILE is...
sequencing
iterating
selecting
64
Multiple Select
Select the constructs which have been used:
selection
iteration
sequencing
65
Multiple Select
Select the constructs which have been used:
selection
iteration
sequencing
66
Multiple Select
Select the constructs which have been used:
selection
iteration
sequencing
67
Fill in the Blanks
Type answer...
68
Fill in the Blanks
Type answer...
Year 9 Revision Lesson
Show answer
Auto Play
Slide 1 / 68
SLIDE
Similar Resources on Wayground
58 questions
Grade 9 General Listening Revision
Presentation
•
9th Grade
64 questions
Ch15 : Encryption
Presentation
•
10th Grade
64 questions
Cell Cycle and Mitosis
Presentation
•
9th Grade
63 questions
SUB SAHARAN AFRICA
Presentation
•
9th Grade
62 questions
World Religions
Presentation
•
10th Grade
62 questions
French Revolution and Napoleon
Presentation
•
10th Grade
64 questions
Year 9 End of Semester Exam
Presentation
•
9th Grade
67 questions
The internet & WWW
Presentation
•
9th Grade
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade
Discover more resources for Computers
7 questions
Warm Up 04.01.2026
Quiz
•
9th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
20 questions
Linear Functions Review
Quiz
•
9th Grade
30 questions
English 1 STAAR Review
Quiz
•
9th Grade
10 questions
Pythagorean Theorem and its Converse
Quiz
•
7th - 9th Grade
14 questions
Ecological Succession: Primary and Secondary
Quiz
•
9th Grade
2 questions
APRIL 2_4F Practice
Quiz
•
9th Grade
20 questions
Grammar
Quiz
•
9th - 12th Grade