Digital Electronics

8 questions

Q1
Evaluate this circuit: A=1, B=0, C=1. Gate 1 (AND): inputs A, B -> output W Gate 2 (OR): inputs W, C -> output What is the final output?
Q2
Evaluate this circuit: A=1, B=1, C=0. Gate 1 (XOR): inputs A, B -> W1 Gate 2 (OR): inputs B, C -> W2 Gate 3 (AND): inputs W1, W2 -> output What is the final output?
Q3
How many input combinations (out of 4 possible for 2 inputs) make a NOR gate output 1?
Q4
What is the output of a NAND gate with inputs A=1, B=1?
Q5
What Boolean expression does this circuit compute? Gate 1 (NOT): input A -> W1 Gate 2 (AND): inputs W1, B -> output
Q6
A circuit has an OR gate with inputs A and B, followed by a NOT gate. What Boolean expression does it compute?
Q7
What is the output of an AND gate with inputs A=1, B=0?
Q8
Which gate is a universal gate (can implement any Boolean function by itself)?