0% found this document useful (0 votes)
24 views

Practice Questions For Final

The document contains practice questions related to digital circuit design. It includes questions about designing circuits for specific logic functions using multiplexers and flip-flops. It also includes questions about analyzing sequential circuits and designing circuits based on given state diagrams or tables.

Uploaded by

bilal.ozcelik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Practice Questions For Final

The document contains practice questions related to digital circuit design. It includes questions about designing circuits for specific logic functions using multiplexers and flip-flops. It also includes questions about analyzing sequential circuits and designing circuits based on given state diagrams or tables.

Uploaded by

bilal.ozcelik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

PRACTICE QUESTIONS

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)

b) Design a digital circuit with D-FF, whose state table is given


c) Design a counter with T-FF’s the state diagram of a 3-bit counter
is shown below

d) Design a Countdown circuit with JK-FF’s the state diagram of a 3-


bit Countdown counter is shown below

e) Design 2 counting circuit with deired Flip-Flop, the state diagram


is shown below
f) Design a digital circuit with SR-FF, whose state table is given

A(t) B(t) X A(t+1) B(t+1) y

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

You might also like