Font size
WorksheetsKs3 Baseline assessment Computer Science
Total questions: 21
Worksheet time: 11mins
What is a network?
Software that can damage your computer
A way of logging onto a computer
A collection of computers linked together
What is a “computer virus”?
Software that can damage your files or computer
When your laptop gets spots
A video which is very popular on YouTube
What is an “algorithm”?
A set of instructions
A computer program that doesn’t work
A way of testing computers
What will happen when the following code is run?
The sprite will move 10 steps and bounce if it is on the edge. It will do this forever when the space key is pressed
The sprite will move 10 steps and bounce if it is on the edge. It will do this once when the space key is pressed
The sprite will move 15 steps. It will do this forever when the space key is pressed
The sprite will move 15 steps. It will do this once when the space key is pressed
What will happen when the following code is run?
When the green flag is clicked, if the sprite is touching the mouse pointer it will hide for 1 second. It will then show it again and do this until the program is stopped.
When the green flag is clicked, if the sprite is touching the mouse pointer it will hide forever. It will then show it again and do this until the program is stopped.
When the green flag is clicked, if the sprite is touching the mouse pointer it will hide for 1 second.
When the green flag is clicked, if the sprite is touching the mouse pointer it will hide for 10 seconds. It will then show it again and do this until the program is stopped.
What shape will this program draw?
Circle
Triangle
Square
Hexagon
What makes a strong password for a computer account?
A long password
A difficult to guess password
A password with letters and numbers
Which is the correct icon for 'Center' text?
Which is the correct icon for 'Bold'?
Which two are input devices?
Mouse
Printer
Keyboard
Monitor
Which two are output devices?
Speakers
Keyboard
Mouse
Monitor
What computer science concept stores information to be used later?
Conditional
Variable
Loop
Function
What would you put in an if statement to see if two values are equal?
++
==
//
||
What symbol is used to either add two numbers together or join two strings?
-
=
+
*
What symbol is used to multiply two numbers together?
+
=
*
/
