What are existential quantifiers? If the statement (p) says: “There are some people who work at some place for some time.” How can you write it as a quantified statement?
[3 marks]Explain the strong principle of mathematical induction.
[4 marks]Write the pumping lemma for regular languages and show how it is used to07 show that a language is not regular.
[ marks]Write all the strings with length less than 4 generate by following grammar: (x + y)∗ ab (a + ab)∗
[ marks]What do we understand by the two different statements: p → q and P ⇒ Q?04 Are they similar or different?
[ marks]Show that for any NFA accepting a language Lover 𝛴∗, there is an FA that also07 accepts L.
[ marks]Show that any regular language can be accepted by a finite automaton.
[7 marks]Explain the difference between ambiguous grammar and unambiguous grammar.
[3 marks]For the given ambiguous grammar, find its equivalent unambiguous grammar: S → ABA04 A→ aA|ꓥ B →bB|ꓥ
[ marks]Explain all the closure properties of CFG.
[7 marks]What is the dangling else problem?
[3 marks]Describe the language generated by this grammar: S→ aA | bC | b A→ aS | bB B → aC | bA | a C → aB | bS
[4 marks]Explain how every regular expression can be converted to its equivalent07 grammar with an example.
[ marks]What do we mean by instantaneous description of a PDA?
[ marks]Write the pumping lemma for the context free languages.
[4 marks]Construct a DPDA to accept the strings with equal number of 0’s and 1’s.
[7 marks]Explain the difference or similarity between language accepted by PDA with empty stack and language accepted by PDA with a state.
[ marks]Define: Top-Down PDA corresponding to a CFG.
[4 marks]Construct a Nondeterministic PDA for balanced strings of parenthesis.07
[ marks]Define: “Primitive Recursive Functions”
[3 marks]Explain in short: “Universal Turing Machine.”
[4 marks]Draw a Turing Machine to accept {ss |s ∈ {a,b}∗}
[7 marks]Define: “Bounded Quantifications”
[3 marks]Explain in short, “Multi-tape Turing Machine”
[4 marks]Draw a Turing Machine to accept palindromes over {a,b}*
[7 marks]