"A Turing machine is a device that manipulates symbols on a
strip of tape according to a table of rules. Despite its simplicity, a Turing
machine can be adapted to simulate the logic of any computer algorithm, and is
particularly useful in explaining the functions of a CPU inside a
computer."
The tape is used to store data. In addition, it can also store a series of transitions (a small programs) and thus, the head can run "sub-programs".
By analogy with modern computers, the tape is the memory and the head is the microprocessor.
Although it is composed of pretty simple capabilities, Turing argued that this simple machine could performed any computation, that is, could realize anything that results from operations.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.