adplus-dvertising
frame-decoration

Question

Which of the following automata takes queue as an auxiliary storage?

a.

Finite automata

b.

Push down automata

c.

Turing machine

d.

All of the mentioned

Answer: (c).Turing machine

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 automata takes queue as an auxiliary storage?

Similar Questions

Discover Related MCQs

Q. A context free grammar can be recognized by

Q. A null production can be referred to as:

Q. The context free grammar which generates a Regular Language is termed as:

Q. NPDA stands for

Q. The production of the form A->B , where A and B are non terminals is called

Q. Halting states are of two types. They are:

Q. A push down automata can be represented as:
PDA= ε-NFA +[stack]

State true or false:

Q. A pushdown automata can be defined as: (Q, ∑, G, q0, z0, A, d)
What does the symbol z0 represents?

Q. Which of the following correctly recognize the symbol ‘|-‘ in context to PDA?

Q. Which among the following is true for the given statement?
Statement :If there are strings R and T in a language L so that R is prefix of T and R is not equivalent to T.

Q. Which of the following can be accepted by a DPDA?

Q. For a counter automaton, with the symbols A and Z0, the string on the stack is always in the form of __________

Q. State true or false:
Statement: Counter Automaton can exist for the language L={0^i1^i|i>=0}

Q. Let ∑={0,1}* and the grammar G be:
S->ε

S->SS

S->0S1|1S0

State which of the following is true for the given

Q. The instantaneous PDA is has the following elements

Q. The moves in the PDA is technically termed as:

Q. Which of the following assertion is false?

Q. A push down automata can represented using:

Q. State true or false:
Statement: Every context free grammar can be transformed into an equvalent non deterministic push down automata.

Q. Which of the following are the actions that operates on stack top?