0
792views
What is a Turing Model/Turing Machine?

Subject : Structured Programming Approach

Title : Introduction to Computer, Algorithm and Flowchart

Marks : 2M

1 Answer
0
6views

The Turing Machine was developed by Alan Turing in 1937. He Proposed that Turing Machine can performed all Mathematical Operations.

The Turing Model is an example of general purpose computer. In Turing model the output of the machine depends input data and instructions.

A Turing Machine (TM) is a mathematical model which consists of an infinite length tape divided into cells on which input is given. It consists of a head which reads the input tape. A state register stores the state of the Turing machine

Please log in to add an answer.