Font size
WorksheetsYear 9 Xmas Quiz (BIG 60)
Total questions: 60
Worksheet time: 3hrs 0mins
How many Kilobytes are in 4 Megabytes
(a)
What is a hoax?
made-up stories deliberately trying to be misleading
eye-catching but misleading headlines, designed to get people to click on links
made-up stories that aren’t meant to be taken seriously, written to joke about the news or famous people
Changing things to see what happens is known as what?
Debugging
Logic
Tinkering
Programming
Selection
Which flowchart symbol 'enters and leaves an algorithm?
Terminator
Process
Input/output
Decision
What is a variable?
A memory location where you store information
Outputs a message
Adds data into the program
Data types
Which statement would you use to output a message on the screen?
(a)
What is the variable
(a)
Breaking it down into parts is known as ___________
Algorithms
Selections
Tinkering
Decomposition
Logic
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.
Which value is a Float?
64
"cat"
True
0.5
What will the program say in line 2 if I enter 'football' in line 1?
(a)
12 in denary is what in Hex?
A
B
C
D
What is the binary equivalent of the hexadecimal digit E?
1110
1111
0110
0111
What is 1111 converted into denary?
Think binary grid always doubles
(a)
What is missing in this message:
print "this is not python")
Speech marks
lowercase p
bracket
double bracket
What type of flowchart is this?
Sequence
Selection
Loop
What will happen when you press the B button?
Nothing
The score will increase by 1
The score will decrease by 1
An image which has more than 2 images merged together to form as 1 is known as a (a) image.
What is
1101
+
1011
(a)
What would the program say if I put 'green'?
That is correct
Try again
Syntax error
What will the circuit's output be?
1
0
What will the AND gate's output be?
0
1
Bitmap graphics are made up of
dots.
images.
mathematics formulas.
coloured pixels.
What is the keyboard short cut for cutting something you have selected?
Ctrl - X
Ctrl - S
Ctrl - P
Ctrl - C
This email is what type of attack?
Shouldering
Blagging
Phishing
Hacking
What is malware?
Malicious software
Software made by a company called Mal
Malicious hardware
Clothes that hackers wear
A disadvantage of cloud computing is...
You need an internet connection to access the data or software
You need an internet connection to access your LAN
You cannot use a device that is connected to the internet
You need local storage to manage the data backups
What is cloud storage
Servers hidden in clouds
Closed Locations Of Underground Drill Storage
A type of storage that can be accessed with an internet connection
A type of storage that can be accessed in the clouds
What tool will allow you to give your 2D shape a 3rd Dimension?
An encryption algorithm transforms plain text into:
Cipher text
Simple Text
Empty Text
Plain Text
The process of converting a ciphertext into plaintext.
encryption
decryption
plaintext
cryptography
What type of malware is a software which looks real but is not?
(a)
This screen is an example of what?
2FA
CAPTCHA
Anti virus
security question
The type of malware which encrypts files and demands money is called?
virus
randsomware
spyware
worm
What random numbers is this python program choosing between to
0,9
1,10
0,10
10,9
Look at this for loop: If i entered the name 'dave' how many times will it output on the screen?
name = str(input("Enter your name"))
for in range (5):
print(name)
(a)
Which of these is the biggest file size?
Mb
Kb
B
Gb
What will the flowchart output if the lamp is plugged in AND burned out?
plug in lamp
replace bulb
repair lamp
What will happen if i put monkey?
That is the correct answer (+1 score)
That is the incorrect answer (+0 score)
Syntax error
Which of these has the correct syntax?
What type of fake news is one which is to be taken as a mistake
Hoax
Satire
Clickbait
Misinformation
What type of algorithm follows instruction one after eachother?
Sequence
Selection
Iteration
Which of these must we have to draw graphics/ images
import time
import turtle
import random
What is abstraction?
Break a program down into parts
Step by step instructions or rules
changing a program to see what happens
Removing information that is not needed
predicting and analysing
What will be displayed if the random number is a 1?
Truth
Dare
Next person
What is this icon?
slides
chrome
drive
classroom
10001 to decimal
(a)
What flowchart symbol would be used for 'an action' such as 'click on mouse'.
(a)
