Please enable JavaScript to use CodeHS

Georgia Computer Science Principles

Lesson 4.1 Booleans

Description

In this lesson, students will learn more about boolean values. Booleans refer to a value that is either true or false, and are used to test whether a specific condition is true or false.


Objective

Students will be able to:

  • Create boolean variables to represent meaningful yes/no values
  • Print out the value of a boolean variable

Enduring Understandings

This lesson builds toward the following Enduring Understandings (EUs) and Learning Objectives (LOs). Students should understand that…

  • EU 4.1 Algorithms are precise sequences of instructions for processes that can be executed by a computer and are implemented using programming languages. (LO 4.1.1)
  • EU 5.5 Programming uses mathematical and logical concepts. (LO 5.5.1)

Activities

These are all the activities included in the lesson

4.1.1 Booleans
4.1.2 Booleans Quiz
4.1.3 First Boolean
4.1.4 Do You Have a Cat?