Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

  1. Which of the following statements is false?
    1. Every NFA can be converted to an equivalent DFA
    2. Every non-deterministic turing machine can be converted to an equivalent deterministic turing machine
    3. Every regular language is also a context-free language
    4. Every subset of a recursively enumerable set is recursive
Correct Option: D

Option (a) True : Non-deterministic finite automata can be converted into the deterministic finite automata.
Option (b) True : With reference to option (a), same is with the non-deterministic turing machine.
Option (c) True : Regular language is always contextfree but the reverse is not true.
Option (d) False : We know that a set is a subset of itself and hence, every subset of recursively enumerable set is not recursive.



Your comments will be displayed only after manual approval.