โŒจ๏ธap computer science principles review

key term - Boolean value

Definition

A Boolean value is a data type that can only have two possible values: true or false. It is often used in programming to make decisions and control the flow of a program.

"Boolean value" also found in: