Practice Question

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

The video lecture focuses on determining functional completeness in digital logic circuits, a critical concept for exams like GATE. The session begins with a problem from GATE 2015 involving two functions, f(X, Y, Z) and g(X, Y, Z), asking which set is functionally complete. The instructor then transitions to a multiple-choice question asking to identify the functionally complete set among four options involving XOR, NOT, constants, and OR. He analyzes the properties of these sets, specifically looking at linearity and preservation. He writes symbols like '~ +' and '~ .' on the whiteboard to check if the sets can generate universal gates. He selects option (b) {XOR, 1, +} as the answer. In the second half, he applies these concepts to specific functions f(a, b) = a' + b and f(a, b, c) = a' + bc'. He demonstrates how to test for preservation properties and gate generation to determine if a function is functionally complete.

Chapters

  1. 0:00 2:00 00:00-02:00

    The video starts with a GATE 2015 question about functions f and g. The instructor then moves to a multiple-choice question: 'Which of the following is functionally complete?' with options (a) XOR, not; (b) XOR, 1, +; (c) XOR, 1, not; (d) XNOR, 1, not. He analyzes the options, writing '~ +' and '~ .' on the board to represent NOT-OR and NOT-AND. He circles option (b) and marks it, explaining that {XOR, 1, +} is functionally complete because XOR with 1 generates NOT, and {NOT, OR} is a complete set. He notes that the other options are linear or affine sets, which are not complete.

  2. 2:00 4:00 02:00-04:00

    The instructor analyzes f(a, b) = a' + b. He writes f(a, a) = a' + a = 1 and f(b, b) = b' + b = 1 on the board. He explains that since the function preserves 1 (outputs 1 when inputs are 1), it cannot generate the constant 0, so it is not functionally complete. Next, he analyzes f(a, b, c) = a' + bc'. He shows f(a, a, a) = a' + aa' = a', generating NOT. Then he substitutes a', b, b' to get f(a', b, b') = a'' + bb' = a + b, generating OR. Since {NOT, OR} is complete, he concludes f(a, b, c) is functionally complete. He emphasizes checking preservation of 0 and 1, monotonicity, linearity, and self-duality.

The lecture provides a comprehensive guide to testing functional completeness. It starts with a GATE problem and a multiple-choice question to introduce the concept. The instructor explains that a set is functionally complete if it can generate all Boolean functions, typically by generating NAND or NOR, or by generating a known complete set like {NOT, OR}. He demonstrates this by analyzing operator sets like {XOR, 1, +} and specific functions like f(a, b) = a' + b. Key techniques include checking for preservation of 0 and 1, linearity, and monotonicity. If a set preserves 0 or 1, it cannot be complete. If it is linear, it cannot be complete. The instructor uses board work to show substitution steps, proving that f(a, b, c) can generate NOT and OR, thus confirming its completeness.