Boolean Logic (AQA GCSE Computer Science): Quizzes
📚Quizzes
Practise the questions
11 questions from this quiz
ShowHide
Practise the questions
11 questions from this quiz
What are Boolean expressions?
What are Boolean expressions?
Mathematical statements using logic operators
Which symbol represents the AND gate in Boolean expressions?
Which symbol represents the AND gate in Boolean expressions?
(dot)
Which symbol represents the OR gate in Boolean expressions?
Which symbol represents the OR gate in Boolean expressions?
(plus)
How is the NOT gate represented in Boolean expressions?
How is the NOT gate represented in Boolean expressions?
An overbar (line above the input)
Which symbol represents the XOR gate in Boolean expressions?
Which symbol represents the XOR gate in Boolean expressions?
(circle with plus)
How is 'C AND (A OR B)' written in symbolic notation?
How is 'C AND (A OR B)' written in symbolic notation?
In Boolean order of operations, what has the highest priority?
In Boolean order of operations, what has the highest priority?
Operations in brackets
After brackets, which operation is applied next in Boolean expressions?
After brackets, which operation is applied next in Boolean expressions?
NOT operations
In Boolean order of operations, which is performed last?
In Boolean order of operations, which is performed last?
OR operations
In , what does the NOT gate affect?
In , what does the NOT gate affect?
The output of
What is the key principle when creating logic circuits from expressions?
What is the key principle when creating logic circuits from expressions?
Working from the inside out
