IT212 - Midterm-Exam - Model1
IT212 - Midterm-Exam - Model1
IT212 - Midterm-Exam - Model1
Cairo University
Midterm Exam
Question.2: Using the Tabular Method (Quine-McCluskey Method), simplify the following
boolean function as Sum-of-Product (SoP): [4 Marks]
F (A, B , C ) = A B C + B C + A B C + A B C + d(0, 3)
Question.3: Build the following drawn function using only NORs [2 Marks]
Question.5: A combinational circuit that takes four inputs ( I 0 , I 1 , I 2 , I 3 ) and two outputs
(A,B). The circuit should operate only if the input number is a BCD code, and only if one or
two of the inputs are always asserted high. If only one input line has logic 1 applied, the
output signals will be the count of zeros in the input lines. If two input lines have a logic 1
applied, the output signals will be the difference between the encoded (the decimal reps)
indices where the logic 1 presents.
[7 Marks]
a) Drive the truth table
b) Simplify using the K-Map method
c) Draw the combinational circuits using the simplified boolean function extracted from
(b)