What is a programming language?
An artificial language used to program a computer
Written English
The make and model of a computer
What is machine code?
A programming language that a computer understands
The serial number of a computer
What is a program?
A video that is watched on a computer
A series of step-by-step instructions that tell a computer how to solve a task
A flowchart written on a computer
What is a statement?
A keyword in a programming language
A box in a flowchart
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")?
There are two statements - 'print' and 'if'
There are no statements
There is one statement - 'print'