NVIDIA Interview Question

How to modify a two-input NAND gate to an inverter?

Interview Answers

Anonymous

Apr 25, 2011

connect the inputs together

2

Anonymous

Sep 10, 2015

tie one of the inputs to VDD (for nand) or Gnd (for and) and leave the other input as a true input. if 0, output is 1, and if 1, output is 0 (for nand and and)

2