Search Header Logo
Revision Year 9

Revision Year 9

Assessment

Presentation

Computers

9th Grade

Medium

Created by

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

Question image

Is this a legitimate email?

1

True

2

False

5

Multiple Choice

What is Ransomware

1

A Disease you get from playing to much Fortnite

2

A type of malware that wants Money

3

An Anti Virus Software

4

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.

1

Malicious Code

2

Computer Worm

3

Anti Virus Software

4

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.

1

Computer Virus

2

Computer Worm

3

MyDoom

4

Malicious Code

8

Multiple Choice

How does malware get onto your computer?
1

Email attachments or links

2

By visiting dodgy websites

3

On USB sticks

4

All of the above

9

Multiple Choice

Malware is made to stop your device from running properly and sometimes to steal your information.
1

True

2

False

10

Multiple Choice

Which is NOT a type of malware?
1

Virus

2

Worm

3

Trojan horse

4

Sandwich

11

Multiple Choice

Which of the following best describes a Trojan Horse

1

Malicious software that misleads users of its intent, which is to allow unauthorised access to your system

2

Malicious software that replicates itself and spreads through your network to steal data

3

Malicious software that it usually attached to an email and sends itself around a network to allow unauthorised access to your system

4

Malicious software that sets your computer on fire

12

Multiple Choice

When visiting a website, you notice a lock icon in the lower-right corner of the browser window.  What does the lock represent?
1

A link to open another site

2

A webpage that has a secure connection

3

A program that prevents you from leaving the page

4

A warning that you are not allowed to view this webpage

13

Multiple Choice

Special types of viruses that can travel from computer to computer without human action; self-replicating and can multiply until it uses up the computer's resources
1

spyware

2

worms

3

trojans

4

phishing

14

Multiple Choice

Which of the following is not a social engineering technique?

1

Blagging

2

Hacking

3

Phishing

4

Pharming

15

Multiple Choice

Which of the following most closely matches the definition of 'Blagging'?

1

Sending an e-mail to a user pretending to be someone else

2

Hacking a person's computer

3

Tricking a person into revealing some personal information

4

Observing a legitimate user entering a password

5

Setting up a fake website that looks like an official website

16

Multiple Select

Which of the following describe 'Social engineering'?

1

Confusing people so they give-up information

2

Manipulating people to give-up information

3

Assaulting people so they give up information

4

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?

1

Phishing

2

Pharming

3

Spam

4

Vishing

18

Multiple Choice

Which of the following is a key function of a firewall?
1

Monitoring

2

Copying

3

Moving

4

Deleting

19

Multiple Choice

What does Firewall Do?
1

Prevents Hackers

2

Install Viruses

3

Give you SD cards

4

Blocks all content

20

Multiple Choice

What Can't a Firewall Do?
1

Can't protect against viruses.

2

Stop hackers from accessing your computer.

3

Determines which programs can access the Internet.

21

Multiple Choice

An Antivirus is a program that searches for identifies and removes potential viruses.

1

TRUE

2

FALSE

3

MAYBE

22

Recap info

​Hyper Text Markup Language: Tags (<> </>)

CSS: Styling of webpages

23

Multiple Choice

What does HTML stand for?
1

Hypertext Making Language

2

Hyper Transfer Markup Language

3

Hypertext Markup Language

4

Hyper Transfer Making Language

24

Multiple Choice

HTML Language uses
1

Tabs

2

Tags

3

Punctuation

4

Quotations

25

Multiple Choice

<p> is
1

punctuation tag

2

closing paragraph tag

3

closing punctuation tag

4

paragraph tag

26

Multiple Choice

</p> is
1

punctuation tag

2

closing paragraph tag

3

closing punctuation tag

4

paragraph tag

27

Multiple Choice

Which is the proper way to write an h1 tag

1

<h1>Hello</h1>

2

<h1>"Hello

3

{h1}Hello{/h1}

4

<h1>Hello<h1>

28

Multiple Choice

<p> tag is for...

1

Page of Text

2

Picture

3

Paragraph of text

4

Pineapples

29

Multiple Choice

What does a opening tag look like?

1

< >

2

</ >

3

<< >>

4

<

30

Multiple Choice

What does a closing tag look like?

1

< >

2

<\ >

3

</ >

4

<< >>

31

Multiple Choice

What should a HTML web page start with?

1

<b>

2

<li>

3

<html>

4

<start>

32

Multiple Choice

What should a HTML web page end with?

1

</html>

2

<head>

3

</end>

4

</body>

33

Multiple Choice

What does this tag stand for? <b>

1

bright

2

big

3

beautiful

4

bold

34

Multiple Choice

Which of the following is the largest heading? 
1

H2

2

H3

3

H4

4

H6

35

Multiple Choice

Which is the correct HTML element for inserting a line break?
1

