InterviewSolution
Saved Bookmarks
| 1. |
Figure shows combination of gates. For Y = 1 which of the following options is correct.(1) A = 0, B = 1(2) A = 1, B = 1(3) A = 1, B = 0(4) A = 0, B = 0 |
|
Answer» Correct option: (3) A = 1, B = 0 Explanation: For A = 1, B = 0; the output of gate 1 (i.e. OR gate) C1 = 0. The output of gate C2 (i.e. NAND gate) C2 = 0. C1 = 0 and C2 = 0 are input of gate 3 which is NOR gate, hence output Y = 1. |
|