If/Else
Python
Coding
Flowcharts
Algorithms
100

A combination of multiple if/else statements. 

What are nested if/else statements. 

100

Use these to put comments in a Python file. 

What are quotation marks. 

100

Used to create programs or apps to solve a problem. 

What is coding or computer programming. 

100

Input and output symbol. 

What is an oval. 

100

The first section of an algorithm. 

What is input. 

200

Used to complete an if statement. 

What are conditions. 

200

Used to identify input values.

What are variable names. 

200

Phase used to verify the effectiveness of the if else statement. 

What is the testing phase or step. 

200

Used to symbolize input and output. 

What is a parallelogram. 

200

Word used to begin an algorithm. 

What is START. 

300

Used at the end of an if statement. 

What is a colon. 

300

IDLE is used with this coding language. 

What is Python. 

300

The stage of the development cycle used to create if else statements. 

What is the analysis step. 

300

Graphic representation of an algorithm. 

What is a flowchart?

300

Used to develop the logic of a program. 

What is an algorithm. 

400

Used to compare conditions. 

What are relational operators. 

400

Used to display output. 

What is the print statement. 

400

Steps used to create software 

What is the Software Development Cycle. 

400

Used to symbolize decisions. 

What is a diamond or rhombus. 

400

The last section of an algorithm. 

What is output. 

500

Begins the first line after an if statement. 

What is an indentation. 

500

Symbol used to create a multiplication calculation. 

What is an asterisk. 

500

Comments and verbiage used to inform of any modifications to coding. 

What is the documentation. 

500

Used to symbolize direction. 

What are flow lines. 

500

The name of the second section of an algorithm. 

What is processing.