Eed 213 Test 1 B Sol 2023
Eed 213 Test 1 B Sol 2023
INTRUCTIONS
Answer all questions
Show all calculations where necessary
Ensure diagrams are well labelled and tidy.
Copying of any form will not be tolerated
Calculators are not allowed
This paper carries a total of 60 marks
QUESTION 2 [8 MARKS]
Logic gates
a) Complete the truth table below for different logic operations. (4 marks)
X1 X2 X3 X1.X2.X3 X1 + X2 X3 X1 ⊕ X2 X1⊙X2
0 0 0 0 0 0 1
0 0 1 0 0 0 1
0 1 0 0 0 1 0
0 1 1 0 1 1 0
1 0 0 0 1 1 0
1 0 1 0 1 1 0
1 1 0 0 1 0 1
1 1 1 1 1 0 1
Z = (A + B) (C+D) +A
ii. Derive and simplify the expression from the truth table (4 marks)
BC+AC+AB
d) For the full-adder shown, assume the input bits are as shown with A = 0,
B = 0, Cin = 1.