What is a programming language?
Written English
An artificial language used to program a computer
A language used in pseudocode
What is machine code?
The serial number of a computer
A programming language that a computer understands
The make and model of a computer
What is a program?
A series of step-by-step instructions that tell a computer how to solve a task
A video that is watched on a computer
A flowchart written on a computer
What is a statement?
A box in a flowchart
A keyword in a programming language
A calculation performed in a programming language
What is an instruction?
One or more statements grouped together to instruct the computer to perform a task
What does the statement 'print' do?
Output a hard copy of a program to a printer
Output a message on the screen
Print a hard copy of a flowchart to a printer
What does the statement 'while' do?
Tell the computer to wait for a while before continuing with the program
Implement selection
Implement a loop
What does the statement 'def' do?
Creates a function or a procedure
What do the statements 'if' and 'else' do?
How many statements are there in this line of code: print("If I am 17, I can drive a car")?
print("If I am 17, I can drive a car")
There are two statements - 'print' and 'if'
There are no statements
There is one statement - 'print'