Computer Science, asked by sunillambaS9001, 1 year ago

What is Turing Machine?

Answers

Answered by RDEEP90
1

A Turing machine is a mathematical model of computation that defines an abstract machine, which manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, given any computer algorithm, a Turing machine capable of simulating that algorithm's logic can be constructed.

Answered by SugaryHeart
2

Answer:

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. ... If the TM reaches the final state, the input string is accepted, otherwise rejected.

Similar questions