A combination of multiple if/else statements.
What are nested if/else statements.
Use these to put comments in a Python file.
What are quotation marks.
Used to create programs or apps to solve a problem.
What is coding or computer programming.
Input and output symbol.
What is an oval.
The first section of an algorithm.
What is input.
Used to complete an if statement.
What are conditions.
Used to identify input values.
What are variable names.
Phase used to verify the effectiveness of the if else statement.
What is the testing phase or step.
Used to symbolize input and output.
What is a parallelogram.
Word used to begin an algorithm.
What is START.
Used at the end of an if statement.
What is a colon.
IDLE is used with this coding language.
What is Python.
The stage of the development cycle used to create if else statements.
What is the analysis step.
Graphic representation of an algorithm.
What is a flowchart?
Used to develop the logic of a program.
What is an algorithm.
Used to compare conditions.
What are relational operators.
Used to display output.
What is the print statement.
Steps used to create software
What is the Software Development Cycle.
Used to symbolize decisions.
What is a diamond or rhombus.
The last section of an algorithm.
What is output.
Begins the first line after an if statement.
What is an indentation.
Symbol used to create a multiplication calculation.
What is an asterisk.
Comments and verbiage used to inform of any modifications to coding.
What is the documentation.
Used to symbolize direction.
What are flow lines.
The name of the second section of an algorithm.
What is processing.