Problem Solving: Turing Machines
From the Specification : Turing Machine and the Universal Machine. The abstract model of the Turing Machine and the Universal Machine.. |
RecapEdit
Before attempting to study Turing Machines you should ensure you are familiar with Finite State machines from the AS Computing specification and the few additional FSM concepts added to the A2 course.
DefinitionEdit
Turing machines provide a general or formal model of computation and can be used to determine whether or not a task is computable.
OR
A formal model of computation that consists of a finite state machine (FSM) that controls one or more tapes, where at least one tape is of unbounded length (ie infinitely long).
Universal Turing MachineEdit
A universal Turing machine (UTM) is a Turing machine that can execute other Turing machines by simulating the behaviour of any Turing machine. If a sequence is computable then a UTM will be able to execute it. A UTM behaves as an interpreter which is just what a PC does when it runs a Java applet or Flash script.
Rather than each individual process within a single machine, the UTM takes two inputs:
- A description of all the individual Turing machines required to perform the calculations
- All the inputs required for the calculations
Principle of Universality: A universal machine is a machine capable of simulating any other machine.
Examples of mechanical Turing MachinesEdit
- A Turing Machine "in the classic style" has an excellent video depicting the operation of a physical Turing machine
SimulationsEdit
- Turing Kara has some excellent instructions to help you get to grips with the basic operations of a turing machine
Example QuestionsEdit
Exercise: Turing Machines What is a Turing machine? Answer:
|
RevisionEdit
- Turing machines flash cards with test and other activities