Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

UGC-NET | UGC NET CS 2018 Dec – II | Question 33

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Consider the following problems:

  • (i) Whether a finite automaton halts on all inputs?
  • (ii) Whether a given Context Free Language is Regular?
  • (iii) Whether a Turing Machine computes the product of two numbers?

Which one of the following is correct ?
(A) Only (ii) and (iii) are undecidable problems
(B) (i), (ii) and (iii) are undecidable problems
(C) Only (i) and (ii) are undecidable problems
(D) Only (i) and (iii) are undecidable problems


Answer: (A)

Explanation: A decision problem P is said to be decidable (i.e., have an algorithm) if the language L of all yes instances to P is decidable.

Membership problem of finite finite automaton is decidable.

Only (ii) and (iii) are undecidable problems.

Option (A) is correct.


Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 06 Oct, 2020
Like Article
Save Article
Similar Reads