Photo AI
Last Updated Sep 27, 2025
Revision notes with simplified explanations to understand Boolean Logic quickly and effectively.
366+ students studying
Boolean Logic is the foundation of digital circuits and computational logic. It involves expressions that evaluate to either True (1) or False (0), and it uses logical operators such as AND, OR, NOT, and XOR to form more complex conditions.
This note will guide you through defining problems using Boolean logic, constructing truth tables, and working with logic gates.
Returns True
if both inputs are True
.
Truth Table:
A | B | A ∧ B |
---|---|---|
T | T | T |
T | F | F |
F | T | F |
F | F | F |
Returns True
if at least one input is True
.
Truth Table:
A | B | A ∨ B |
---|---|---|
T | T | T |
T | F | T |
F | T | T |
F | F | F |
Returns the inverse of the input.
Truth Table:
A | ¬A |
---|---|
T | F |
F | T |
Returns True
if exactly one input is True
.
Truth Table:
A | B | A ⊕ B |
---|---|---|
T | T | F |
T | F | T |
F | T | T |
F | F | F |
Boolean expressions can be represented as logic gate diagrams. Here's a summary of the key gates:
True
only if both inputs are True
.True
if at least one input is True
.True
if exactly one input is True
.Example Expression:
Diagram:
Example Given a diagram with:
A truth table lists all possible combinations of input values and their corresponding output.
Example For the expression
A | B | |
---|---|---|
T | T | T |
T | F | F |
F | T | F |
F | F | F |
Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!
50 flashcards
Flashcards on Boolean Logic
Revise key concepts with interactive flashcards.
Try Computer Science Flashcards5 quizzes
Quizzes on Boolean Logic
Test your knowledge with fun and engaging quizzes.
Try Computer Science Quizzes29 questions
Exam questions on Boolean Logic
Boost your confidence with real exam questions.
Try Computer Science Questions27 exams created
Exam Builder on Boolean Logic
Create custom exams across topics for better practice!
Try Computer Science exam builder12 papers
Past Papers on Boolean Logic
Practice past papers to reinforce exam experience.
Try Computer Science Past PapersDiscover More Revision Notes Related to Boolean Logic to Deepen Your Understanding and Improve Your Mastery
Join 500,000+ A-Level students using SimpleStudy...
Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!
Report Improved Results
Recommend to friends
Students Supported
Questions answered