You are on page 1of 7

AEA 2004 Question 3

PAT 2006 Question 11

STEP 1990 c

AEA 2004 Question 3

PAT 2006 Question 11

STEP 1990 c
Truth tables

Input 1 0 0 1 1

Input 2 0 1 0 1

Output 0 0 0 1

Input 1 0 0 1 1

Input 2 0 1 0 1

Output 0 1 1 1

Input 0 1

Output 1 0

Therefore the truth table for 1.4 and 1.5 is : Input 1 Input 2 Output 0 0 1 0 1 0 1 0 0 1 1 0 Output must always be 1 when C and D are 0 1.5 is a NOR gate (NOT OR), so C and D above feed into an OR gate by putting a NOT after the output. We want a situation where C OR D lead to the same output which is dictated by A AND NOT B. The answer is then negated to get 0 for this circumstance and 1 for everything else. A 1 1 1 0 1 0 1 0 0 0 0 0 0 1 1 1 B 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 C 1 0 1 0 0 0 0 1 0 1 1 0 1 1 0 1 D 0 1 1 0 0 0 0 0 1 1 0 1 1 0 1 1 Output 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1

You might also like