TOA Assignment 04
TOA Assignment 04
Total Marks: 40
Due Date: 08 July 2024
Instructions:
1. This is your individual handwritten assignment (Scan it and submit on portal, Bring
the hard-form in coming class).
2. Your assignment should be plagiarism free. In case of plagiarism,
straight Zero would be rewarded.
3. You have to attempt all the questions of the assignment.
4. No late submissions would be entertained in any case.
Q # 01:
𝐿 = {𝑎i 𝑏j 𝑐k | i>j>k }
a. Write at least 10 strings of the above language in increasing order of string length.
b. Draw a Turing machine for the above language, also make transition table.
Q # 02:
𝐿 = {𝑎n 𝑏m}
i) n=m ii) n>m iii) n<m
a) Draw Turing machines for the above language by considering each comparison of m and n,
separately.
b) Considering part (a), now combine all three comparison machines into one machine.
Q # 03: