ALC Assignment 2019 20
ALC Assignment 2019 20
ALC Assignment 2019 20
Blooms Score
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Total
10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 150
4.53
2 4 2 8 2 8 8 2 6 6 8 8 2 8 2
UNIT-I
1. Differentiate NFA and DFA and NFA-E moves.[ Comprehension]
2. Construct transition diagram and transition table of FA which accepts strings in which no
runs of length less than four over an alphabet ∑ = {a, b}[Applciation]
6. Design PDA that accepts the language such that no of a’s in a string w should be equal to
no. of b’s in a string w. [Systhesis]
7. Define and differentiate between acceptance by final state and acceptance by empty
stack in PDA. [Knowledge]
UNIT-III
8. Consider the CFG
S → A1A2|A2 A3,
A1 → A2A1|0 4
A2 → A3A3|1,
A3 → A1A2|0
Test 10010 is a member or not using CYK algorithm [Systhesis]
9. Explain Closure Properties of CFL, Pumping Lemma? [Comprehension]
10. Write about Decision algorithms? [Comprehension]
UNIT-IV
10. Mention the ID format of a TM. [Systhesis]
15. Explain SAT problem and reduce a one NP-complete problem to satisfiability.
[ Comprehension]