in Theory of Computation retagged by
9,561 views
2 votes
2 votes

Which of the following is wrong?

  1. Turing machine is a simple mathematical model of general purpose computer
  2. Turing machine is more powerful than finite automata
  3. Turing Machine can be simulated by a general purpose computer
  4. All of these
in Theory of Computation retagged by
by
9.6k views

2 Comments

edited by

May be option (C) is wrong and therefore the answer, as we consider Turing Machine consists of a tape of INFINITE length on which read and write operations can be performed, while any general purpose computer have a limited amount of memory. 

 

Or else option (D) should be None of these instead of All of these

0
0
0
0

3 Answers

1 vote
1 vote

A. "Turing machine is a simple mathematical model of general purpose computer". Correct

B. Correct,

C. Correct.

Turing machines can be efficiently simulated by the General Purpose Analog Computer

None of these are wrong.

Ref: https://arxiv.org/abs/1203.4667

0 votes
0 votes

A Turing machine is a mathematical model of computation that defines an abstract machine, which manipulates symbol on the strip of tape according to tables of rules.opt a is correct

since it has an infinite memory tape, which is divided into the discrete cell. From this statement we can say that TM is powerful than FA.opt b is correct.

It can perform user-specified instruction such as

1.write or read

2.moves left or right.

3.it can proceed to the subsequent instruction or halt the computation

opt c is correct.

so all are correct.The answer is opt d.

0 votes
0 votes
All options are correct , none are wrong .
Answer:

Related questions