Students will be able to…
* Use conditions to gather information about Karel’s world (is the front clear, is Karel facing north, etc)
* Create if statements to only execute code if a certain condition is true
Activities
These are all the activities included in the lesson.
Activity | ||
---|---|---|
Video | ||
Quiz | SHOW ME | |
Example | ||
Example | ||
Exercise | SHOW ME |
Objective
Students will be able to…
* Explain the purpose of an If/Else statement
* Create If/Else statements to solve new types of problems
* Identify when an If/Else statement is appropriate to be used
Activities
These are all the activities included in the lesson.
Activity | ||
---|---|---|
Video | ||
Quiz | SHOW ME | |
Example | ||
Example | ||
Exercise | SHOW ME |
Open the Google Doc for this class. In your own words at the TOP of the Doc, explain what you learned today and how it can help you write programs.
SANDBOX–create a new programs that uses at least one IF THEN ELSE statement. Show me.