SuperExamSuperExam
Search papers…
Menu
DashboardBrowse papersRevision notesBooksSavedRevision packsMy progressAchievementsAI TutorMessages

Unlock worked solutions

Step-by-step answers by examiners. From €5/mo.

Try Premium free →
← Computer Science notes
Edexcel IGCSE·Computer Science·IGCSE Computer Science

Boolean Logic & Logic Gates

12 min read

The logic gates AND, OR and NOT, their truth tables, and combining them in logic circuits.

Computers make decisions using Boolean logic (true/false, 1/0) built from logic gates.

The main gates

AND OR
The AND gate (output 1 only if both inputs are 1) and the OR gate (output 1 if either input is 1).
  • AND: output 1 only if both inputs are 1.
  • OR: output 1 if either (or both) input is 1.
  • NOT: inverts the input (1 → 0, 0 → 1).

Viewing only

This content is free to read on superexams.com and cannot be printed or downloaded.

Read the full note — free

Create a free account to read this note in full. Every free account gets 2 complete revision notes — no card needed.

Sign up free →Log in

More Computer Science notes

Computer Systems & Architecture

Data Representation

Algorithms

Programming Concepts