Question Bank FLAT
Question Bank FLAT
Does the machine have a finite output memory? If yes, find the order λ. Is
the machine information lossless of finite order? If yes, find the order μ.
E → E + E / E x E / id
Construct a derivation tree for the string aabbabba for the CFG given by,
S → aB | bA
A → a | aS | bAA B → b | bS | Abb
L = {anbncn : n ≥0}.
L = {anb2n: n ≥ 1}