Theoretical Foundations of Computer Science Question Bank
- Explain Equivalence relation & Digitalization with suitable Example.
- Construct a DFA with reduced states equivalent to the regular expressions: 10 + (0 + 11) 0 * 1
- Explain Prefix, suffix, proper prefix and proper suffix of a string with suitable Example.
- Is it possible for two distinct sets A and B to satisfy the equation A X B=B X A? If so, under what circumstances? Give reason for your answer.
- Is it possible for two distinct sets A and B to satisfy A X B B X A? If so, under what circumstances? Give reason for your answer.
- Construct a FA, which does not contain ‘101’ and further minimize it.
- Write a short note on Derivation Trees.
- Write a short note on Application of Pumping Lemma
- Write a short note on Regular expression.
0