Operators
Variables
if,else, and elif
Python
Flowcharts
100

What is an operator?

A symbol that tells what function to perform.

100

What is a variable

Names that are used to hold one or more values.

100

What does the if statement do

Returns one value if it is true, and another if it is false

100

What is python

Python is a language of code 

100

What is a flowchart

A diagram that represents a process

200

Name the types of operators

Arithmetic, comparison, boolean, and compound

200

Identify the variable

name=patty

Patty=1.25

200

would this run properly

x=3

If x>7, then Print("Hello world")

no

200

Name a website specifically for coding in python

200

What do circles represent in a flowchart

start or end

300

Name a Boolean operator

&,!, or any other operator

300

Can you reassign a variable

Yes

300

What is an elif statement

Allows you to check Multiple expressions for true 

300

Describe the purpose of python

Its a general coding language used to develop websites and apps

300

A parallelogram represents

input and output

400

Name a comparison operator

==><<=>=

400

Can variables be strings

Yes

400

Describe an else statement

Contains the block of code that executes if the conditional statement is false

400

When was python created

1991

400

A square symboolizes

A process

500

Name a arithmetic operator

=+-*/

500

Var="I am a string"

Print(var)

Run this code. Does it run

"I am a string"

500

Write and run an elif statement

Varying student result

500

Name an app or website created with python

Netflix, Instacart, Instagram, Spotify,etc

500

Diamonds symbolize

A decision being made in code

M
e
n
u