No student devices needed. Know more
21 questions
A named area in computer memory. It has a name and a value. It could be a number, string or function.
Variable
Concatenation
Repeat
User Input
This command can be used to make a block of commands run a set number of times or forever.
Repeat
Variable
IF
IF/ELSE
When a program requires an input from a user such as a click or text from a keyboard.
Output
User Input
Algorithm
Procedure
Use this command to run a block of commands after a timed delay or at regular intervals.
Algorithm
Run
Wait
Timer
A conditional command. This tests a statement. If the condition is true, then the commands inside the ‘if block’ will be run. If the condition is not met, then the commands inside the ‘else block’ are run.
IF
IF/ELSE
ELSE
ELSE/IF
An element in a computer program that can be changed using actions or properties
Variable
Property
Thing
Object
Information that comes out of the computer e.g. sound.
Keyboard
Music
Output
Input
A sequence of characters, which could form words, phrases or even whole sentences
Function
String
Variable
Rope
A conditional command. This tests a statement. If the condition is true, then the commands inside the block will be run.
Maybe
Repeat
IF
Function
A model that represents a real or imaginary situation.
Program
Code
Systems software
Simulation
This is a conditional/decision command. When this is used, a program will choose a different outcome depending on a condition.
Selection
Keyboard
User Output
Computer
Information going into the computer. Can include moving or clicking the mouse, using the keyboard, swiping and tilting the device
Output
Input
Putin
Putout
Something that causes a block of code to be run.
Event
Performance
Go
Object
A block or sequence of code that you can access when you need it, so you don’t have to rewrite the code repeatedly Instead, you simply 'call' the function each time you want it.
Variable
Object
Function
Condition
This is when a computer program runs commands in order.
Code
Sequence
Command
Selection
The action of linking things together in a series.
Concatenation
Variable
Command
Object
A precise step by step set of instructions used to solve a problem or achieve an objective.
Object
Algorithm
Function
Output
A method of breaking down a task into manageable components. This makes coding easier as the components can then be coded separately and then brought back together in the program.
Decomposition
Mouse
Keyboard
Run
A single instruction in a computer program.
Command
Object
Event
Control
Looking for any problems in the code, fixing and testing them.
Deflying
Destroy
Debugging
DeInsect
They help visualise what is going on and thereby help understand a process
Piechart
Bar Graph
Function
Flowchart
Explore all questions with a free account