Theory of Computer Science (TOC)
Turing Machine (TM)
Introduction The Turing Machine (TM) was proposed by Alan Turing (1936). Definition A Turing Machine is an abstract machine or theoretical computational model that manipulates symbols on an infinite tape according to a set of rules. A Turing Machine is defined in a 7-tuple form: M=(Q,Σ,Γ,δ,q0,B,F) where, Q = Finite set of Read more…
![]()