Submitted By: Submitted To Reg No Subject Roll No: Nandan Sharma: Prof. Ajay Kumar Bansal
Submitted By: Submitted To Reg No Subject Roll No: Nandan Sharma: Prof. Ajay Kumar Bansal
INTRODUCTION
In the early 1930s.mathematicans were trying to define effective
comopution.Alan Turing in 1939,Alanzo Church in 1933,S.C Kleen in
1935,Schonfinkel in 1965 gave Various models using the concept of turing
machine ,calculus,combinatory logic ,post-system and recursive function .It is
interesting to note that these were formulated much before the electro-
mechanical/electronic computer were devised Although these formalisim,
describing effective computiations.are dissimilar,they turn to be equivalent
DEFINITION
• One scans the cells one at a time and usually performs one of the three
simple operations,
The block diagram of the basic model for the Turing machine is given:
• In one move, the machine examines the present symbol under the R/W
head on the tape and the present state of an automaton to determineIn
one move, the machine examines the present symbol under the R/W
head on the tape and the present state of an automaton to determine
Example:
Turing machine M = (Q,Γ,Σ,δ,s,B,F) with
• Q = {q0,q1,q2,q3,q4}
• Γ = {a,b,X,Y,#}
• Σ = {a,b}, • s = q0
•B=#
• Let there be several tapes, each with its independent tape head.
MULTITAPE:
A multitape Turing machine has k tapes. It takes its input on tape 1, other tapes
are initially blank.