Title: EEL-3705%20TPS%20QUIZZES
1EEL-3705TPS QUIZZES
2Quiz 1
3Quiz
Design a FSM which implements the state equations
given below.
4Quiz Solutions
5Quiz 2
6Given the FSM below draw the state diagram and
determine the output sequence
7Solution
8(No Transcript)
9Quiz Simulation
10Quiz 3
11Given the following F and H equations, draw the
equivalent FSM
12Q16 Solution
13Quiz 4
14Given the Following State Diagram, derive logic
expressions that relate ns to ps
Unconditional
Unconditional
Unconditional
15Truth Table
16Ns1 and Ns0
17Quiz 5
18What is the output sequence (in hex) for the FSM
given below?
Hint Develop state equations for F and H logic.
19Solution
Equations
Truth Table
Y 0 , 2, 1, 2, 0, 2, 1, 2
20Quiz 6
21Given this State Diagram,Draw the equivalent FSM
22Solution
Truth Table
23Schematic
24Simulation
25Quiz 7
26Quiz 3 Bit Even Counter
Find the state equations for ns and Y in terms
of ps
27Quiz - Solution
Truth Table
28Quiz
By Inspection
29Quiz
By Inspection
30Quiz 8
31Quiz
Given the following expressions for Y and NS in
terms of PS, Draw the State Diagram
Hint Construct TT
32Solution
Truth Table
PS1 PS0 NS1 NS0 Y3 Y2 Y1 Y0 Y
0 0 0 1 1 1 0 1 D
0 1 1 1 0 1 1 0 6
1 0 0 0 0 1 0 0 4
1 1 1 0 1 0 0 0 8
- Find Y as function of PS
- Find NS as function of PS
- Determine State Diagram
- Read Y
33 Solution
Output Sequence is D,6,8,4