6)
Given a state transition diagram with 50 states, at least how many flip-flops
will be required to implement the states?
Answers
Answered by
2
Answer:
4
Explanation:
The number of bits needed to represent all the states will be the number of flip-flops needed to implement that state machine. So for this state diagram, 4 flip-flops are needed because one of the states is 1001, which needs 4 bits.
Similar questions