It is possible to express every Boolean expression using:

2015

It is possible to express every Boolean expression using:

Answer: D. NAND aloneTo express every Boolean expression, we need a set of logical gates that is functionally complete. A functionally complete set can represent all possible…

  1. A.

    AND alone

  2. B.

    OR alone

  3. C.

    NOT alone

  4. D.

    NAND alone

  5. E.

    Question not attempted

Attempted by 565 students.

Show answer & explanation

Correct answer: D

To express every Boolean expression, we need a set of logical gates that is functionally complete. A functionally complete set can represent all possible Boolean functions. Let's evaluate each option: AND alone: Cannot produce NOT, so it is not functionally complete. OR alone: Cannot produce NOT, so it is not functionally complete. NOT alone: Cannot produce AND or OR, so it is not functionally complete. NAND alone: NAND is functionally complete because it can be used to construct NOT, AND, and OR operations. For example, NOT A = NAND(A, A), and A AND B = NOT(NAND(A, B)). Therefore, NAND alone is sufficient to express every Boolean expression.

Explore the full course: Isro

Loading lesson…