Variables
Statements
Program Documentation
Coding Tasks
Controls
100
A memory location
What is a variable?
100

Binary

What is 1's and 0's

100
Referred to as Programming Documentation
What is Commenting?
100

When checking if something is true or false

What is a conditional (boolean) statement? or if/elif/else

100

when you need a program to start again

What is a loop.

200

Type of variable that would be used to store the word 'Strong'

What is String?

200

The purpose of this function is to show output

What is print()?

200
To begin a comment in visual basic you use this symbol.
What is an Apostrophe?
200

when something ins coding is missing or spelled wrong

What is a syntax error?

200

When you need the program to determine if something is true

What is a if, else (boolean)?

300

Type of variable used to display the amount on your paycheck.

What is float() known as a Decimal?

300

instructions to execute a specific task

What is a statement

300

Comments are this colour in the Python interperter.

What is the color green?

300

When your program runs but it is giving the wrong answer? 

What is a logical error?

300

variableName = variableName +1

What is incrementation?

400

the = is used with variables as

What is an assignment operator?

400

the following symbols are examples of...

==, <=, >=, !=

What are comparison operators?

400

It is commented code that tells what the program does.

What is Program description?

400

when using a while loop and the program keeps running

What is an infinete loop?

400

prior to creating a loop and counter = 0 is used

What is an initialized variable?

500

Variable type for displaying whole numbers

What is Integer or int()?

500

when using keywords like 'or', 'and' or 'not'

What are relational operators?

500

Programmers use this to define the purpose of each line of code for other users or for their own understanding.

What is In-Line Commenting?

500

Common errors when writing if/elif/else or while statements

What is indentation?

500

The program/application that reads code line by line.

What is an interpreter?

M
e
n
u