FA
Regular Expression
PDA
LBA
TM
100

Deterministic Finite Automata

What is DFA?

100

The symbols from the input alphabets and the operators(+,*,.) Forms the regular expression

Define regular expression ?

100

PDA is powerful

Which is more powerful? PDA or FA

100

Context Sensitive Grammar

What is the language accepted by LBA?

100

If we use TAPE as stack then it will be a PDA

How TM can be simulated as PDA

200

NFA is more powerful

Which is more powerful? DFA or NFA

200

Regular Language

Regular expression are used to represent which language?

200

Variables and terminals

Which type of symbols contain in the stack of PDA?

200

Non deterministic Turing Machine

LBA is deterministic or non deterministic TM?

200

Recursively Enumerable Language

What is the language accepted byTM?

300

For each input there will be a single transition from each state. But in NFA for each input there can be more than one transition from each state

Difference between DFA and NFA

300

Union,concatenation,closure

Which of the following operations can be applied on regular expression?

300

Present state

String to be processed

Stack symbol

The ID of PDA shows

300

Sa->aSa

Give some examples for context Sensitive Grammar?

300

If we make TAPE finite then it will be a FA

How TM can be simulated as FA

400

Mealy machine

In which Transducer output depends on current state and current input

400

0(0+1)0

The set of all strings over 0,1 in which all strings that begins and ends with 0?

400

Stack symbol

What is Z0?

400

LBA is more powerful.

Which is more powerful? LBA or PDA

400

A language is recursive if it is decided by a TM.

What is recursive language?

500

Moore machine

Transducer whose outputs are determined by its current state

500

Pumping lemma theorem for regular Language.

Which theorem is used to prove that the given language is not regular?

500

In CFG, LHS should have single non terminal,

RHS will be a combination of terminal and non terminal or terminals or non terminals

 But is CSG, Both LHS and RHS Can be a combination of terminals and non terminals

Difference between CFG and CSG?

500

End markers restricts the computations to constant bounded area

What is the use of end markers in LBA?

500

If TAPE size is equal to input size then it will be LBA

How TM can be simulated as LBA