Logic Expressions (Cambridge (CIE) O Level Computer Science)

Revision Note

James Woodhouse

Expertise

Computer Science

Logic Expressions

  • A logic expression is a way of expressing a logic gate or logic circuit as an equation

  • The output appears on the left of the equals sign with the inputs and logic gates on the right

Gate

Symbol

Truth Table

Logic Expression

NOT

not

A

Z

0

1

1

0

Z = NOT A

AND

and

A

B

Z

0

0

0

0

1

0

1

0

0

1

1

1

Z = A AND B

OR

or

A

B

Z

0

0

0

0

1

1

1

0

1

1

1

1

Z = A OR B

NAND

nand

A

B

Z

0

0

1

0

1

1

1

0

1

1

1

0

Z = A NAND B

NOR

nor

A

B

Z

0

0

1

0

1

0

1

0

0

1

1

0

Z = A NOR B

XOR

xor

A

B

Z

0

0

0

0

1

1

1

0

1

1

1

0

Z = A XOR B

  • Logic circuits containing multiple gates can also be expressed as logic expressions/statements

An example logic circuit containing two inputs

screenshot-2023-05-30-at-09-28-55
  • The logic circuit above can be expressed as the logic expression Q= NOT(A OR B) 

 

An example logic circuit containing two inputs

screenshot-2023-05-30-at-09-29-06
  • The logic circuit above can be expressed as the logic expression Q= (NOT A) AND B 

 

An example logic circuit containing three inputs


  • The logic circuit above can be expressed as the logic expression P = ((NOT A) OR B) NAND C

 

An example logic circuit containing three inputs

screenshot-2023-05-30-at-09-35-30
  • This logic circuit above can be expressed as X = NOT (A NAND B) OR (B NOR C)

Exam Tip

  • You may be required to write a logic expression/statement from a truth table or a logic circuit. You may also have to do the opposite - draw a logic circuit and complete a truth table for a logic expression

Worked Example

Consider the logic statement: X = (((A AND B) OR (C AND NOT B)) XOR NOT C) 

a. Draw a logic circuit to represent the given logic statement. [6]

Answer

screenshot-2023-05-30-at-09-37-21

One mark per correct logic gate, with the correct input

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

James Woodhouse

Author: James Woodhouse

James graduated from the University of Sunderland with a degree in ICT and Computing education. He has over 14 years of experience both teaching and leading in Computer Science, specialising in teaching GCSE and A-level. James has held various leadership roles, including Head of Computer Science and coordinator positions for Key Stage 3 and Key Stage 4. James has a keen interest in networking security and technologies aimed at preventing security breaches.