You are on page 1of 1

OntarioTech University Digital Systems Quiz 2: W i n t e r 2024

2 Questions Time: 30 minutes

Submit your answers on Canvas

1) [7 marks] Fill up the below state table by converting your most right two digits of your student number
to BCD code and use it for column A , then use second most right two digits for column B and then the
third most two digits for column C . Design using D flip flops. Use K-map and draw the circuit.
-
Present States Input Next states
A B C X A B C
0 0 0 0
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 0

2) [3 marks] Implement the yellow highlighted table in question 1 using multiplexers


considering the digits you used from your student numbers.
For this question present states columns A,B,C will be inputs and next state A will be the
output.

You might also like