1/19
Boolean Algebra is the math of computers, the lowest of low levels on systems, and is crucial to understand when you work with computers.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Term: What is Boolean Algebra?
Definition: Boolean Algebra is a branch of mathematics that deals with variables that have two distinct values: true and false.
Term: What are the basic operations in Boolean Algebra?
Definition: The basic operations are AND, OR, and NOT.
Term: What does the AND operation do in Boolean Algebra?
Definition: The AND operation outputs true only if both operands are true.
Term: What does the OR operation do in Boolean Algebra?
Definition: The OR operation outputs true if at least one of the operands is true.
Term: What does the NOT operation do in Boolean Algebra?
Definition: The NOT operation inverts the value of the operand: true becomes false and vice versa.
Term: What is a Boolean variable?
Definition: A Boolean variable is a variable that can take on one of two values, usually represented as true (1) or false (0).
Term: What is the identity law in Boolean Algebra?
Definition: The identity law states that A AND 1 = A and A OR 0 = A.