Practice Questions For Final
Practice Questions For Final
1-
a) Design a circuit that takes a 4-bit number as input and outputs 2 more of
the number.
b) Design a circuit that takes a 4-bit number as input. if the input is greater
than 4, the output should be equal to input-2. if the input is less than 4,
the output should be equal to input +1.
c) Design a circuit that takes a 4-bit number as input, output should be equal
to input-3 .
2-
a) F(x, y, z) = ∑(1, 2, 6, 7), Design circuit for this minterms by using 3x8 MUX.
b) F(x, y, z) = ∑(1, 3, 6, 7), Design circuit for this minterms by using 3x8 MUX.
c) F(x, y, z) = ∑(1, 2, 6, 7), Design circuit for this minterms by using 2x4 MUX.
d) F(x, y, z) = ∑(1, 5, 7), Design circuit for this minterms by using 2x4 MUX.
e) F(A, B, C, D) = ∑(1, 3, 4, 6, 8, 12, 14, 15), Design circuit for this minterms by
using 3x8 MUX.
3- Analyze given sequential circuits and write truth table, draw state diagram.
a)
J Q A
x K Q
J Q B
K Q
CLK
b)
x A
T Q y
R Q
T Q
B
R Q
CLK Reset
c)
x D Q A
Q
y
D Q B
CLK Q
4- Design a digital circuit with JK-FF, whose state diagram is given
a)
0 0 0 1 1 0
0 0 1 0 1 1
0 1 0 0 0 1
0 1 1 0 1 1
1 0 0 0 1 0
1 0 1 1 1 0
1 1 0 1 0 0
1 1 1 1 0 0