← Back to Dashboard

2.4 Boolean Logic

GCSE Computer Science (J277)

Fill in the blanks with the correct words. Click "Check Answer" to see if you're right!

Term: Boolean

Definition:

A data with the value or False.
No attempts
Term: Boolean Operators

Definition:

Evaluates two or more Boolean . Consists of AND, OR, NOT.
No attempts
Term: AND

Definition:

Works by only returning if both values being are TRUE
No attempts
Term: NOT

Definition:

NOT works by returning if the input is TRUE, and returning TRUE if the input is FALSE
No attempts
Term: OR

Definition:

OR works by returning as long as value being compared is TRUE
No attempts
Term: Truth table

Definition:

The output of a logic gate/circuit for possible combinations of inputs. Number of needed is equivalent to 2^ number of inputs
No attempts