โŒจ๏ธap computer science principles review

Boolean Values

Written by the Fiveable Content Team โ€ข Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated August 2025

Definition

Boolean values are data types that can only have two possible values: true or false. They are used to represent logical states or conditions in programming.

"Boolean Values" also found in: