Construct a truth table for an XNOR gate with three inputs and express it as a Boolean expression.
Simplify the expression F = (A + B’)(A’ + B) using De Morgan’s Laws and Boolean algebra.
Design a circuit using only NAND gates to implement the XOR function for A and B.
Use a Karnaugh map to simplify F = Σ(1, 3, 5, 7) for three variables.
Explain why NAND and NOR are considered universal gates, with an example.
Answers and Descriptions for Group 3
Answer: Truth table: Output = 1 when an even number of inputs are 1. Expression: F = (A XOR B) XNOR C.
Description: This extends XNOR to three inputs, requiring students to derive complex truth tables and expressions, enhancing gate understanding.Answer: F = A’B + AB’.
Description: Applying distributive law and simplification, the expression reduces to XOR form. De Morgan’s Laws aren’t directly needed, but the exercise tests algebraic manipulation.Answer: (A NAND B) NAND (A NAND B) = A XOR B. Circuit: Four NAND gates configured to produce XOR.
Description: This advanced exercise uses NAND’s universality to build XOR, reinforcing gate fabrication techniques.
[Image Placeholder: XOR using NAND circuit]Answer: F = AB + BC.
Description: Grouping minterms in a K-map yields a simplified expression, strengthening K-map application for advanced problems.
[Image Placeholder: K-map for F]Answer: NAND and NOR can create any gate (e.g., NOT, AND, OR). Example: AND using NAND: (A NAND B) NAND (A NAND B) = A AND B.
Description: This reinforces the concept of universality, critical for circuit optimization, with a practical example.
