Question:

The maximum number of transitions which can be performed over a state in a DFA? \( \Sigma = \{a, b, c\} \)

Show Hint

In DFAs, each state has exactly one outgoing transition for each symbol in the alphabet.
Updated On: Jun 16, 2025
  • 8
  • 2
  • 3
  • 7
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

In a DFA, each state must have exactly one transition for each symbol in the alphabet. Since the alphabet \( \Sigma = \{a, b, c\} \) contains 3 symbols, the maximum number of transitions that can be performed from any state is 3, one for each symbol.
Was this answer helpful?
0
0