Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Test  >  Theory of Computation  >  Test: Deterministic PDA - Computer Science Engineering (CSE) MCQ

Deterministic PDA - Free MCQ Practice Test with solutions, GATE CSE (CSE)


MCQ Practice Test & Solutions: Test: Deterministic PDA (10 Questions)

You can prepare effectively for Computer Science Engineering (CSE) Theory of Computation with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Deterministic PDA ". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 10 minutes
  • - Number of Questions: 10

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: Deterministic PDA - Question 1

The transition a Push down automaton makes is additionally dependent upon the:

Detailed Solution: Question 1

A PDA is a finite machine which has an additional stack storage. Its transitions are based not only on input and the correct state but also on the stack.

Test: Deterministic PDA - Question 2

A PDA machine configuration (p, w, y) can be correctly represented as:

Detailed Solution: Question 2

 A machine configuration is an element of K×Σ*×Γ*.
(p,w,γ) = (current state, unprocessed input, stack content).

Test: Deterministic PDA - Question 3

|-* is the __________ closure of |-

Detailed Solution: Question 3

 A string w is accepted by a PDA if and only if (s,w, e) |-* (f, e, e)

Test: Deterministic PDA - Question 4

With reference of a DPDA, which among the following do we perform from the start state with an empty stack?

Detailed Solution: Question 4

The empty stack in the end is our requirement relative to finite state automatons.

Test: Deterministic PDA - Question 5

A DPDA is a PDA in which:

Detailed Solution: Question 5

A Deterministic Push Down Automata is a Push Down Automata in which no state p has two or more transitions.

Test: Deterministic PDA - Question 6

Statement: For every CFL, G, there exists a PDA M such that L(G) = L(M) and vice versa.

Detailed Solution: Question 6

There exists two lemma’s such that:
a) Given a grammar G, construct the PDA and show the equivalence
b) Given a PDA, construct a grammar and show the equivalence

Test: Deterministic PDA - Question 7

 If the PDA does not stop on an accepting state and the stack is not empty, the string is 

Detailed Solution: Question 7

To accept a string, PDA needs to halt at an accepting state and with a stack empty, else it is called rejected. Given a PDA M, we can construct a PDA M’ that accepts the same language as M, by both acceptance criteria.

Test: Deterministic PDA - Question 8

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

Detailed Solution: Question 8

 Deterministic Context free languages(one accepted by PDA by final state), are drastically different from the context free languages. For example they are closed under complementation and not union.

Test: Deterministic PDA - Question 9

Which of the following is a simulator for non deterministic automata?

Detailed Solution: Question 9

JFLAP is a software for experimenting with formal topics including NFA, NPDA, multi-tape turing machines and L-systems.

Test: Deterministic PDA - Question 10

 Finite-state acceptors for the nested words can be:

Detailed Solution: Question 10

The linear encodings of languages accepted by finite nested word automata gives the class of ‘visibly pushdown automata’.

18 videos|95 docs|44 tests
Information about Test: Deterministic PDA Page
In this test you can find the Exam questions for Test: Deterministic PDA solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Deterministic PDA , EduRev gives you an ample number of Online tests for practice
18 videos|95 docs|44 tests
Download as PDF