NVIDIA Interview Question

I was asked to create XOR gate using only NOR gates.

Interview Answer

Anonymous

May 24, 2018

Can implement using 6 NOR gates. Pass b through XOR and XOR it with A. You will get A`.B. Similarily do to get A.B'. Passit through two xor to get the output