wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EOY 7 CS 18_19

Total questions: 60

Worksheet time: 1hrs 12mins

Name
Class
Date
1.

Select the words to fill in the blanks below. Tick one only.


____________ that allows data or information to be entered into a computer is _____________ device.

a)

Hardware / an input

b)

Hardware / an output

c)

Software / a hardware

d)

Device / a hardware

2.

Select the words to fill in the blanks below. Tick one only.


____________ that receives data or information from the computer is _____________ device.

a)

Hardware / an input

b)

Hardware / an output

c)

Software / a hardware

d)

Device / a hardware

3.

A keyboard is ... (tick one only)

a)

an input device.

b)

an output device.

c)

an input and output device.

d)

a computer component.

4.

Which is an example of an output device? Tick one only.

a)

Webcam

b)

Projector

c)

Mouse

d)

Scanner

5.

Which sentence is true? Tick one only.

a)

A printer is an input device because it inputs paper into the computer.

b)

A microphone is an input device because it inputs sound into the computer.

c)

A speaker is an output device because it makes the sound louder.

d)

A webcam is an output device because it shows you images or video that you have recorded.

6.

Which is NOT true about a games controller? Tick one only.

a)

A games controller can be an input device because it inputs controls into the console (console=PS4, Xbox etc).

b)

A games controller can be an output device because the console could give the controller instructions to vibrate and shake.

c)

A games controller can be an output device because the console outputs your instructions in front of you.

7.

A touch screen is... (tick one only)

a)

an input device.

b)

an output device.

c)

an input and output device.

d)

a piece of software.

8.

Which is NOT true about this component? Tick one only.

a)

It can also have a fan, its own CPU and RAM.

b)

It is a motherboard.

c)

It is a graphics card.

9.

Which is true about this component? Tick one only.

a)

Performs calculations and is known as the 'brain' of a computer.

b)

Gives instructions to hardware and software of the computer.

c)

It is called the Center Processing Unit.

10.

Which component is this? Tick one only.

a)

Motherboard

b)

RAM

c)

Hard drive

d)

CPU

11.

Which is NOT true of this component? Tick all that apply.

a)

This is an input device.

b)

This is a power supply.

c)

This provides electricity to the computer.

d)

This component performs calculations and gives instructions to the computer.

12.

Which is true of this component? Tick one only.

a)

This is where software, documents and data are saved on a computer.

b)

Receives instructions from the CPU and temporarily stores them.

c)

When you switch the computer off, the instructions are emptied from this component.

d)

Receives instructions from the RAM and temporarily stores them.

13.

If you were to add more RAM to your computer, what would happen? Tick one only.

a)

Perform more calculations.

b)

Process more instructions.

c)

Store more instructions from the CPU.

d)

Stores more data on your computer.

14.

Which are NOT components? Tick all that apply.

a)

RAM

b)

Graphics card

c)

CPU

d)

keyboard

e)

printer

15.

This uses 1s and 0s which signal to the computer that a switch is on of off (tick one only).

a)

denary

b)

binary

c)

overflow

d)

switches

16.

Which are the correct numbers for the binary table? Tick one only.

a)

128 / 68 / 32 / 16 / 9 / 4 / 3 / 1

b)

128 / 64 / 32 / 16 / 8 / 4 / 2 / 1

c)

1 / 2 / 4 / 8 / 16 / 32 / 64/ 128

d)

64 / 32 / 16 / 8 / 4 / 2 / 1 / 0

17.

Convert this binary number into denary: 0001 0010

a)

18

b)

20

c)

70

d)

72

18.

Convert this denary number into binary: 13

a)

1011 0000

b)

0000 1101

c)

0000 1100

d)

0000 1111

19.

Convert this denary number into binary: 72

a)

0100 0101

b)

0011 1111

c)

0100 1000

d)

0100 0111

20.

Which is NOT a rule of binary addition? Tick one only.

a)

0 + 0 = 0

b)

1 + 1= 10

c)

1 +0 or 0 + 1 = 1

d)

1 + 1 + 1 = 11

e)

1 + 1= 11

21.

What is the total of these two binary values added together?


1 1 0

+0 1 0

a)

1100

b)

1000

c)

000

d)

100

22.

Convert this binary number into denary: 1100 0101

a)

255

b)

195

c)

197

d)

163

23.

Which answer correctly shows overflow?


111

+111

a)

1110

b)

1110

c)

1110

d)

110

24.

Which is NOT true about Ada Lovelace? Tick one answer.

a)

She is considered to be the first programmer.

b)

She wrote a computer language for the Analytical Engine.

c)

She created the term 'debugging'

25.

What is a variable? Tick one answer.

a)

Used to animate, control and change the looks of a sprite or background.

b)

Stores a value that can change

c)

The background in Scratch where action takes place.

26.

This script will repeat a set of instructions for as long as a condition is met. Tick one answer.

a)

For loop

b)

Forever loop

c)

Repeat loop

27.

This script will repeat a set of instructions for a number of times. Tick one answer.

a)

For loop

b)

Forever loop

c)

Repeat loop

28.

Which shape will this code create? Tick one answer.

a)

Square

b)

Rectangle

c)

Triangle

29.

