adplus-dvertising
frame-decoration

Question

Which of the following statements are undecidable?
For a given Turing Machine M,

a.

does M halt on an empty input tape

b.

does M halt for anly inputs at all?

c.

is L(M) regular? Context free? Turing decidable?

d.

all of the mentioned

Answer: (d).all of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statements are undecidable? For a given Turing Machine M,

Similar Questions

Discover Related MCQs

Q. Post Correspondence problem is

Q. State true or false:
Statement: The difference between PCP and MPCP is that in MPCP, a solution is required to start with the first string on each list.

Q. PCP stands for?

Q. Can a Modified PCP problem be reduced to PCP?

Q. Consider three decision problem A, B, C. A is decidable and B is not. Which of the following is a correct option?

Q. If the number of steps required to solve a problem is O(n^k), then the problem is said to be solved in:

Q. The value of constants like p and e can be calculated in:

Q. Which of the following cannot be solved using polynomial time?

Q. The complexity class P consist of all the decision problems that can be solved by ___________using polynomial amount of computation time.

Q. A generalization of P class can be:

Q. Which of the following options are correct with reference to P-complete problems?

Q. A problem X belongs to P complexity class if there exist ________ algorithm to solve that problem, such that the number of steps of the algorithms bounded by a polynomial in n, where n is the length of the input.

Q. Which of the following is a P-complete type of problem?

Q. State true or false?
Statement: Given a turing machine, an input for the machine, and a number T(unary), does that machine halt on that input within the first T-steps?

The given problem is P-complete.

Q. What does NP stands for in complexity classes theory?

Q. The hardest of NP problems can be:

Q. Which of the following contains NP?

Q. Travelling sales man problem belongs to which of the class?

Q. State true or false?
Statement: If a problem X is in NP and a polynomial time algorithm for X could also be used to solve problem Y in polynomial time, then Y is also in NP.

Q. A problem which is both _______ and _________ is said to be NP complete.