What day are you all leaving for the camping trip?
Sunday
What is a circuit?
A circuit is a complete circular path that electricity flows through
What is the name of a loop that iterates under a conditional
while loop
How many conditions can I have in a conditional
As many as I need
How many variables can I have in a program?
As many as I need!
What time will we start going to the gym?
11:30am (if we finish everything before hand)
What is a resistor?
A resistor is a way to dampen the strength of electricity as it flows through the circuit.
What are the two main loops we covered in class?
While loop
For loop
How many if blocks can I have in a program?`
AS MANY AS I NEED!
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.
Who was our second president
How much wire can I have in a circuit?
As much as I need
On slide 1 what does the loop do?
It adds 1 to variableA every iteration
On slide 4 what is the output of VariableA?
2
What is the final value of variableA in slide 7?
0
What state is above the California?
Oregon
On slide 3 how many times will it loop?
10
On slide 5 what is the output of VariableA?
3
What is the final value of variableA in slide 8?
40
What was the first marvel movie
Iron Man (2008)
On slide 2 how many times will it loop?
16
What is the final value of variableA in slide 6?
1
What is the final value of variableA in slide 9?
7