Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Boolean Identities

There are a number of rules that can be used to simplify boolean expressions. Simplified expressions are cheaper and easier to implement as fewer logic gates are needed.

AND identities

AND identities

  • A value AND false returns false.
    • X.0=0X. 0 = 0
  • A value AND true returns the value.
    • X.1=XX.1 = X
  • A value AND the same value returns the value.
    • X.X=XX.X = X
  • A value AND NOT the same value returns false.
    • X.X=0X.\overline{X} = 0
OR identities

OR identities

  • A value OR false returns the value.
    • X+0=XX + 0 = X
  • A value OR true returns true.
    • X+1=1X + 1 = 1
  • A value OR the same value returns the value.
    • X+X=XX + X = X
  • A value OR NOT the same value returns true.
    • X+X=1X +\overline{X} = 1
Example

Example

  • Using the identities, we can simplify the expression:
    • (X.X)+(X+0)(X.X)+(X+0)
    • (X.X)+X(X . X) + X
    • X+XX + X
    • XX
Jump to other topics
1

Components of a Computer

2

Software & Software Development

3

Exchanging Data

4

Data Types, Data Structures & Algorithms

5

Legal, Moral, Cultural & Ethical Issues

6

Elements of Computational Thinking

6.1

Thinking Abstractly

6.2

Thinking Ahead

6.3

Thinking Procedurally

6.4

Thinking Logically

6.5

Thinking Concurrently

7

Problem Solving & Programming

8

Algorithms

Practice questions on Boolean Identities

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
    What is $$Y.Y$$?Multiple choice
  2. 2
Answer all questions on Boolean Identities

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium