Turing machine

From Conservapedia
This is the current revision of Turing machine as edited by SaraT (talk | contribs) at 02:08, December 3, 2009. This URL is a permanent link to this version of this page.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Turing machine is a theoretical representation of a computer, as formulated by Alan Turing, the founding father of modern computer science. In a Turing machine, the data (including, in some cases, the encoding of the program) are represented by symbols on a potentially infinite tape. The tape is read and written by a hypothetical "state machine".

Turing machines are an artifice for theoretical discussions of such issues as computability, universality, and the so-called halting problem.

Turing machines are never actually built, except possibly as jokes.