Question:

How many tuples are present in finite state machine?

Show Hint

Always remember the FSM tuple includes: states, alphabet, transition, start state, final states.
Updated On: June 02, 2025
  • Four
  • Five
  • Six
  • Three
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

A finite state machine is defined as a 5-tuple: \[ (Q, \Sigma, \delta, q_0, F) \] Where Q: set of states, \(\Sigma\): input alphabet, \(\delta\): transition function, \(q_0\): start state, \(F\): final states.
Was this answer helpful?
0
0

TS PGECET Notification