github

Made bySaurav Hathi

CSE - Practice Test -42

Q1:

Construct a turing machine which accepts a string with ‘aba’ as its substring.

Tags:
Section:
Theory Of Computation
Options:
Q2:

Which of the following regular expression resembles the given diagram?

automata-theory-questions-answers-turing-machine-halting-q1

Tags:
Section:
Theory Of Computation
Options:
Q3:

What does the following transition graph shows:

automata-theory-questions-answers-turing-machine-halting-q10

Tags:
Section:
Theory Of Computation
Options:
Q4:

The following turing machine acts like:

automata-theory-questions-answers-turing-machine-halting-q9

Tags:
Section:
Theory Of Computation
Options:
Q5:

If T1 and T2 are two turing machines. The composite can be represented using the expression:

Tags:
Section:
Theory Of Computation
Options:
Q6:

Which of the following technique is used to find whether a natural language is not recursive ennumerable?

Tags:
Section:
Theory Of Computation
Options:
Q7:

A turing machine operates over:

Tags:
Section:
Theory Of Computation
Options:
Q8:

A turing machine is a

Tags:
Section:
Theory Of Computation
Options:
Q9:

d(q,X)=(r,Y,D) where D cannot be:
automata-theory-questions-answers-turing-machine-halting-q5

Tags:
Section:
Theory Of Computation
Options:
Q10:

The machine accept the string by entering into hA or it can:

Tags:
Section:
Theory Of Computation
Options:
Q11:

The number of states required to automate the last question i.e. {a,b}*{aba}{a,b}* using finite automata:

Tags:
Section:
Theory Of Computation
Options:
Q12:

Which of the problems were not answered when the turing machine was invented?

Tags:
Section:
Theory Of Computation
Options:
Q13:

For the given set of code, the grammar representing real numbers in Pascal has error in one of the six lines. Fetch the error.
(1) →
(2) →| epsilon
(3) → | epsilon
(4) → ‘E’ | epsilon
(5) → + | – | epsilon
(6) → 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Tags:
Section:
Theory Of Computation
Options:
Q14:

The language accepted by Push down Automaton:

Tags:
Section:
Theory Of Computation
Options:
Q15:

A language accepted by Deterministic Push down automata is closed under which of the following?

Tags:
Section:
Theory Of Computation
Options: