Indicate the dots required to be connected (1 to 8) to implement a NOR
function using the PLD AND array shown below:
4 is CORRECT. Placing dots at 5 and 7 forms the product I1'I2' for the bottom AND gate. Also, dots at 1 and 2 forms the product I1'I1 = 0 for the top AND gate. The Oring of these 2 AND gate then yields:
I1'I2' + I1I1' = I1'I2' = (I1 + I2)' [DeMorgan's law]which is the NOR function. Note further that placing dots at the following connection points would also generate a NOR: 5,7,3,4; 1,3,5,6; 1,3,7,8.