OCR GCSE Computer Science > 2.4 Boolean Logic > Flashcards
Boolean operators
AND, OR, NOT
AND gate
Both inputs must = 1 to give an output of 1
OR gate
One OR both inputs must = 1 to give an output of 1
NOT gate
Opposite output (changes a 1 to a 0)
Define Boolean
TRUE or FALSE