Relative Content

Tag Archive for logical-operatorsboolean-logicnor

Write the Boolean Function F(A,B,C,D) using no more than 2 Nor Gates

I am working on a problem where I have to draw a logic circuit using no more than 2 Nor gates. The function F(A, B, C, D) = Σ(2,4,10,12,14) with don’t care conditions Σ(0,1,5,8). After drawing the k-map and working through the functions, I am ready to say that it can’t be done.