Photo AI

Last Updated Sep 27, 2025

Combinational logic Simplified Revision Notes

Revision notes with simplified explanations to understand Combinational logic quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

362+ students studying

13.5.1 Combinational logic

infoNote

Logic gates are fundamental components in digital electronics. They are electronic switching circuits that output different signals depending on the combination of their inputs, which can either represent On (11, indicating current flow) or Off (00, no current flow). These gates are crucial in processing digital information and are widely used in devices like computer processors.

  • On (11) – Indicates the presence of a current.
  • Off (00) – Indicates the absence of a current.

Combinational Logic

When several logic gates are combined to produce a specific output based on the inputs, this setup is called combinational logic. The output depends solely on the current input values, without any memory of previous inputs. Combinational logic is essential for analysing and creating digital circuits with desired functionalities.

Truth Tables

To understand how a combination of inputs affects the output, truth tables are used. A truth table lists all possible input values and the corresponding output for each input combination. This is particularly helpful for simplifying and analysing digital circuits. For a circuit with nn inputs, there are 2n2^n possible input combinations. For example, with 4 inputs, there are 24=162^4 = 16 combinations.

Types of Basic Logic Gates

  1. AND Gate
  • Output is 11 only if both inputs are 11; otherwise, the output is 00.
  • Truth table:
image
ABOut
000000
001100
110000
11111
  1. OR Gate
  • Output is 11 if either input is 11; otherwise, the output is 00.
  • Truth table:
image
ABOut
000000
001111
110011
111111
  1. NOT Gate
  • Inverts the input; output is 11 if input is 00, and vice versa.
  • Truth table:
image
AOut
001
110
  1. NAND Gate
  • Output is 00 only if both inputs are 11; otherwise, the output is 11.
  • This gate is essentially an AND gate followed by a NOT gate.
  • Truth table: | A | B | Out | |---|---|---| | 00 | 00 | 11 | | 00 | 11 | 11 | | 11 | 00 | 11 | | 11 | 11 | 00 |
image image
  1. NOR Gate
  • Output is 11 only if both inputs are 00; otherwise, the output is 00.
  • This gate is essentially an OR gate followed by a NOT gate.
  • Truth table: | A | B | Out | |---|---|---| | 00 | 00 | 11 | | 00 | 1 | 00 | | 11 | 0 | 00 | | 11 | 1 | 00 |
image image
  1. EOR (XOR) Gate
  • Exclusive OR gate gives an output of 11 if one input is 11 and the other is 00.
  • Often used as a comparator.
  • Truth table: | A | B | Out | |---|---|---| | 00 | 0 | 00 | | 00 | 1 | 11 | | 11 | 0 | 11 | | 11 | 1 | 00 |
image image

Boolean Algebra and Logic Circuit Simplification

Boolean algebra is a mathematical tool used to describe and optimise logic circuits. Using Boolean algebra, complex circuits can be represented with expressions, and unnecessary gates can be eliminated.

Key identities in Boolean algebra:

  • AND: Aâ‹…BA \cdot B
  • OR: A+BA + B
  • NOT: A‾\overline{A}

Key Boolean Laws

  1. Associative Law
  • (Aâ‹…B)â‹…C=Aâ‹…(Bâ‹…C)A \cdot B) \cdot C = A \cdot (B \cdot C)
  • (A+B)+C=A+(B+C) (A + B) + C = A + (B + C)
  1. Commutative Law
  • Aâ‹…B=Bâ‹…AA \cdot B = B \cdot A
  • A+B=B+AA + B = B + A
  1. Distributive Law
  • Aâ‹…(B+C)A \cdot (B + C) = (Aâ‹…B)(A \cdot B) + (Aâ‹…C)A \cdot C)
  • A+(Bâ‹…C)=(A+B)â‹…(A+C)A + (B \cdot C) = (A + B) \cdot (A + C)

Simplifications

  • Aâ‹…A=AA \cdot A = A
  • A+A‾=1A + \overline{A} = 1
  • Aâ‹…0=0A \cdot 0 = 0
  • A+0=AA + 0 = A These simplifications allow circuits to be designed with fewer gates, saving space and power.
image image
infoNote

Example: Drawing Logic Circuits

Given a truth table or Boolean expression, you can construct a logic circuit. For example, to simplify Z=(A⋅B‾)Z = (A \cdot \overline{B}) + ($$\overline{A} \cdot B), use:

  1. Identify gates required: Two AND gates, two NOT gates, and one OR gate.
  2. Connect gates as per the Boolean expression.
  3. Draw the circuit accordingly, ensuring each gate output is linked correctly.
image image
infoNote

Example: Creating a Truth Table

For a circuit:

  1. Label intermediate signals.
  2. Create a truth table listing all input combinations.
  3. For each row, evaluate intermediate signals and final output.
image image
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Combinational logic

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

30 flashcards

Flashcards on Combinational logic

Revise key concepts with interactive flashcards.

Try Physics Flashcards

3 quizzes

Quizzes on Combinational logic

Test your knowledge with fun and engaging quizzes.

Try Physics Quizzes

29 questions

Exam questions on Combinational logic

Boost your confidence with real exam questions.

Try Physics Questions

27 exams created

Exam Builder on Combinational logic

Create custom exams across topics for better practice!

Try Physics exam builder

56 papers

Past Papers on Combinational logic

Practice past papers to reinforce exam experience.

Try Physics Past Papers

Other Revision Notes related to Combinational logic you should explore

Discover More Revision Notes Related to Combinational logic to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Digital signal processing

Sequential logic

user avatar
user avatar
user avatar
user avatar
user avatar

280+ studying

194KViews

96%

114 rated

Digital signal processing

Astables

user avatar
user avatar
user avatar
user avatar
user avatar

499+ studying

200KViews
Load more notes

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!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered