Searched Projects

Tags: Task 5

project.name
0 Stars     8 Views

Task 5

Task 5
  1. NAND and NOR gates are universal gates. Prove it by realizing all the following gates:

    1. NOT

    2. AND

    3. OR

    4. XOR (Exclusive OR gate)

    5. X-NOR (Equivalence gate)

    6. NOR (using NAND gates)

    7. NAND (using NOR gates)

You have to realize each of the gates twice (except for NOR and NAND), once by using NAND alone and next by using NOR gate alone.