Pregunta de entrevista de NVIDIA

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

Respuesta de la entrevista

Anónimo

24 may 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