In which year Turing Machine was created?
please don't answer 1936
Answers
Answer:
A Turing machine is a mathematical model of computation that defines an abstract machine[1] that manipulates symbols on a strip of tape according to a table of rules.[2] Despite the model's simplicity, given any computer algorithm, a Turing machine capable of simulating that algorithm's logic can be constructed.[3]
Automata theory.svg
About this image
Classes of automata
(Clicking on each layer gets an article on that subject)
The machine operates on an infinite[4] memory tape divided into discrete "cells".[5] The machine positions its "head" over a cell and "reads" or "scans"[6] the symbol there. Then, based on the symbol and the machine's own present state in a "finite table"[7] of user-specified instructions, the machine (i) writes a symbol (e.g., a digit or a letter from a finite alphabet) in the cell (some models allow symbol erasure or no writing),[8] then (ii) either moves the tape one cell left or right (some models allow no motion, some models move the head),[9] then (iii) based on the observed symbol and the machine's own state in the table either proceeds to another instruction or halts the computation.[10]
Answer:
1936 is the right answer