<b>

2

<lb>

3

<br>

4

<break>

36

Multiple Choice

What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
1

the content will be displayed in italic

2

the content will display an image

3

the content defines text inserted into a document

37

Multiple Choice

sets the color of words in a paragraph

1

h1 {

color: pink;

}

2

img {

color: pink;

}

3

body {

color: pink;

}

4

p {

color: pink;

}

38

Multiple Choice

Set the color of the border

1

border-style

2

border-width

3

border-color

4

width

39

Multiple Choice

What symbols go around the properties for each CSS selector?
1

< >

2

[ ]

3

{ }

4

( )

40

Multiple Choice

Which one is the smallest heading?

1

h1

2

h2

3

h4

4

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

What is the word (command) used to display numbers and text on the screen?
1

print

2

input

3

output

4

command

43

Multiple Choice

What is a variable?
1

A box(memory location) where you store values

2

a type of graphics

3

Data type

4

a type of memory

44

Multiple Choice

What will be the output?

name = "Dave"

print (name)

1

Dave

2

'Dave'

3

name

4

(name)

45

Multiple Choice

When you have an error in your code what is the term to summarise finding and fixing that error?
1

Error checking

2

Debugging

3

Syntax finder

4

Error finder

46

Multiple Choice

What Python command lets the user enter an answer to a question?
1

answer()

2

open()

3

print()

4

input()

47

Multiple Choice

Select the BEST Data Type for :

Parish (St Mary)

1

String

2

Char

3

Integer

4

Floating Point

48

Multiple Choice

A variable is a named value (like a box) that can be changed in the program.

1

False

2

True

49

Multiple Choice

What is a String?

1

A data type that contains whole numbers. eg: 3, 45, 124

2

Numbers with decimal point. eg: 0.5, 2.45, 56.04

3

Group of characters between quotation marks. eg: "dog"

4

Data type that can only be True or False.

50

Multiple Choice

Which value is a String?

1

64

2

"cat"

3

True

4

0.5

51

Multiple Choice

What is an Integer?

1

A data type that contains whole numbers. eg: 3, 45, 124

2

Numbers with decimal point. eg: 0.5, 2.45, 56.04

3

Group of characters between quotation marks. eg: "dog"

4

Data type that can only be True or False.

52

Multiple Choice

Which value is an Integer?

1

64

2

"cat"

3

True

4

0.5

53

Multiple Choice

What is a Float?

1

A data type that contains whole numbers. eg: 3, 45, 124

2

Numbers with decimal point. eg: 0.5, 2.45, 56.04

3

Group of characters between quotation marks. eg: "dog"

4

Data type that can only be True or False.

54

Multiple Choice

What is a Boolean?

1

A data type that contains whole numbers. eg: 3, 45, 124

2

Numbers with decimal point. eg: 0.5, 2.45, 56.04

3

Group of characters between quotation marks. eg: "dog"

4

Data type that can only be True or False.

55

Multiple Choice

Which makes a message "hello" output for the user?

1

input()

2

myVar="Hi"

3

print("Hello!")

4

max=100

56

Multiple Choice

Which ask the user to enter something?

1

input()

2

myVar="Hi"

3

print("Hello!")

4

max=100

57

Multiple Choice

In programming, what is iteration?
1

The repetition of steps within a program

2

The order in which instructions are carried out

3

A decision point in a program

4

Testing a program to make sure it works

58

Multiple Choice

Question image
1

5 4 3 2 1

2

4 3 2 1 0

3

5  4  3  2  1

4

4  3  2  1  0

59

Multiple Choice

Sequencing is...

1

a list of instructions which are followed in a set order

2

a list of instructions where there is a choice based on a condition

3

A list of instructions which will loop based on a condition

4

A list of instructions which will loop forever

60

Multiple Choice

Selection is...

1

a list of instructions which are followed in a set order

2

a list of instructions where there is a choice based on a condition

3

A list of instructions which will loop based on a condition

4

A list of instructions which will loop forever

61

Multiple Choice

IF is...

1

sequencing

2

iterating

3

selecting

62

Multiple Choice

FOR is...

1

sequencing

2

iterating

3

selecting

63

Multiple Choice

WHILE is...

1

sequencing

2

iterating

3

selecting

64

Multiple Select

Question image

Select the constructs which have been used:

1

selection

2

iteration

3

sequencing

65

Multiple Select

Question image

Select the constructs which have been used:

1

selection

2

iteration

3

sequencing

66

Multiple Select

Question image

Select the constructs which have been used:

1

selection

2

iteration

3

sequencing

67

Fill in the Blank

______ is an example of count-controlled iteration

68

Fill in the Blank

______ is an example of condition-controlled iteration

​Year 9 Revision Lesson

Show answer

Auto Play

Slide 1 / 68

SLIDE