Random
Circuits
Loops
Conditionals
Variables
100

What day are you all leaving for the camping trip?

Sunday

100

What is a circuit?

A circuit is a complete circular path that electricity flows through

100

What is the name of a loop that iterates under a conditional

while loop

100

How many conditions can I have in a conditional

As many as I need

100

How many variables can I have in a program?

As many as I need!

200

What time will we start going to the gym?

11:30am (if we finish everything before hand)

200

What is a resistor?

A resistor is a way to dampen the strength of electricity as it flows through the circuit.

200

What are the two main loops we covered in class?

While loop

For loop

200

How many if blocks can I have in a program?`

AS MANY AS I NEED!

200

What is the difference between a constant and a variable?

The value of a variable can be changed but the value of a constant cannot b e changed after giving it an initial value. 

300

Who was our second president

John Adams
300

How much wire can I have in a circuit?

As much as I need

300

On slide 1 what does the loop do?

It adds 1 to variableA every iteration

300

On slide 4 what is the output of VariableA?

2

300

What is the final value of variableA in slide 7?

0

400

What state is above the California?

Oregon

400

On slide 3 how many times will it loop?

10

400

On slide 5 what is the output of VariableA?

3

400

What is the final value of variableA in slide 8?

40

500

What was the first marvel movie

Iron Man (2008)

500

On slide 2 how many times will it loop?

16

500

What is the final value of variableA in slide 6?

1

500

What is the final value of variableA in slide 9?



7