Computer Sciences > GATE 2025 SET-1 > Finite State Machines
Consider a finite state machine (FSM) with one input X and one output f. represented by the given state transition table. The minimum number of states required to realize this FSM is ______ (Answer in integer)
Present stateNext stateOutput f
X=0X=1X=0X=1
AFB00
BDC00
CEF00
DGA10
EDC00
FFB11
GHG10
HAG10

Correct : 6

To minimize this FSM, we apply the partition refinement method.
First, group states by their output pairs (OX=0, OX=1):
• Output (0,0): A, B, C, E
• Output (1,0): D, G, H
• Output (1,1): F — unique, cannot merge with anyone
Refining {A, B, C, E} by checking where their next states fall:
• A → (F, B): goes to {F} and {A,B,C,E}
• B → (D, C): goes to {D,G,H} and {A,B,C,E}
• C → (E, F): goes to {A,B,C,E} and {F}
• E → (D, C): goes to {D,G,H} and {A,B,C,E}
B and E have identical next-state group behavior → B ≡ E. A and C are distinct from each other and from B/E.
Refining {D, G, H}:
• D → (G, A): X=0 goes to {G}, X=1 goes to {A}
• G → (H, G): X=0 goes to {H}, X=1 goes to {G}
• H → (A, G): X=0 goes to {A}, X=1 goes to {G}
D, G, H all have different X=0 destinations → all three are distinguishable.
Final partitions: {A}, {B,E}, {C}, {D}, {F}, {G}, {H} = 6 minimum states.

Similar Questions

A palindrome is a word that reads the same forwards and backwards. In a game of words, a player has the following two plates painted with letters. From...
#1 MCQ
Which number does not belong in the series below? 2, 5, 10, 17, 26, 37, 50, 64
#4 MCQ
Choose the word that is opposite in meaning to the word “coherent”.
#5 MCQ

Related Topics

GATE CS 2025 GATE CS 2025 Set-1 Q59 FSM State Minimization Minimum States FSM State Transition Table Equivalent States Partition Refinement Implication Table Mealy Machine Digital Logic GATE GATE CS 2025 Solved FSM GATE 2025 State Merging

Unique Visitor Count

Total Unique Visitors

Loading......