Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.86 KB

unit-4-lesson-04.md

File metadata and controls

47 lines (30 loc) · 1.86 KB

Lesson 4.4: Multiple Conditional Statements


Lesson Materials

📖 Upload as Material in Google Classroom:

📝 Upload as Assignment in Google Classroom (5 points):


Key Points

👋 Welcome & Do Now (10) :

  • Engage students and set a positive tone for the lesson.
  • Direct students to complete the Do Now.

🔀 Multiple Conditions (5) :

  • Quickly go over if and else statements, emphasizing the two possible outcomes with example code snippets.
  • Ask students to identify conditions in provided code examples and discuss what happens when conditions are true or false.

🔗 Tech & Society Connection (5) :

  • Reflect on remote learning experiences and the digital divide.
  • Encourage students to consider the impacts of unequal access to technology and brainstorm potential solutions.
  • Discuss how conditional statements can relate to accessing broadband resources in different regions.

💻Code Along & Solo (15) :

  • Guide students through coding exercises involving multiple else-if statements.
  • Provide coding examples with various conditions, emphasizing the syntax and logic of else-if.
  • Allow students to apply the concept to real-life scenarios, like determining grades or daily schedules.

👋 Exit Ticket & Shout Outs (5) :

  • Direct students to complete the Exit Ticket in Google Classroom for Lesson 4.4 on Multiple Conditional Statements.
  • Remind students to double-check that they have submitted their exit tickets.

Common Misconceptions

Additional Materials

  • n/a