Tino APCS

Boolean Algebra and Loop Boundaries

Lesson Overview: Conditional loops often prove to be one of the most difficult control structures to work with. This lesson will give you more strategies that can be used for defining the beginning and ending conditions for loops in your programs.

Lesson Vocab
BOOLEAN ASSERTIONS

An expression that results in a true or false answer.

BOOLEAN ALGEBRA

A branch of math devoted to the study of Boolean values.

DE MORGAN'S LAWS

Rules to negate compound Boolean expressions.