Turing machine Flashcards
What is a Turing Machine
A machine that can run any algorithm
A universal machine that executes small number of executions
Deterministic FSM with an infinitely long tape
What is a universal machine
A machine capable of simulating any other machine
Why are Turing machines important
Shows what is computable or not
Shows what functions can be computed
Nothing is more powerful than a Turing machine
What does a Turing machine consist of
Finite set of states
Finite alphabet of symbols
An infinite tape
A read-write square that moves one square at a time
What is the rule of a State Transition Diagram
symbol (read on tape)| symbol (write onto tape) , movement
What does a transition function look like
δ(Current state, Input) = (Next State, Output, movement)
What is a universal Turing Machine
Can execute another Turing Machine by simulating its behaviour.
What is the halting problem
A question if it is possible to create a program that can determine if another program will stop or continue forever