Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 7.5 Making Decisions Quiz

Description

In this lesson, students review content with a 10 question End-of-Unit Quiz.


Objective

Students will be able to:

  • Prove their knowledge of the following commands and concepts through a multiple choice quiz:
    • If Statements
    • Comparison String Methods
      • isalpha
      • isdigit/isnumeric
      • isupper
      • islower
      • startswith
      • endswith
    • If/Else Statements
      • With and without elif
    • in keyword
    • Using return in functions
    • While Loops
      • With and without break

Activities

These are all the activities included in the lesson

7.5.1 Making Decisions Quiz