Jo wants her animation to start when the space key is pressed. A cat will move across the screen and change costume at the same time, then ask if they want to hear a joke. If ‘yes’ the cat will tell them a joke, if ‘no’ the cat will say “goodbye”. What script is missing from A?

a)
b)
c)
30.

Jo wants her animation to start when the space key is pressed. A cat will move across the screen and change costume at the same time, then ask if they want to hear a joke. If ‘yes’ the cat will tell them a joke, if ‘no’ the cat will say “goodbye”. What script is missing from B?

a)
b)
c)
31.

Jo wants her animation to start when the space key is pressed. A cat will move across the screen and change costume at the same time, then ask if they want to hear a joke. If ‘yes’ the cat will say a joke, if ‘no’ the cat will say “goodbye”. What script is missing from D?

a)
b)
c)
32.

Jo wants her animation to start when the space key is pressed. A cat will move across the screen and change costume at the same time, then ask if they want to hear a joke. If ‘yes’ the cat will say a joke, if ‘no’ the cat will say “goodbye”. What script is missing from C?

a)
b)
c)
d)
33.

If the user entered 80, what message would they receive? Tick one answer.

a)

A

b)

B

c)

C

34.

What is the name of the area that has been circled?

a)

Stage

b)

Costumes

c)

Script

35.

What does this code do?

a)

Follow the mouse

b)

Follow the sprite

c)

Look at the sprite

36.

In Scratch, where would you click to change costume of your sprite? Tick one only.

a)

A

b)

B

c)

C

37.

In Scratch, where would you find the stage? Tick one only.

a)

A

b)

B

c)

C

38.

In Scratch, where would you click to change the sprite? Tick one only.

a)

A

b)

B

c)

C

39.

The sprite should move right and left when the arrow keys are pressed. Which is the correct script? Tick one only.

a)
b)
c)
40.

The 2 sprites should be having a conversation with one another, but they are talking at the same time. What could they do to fix the code?

a)

Add a wait block before the llama's 'say' block

b)

Add a wait block before the squirrel's 'say' block

c)

Add a wait block after the llama's 'say' block

d)

Add a wait block after the squirrel's 'say' block

41.

Trying to trick someone into giving out information over email (tick one answer only).

a)

Worm

b)

Malware

c)

Phishing

d)

Spam

42.

Malware which appears to be legitimate, but performs malicious activity when it is run (tick one answer only).

a)

trojan horse

b)

worm

c)

virus

d)

phishing

43.

A type of malware that can spread from device to device quickly and doesn't need to attach itself to other programs to work (tick one answer only).

a)

spam

b)

worm

c)

virus

d)

keylogger

44.

Any computer program designed to replicate/copy itself and damage other computer systems and software (tick one answer only).

a)

spam

b)

phishing

c)

virus

d)

worm

45.

This is an example of ...

a)

Smishing

b)

Phishing

c)

Virus

d)

Spam

46.

This is an example of ...

a)

Vishing

b)

Spam

c)

Smishing

d)

Phishing

47.

Malicious software that tracks any keys pressed on your keyboard (tick one answer only).

a)

key logger

b)

Virus

c)

Trojan horse

48.

You were browsing the web and now you get a pop-up window stating that if you do not pay £100 within one hour, all files on your computer will be destroyed. What is this an example of?

a)

Ransomware

b)

Trojan horse

c)

Keylogger

49.
a)

This is the genuine Paypal website

b)

This is not the genuine Paypal website

50.

Look at the email below. Which of the following are present in this phishing email:

From: no_reply@emailinternet.barclays.com

Subject: Account Status


Attention Barclays Bank Customer,

Due to a recent security check on your account, we require you to confirm your details. Failure to do so within 24 hours will lead to account suspension. Sorry for the inconveenince.

Click here to confirm your account


Regards, Barclays Bank Online Customer Service

a)

Generic greeting & link to email

b)

Sense of urgency & spelling errors

c)

Need to verify account info

d)

all of the above

51.

Sara finds a message on her phone that she thinks might be a scam. What would be the most sensible way to deal with the message? Tick one answer only.

a)

Forward the message to her friends to see if they think it's a scam too.

b)

Reply and ask the sender not to send more mail.

c)

Delete the message.

52.
A virus may spread from computer to computer without  human action.
a)
True
b)
False
53.

Software that is intended to damage or disable computers and computer systems is called... (tick one answer)

a)

malware

b)

spam

c)

phishing

54.

What can you do to prevent viruses? (tick one answer)

a)

Install anti-virus software

b)

Install anti-virus software and update it regularly

c)

Install a firewall

55.

This scans the hard drive for viruses and attempts to remove them (tick one answer).

a)

Anti Virus

b)

Firewall

c)

Malware

56.

A program that prevents unauthorised connections to and from the Internet (tick one answer).

a)

Anti Virus

b)

Firewall

c)

Malware

57.

What can a firewall NOT prevent (tick all that apply):

a)

Malware

b)

Virus

c)

Spam

58.

Which is the main difference between a virus and a worm? (tick one answer)

a)

A virus does not need human interaction in order to spread.

b)

A worm does not need human interaction in order to spread.

59.

Which is NOT an example of personal information (click one answer):

a)

firstname

b)

surname

c)

address

d)

date of birth

e)

gender

60.

A phishing attack made by a phone call is (tick one answer):

a)

cashing

b)

phishing

c)

vishing