10. Design a Turning machine with input alphabet {a,b} with input alphabet {a,b} which decides precisely the language {anbn|0 ≤ n}.


10. Design a Turning machine with input alphabet {a,b} with input alphabet {a,b} which decides precisely...
Give the implementation-level description of a Turing machine that decides the following language over the alphabet a, b, c^. You are encouraged but not required to use a multi- tape and/or nondeterministic Turing Machine. Lan n s a positive integer )
Specify a Turing machine with input alphabet Σ = {a, b} that recognizes the language L = { ww | w ∈ Σ ∗}. Is L decidable?
Please solve this problem. Thanks
2. Construct a Turning machine that reduces the language L to Q. In each case the alphabet of L is {x, y} and the alphabet of Q is {a, b}: (aa) (xy) and Q (b) L xty* and Q {z'y'x li2 0} and Q a'b |i 2 0} (а) L = a+b (с) L
(a) Give a high level description of a single-tape deterministic Turing machine that decides the language L = {w#x#y | w ∈ {0, 1} ∗ , x ∈ {0, 1} ∗ , y ∈ {0, 1} ∗ , and |w| > |x| > |y|}, where the input alphabet is Σ = {0, 1}. (b) What is the running time (order notation) of your Turing machine? Justify your answer.
Design a finite state machine that recognizes the input string "k", "klm", and "mkl" by outputing a "1" (otherwise output "0" for the input). the input alphabet is {k, l, m}. the output alphabet is {0,1}
Construct a Turing machine with input alphabet {?, ?}, which accepts strings of even length.
Construct a Turing machine with input alphabet {?, ?}, which accepts strings with the same number of a’s and b’s.
Design a finite state machine that recognizes the input string "k", "klm", and "mkl" by outputing a "1" (otherwise output "0" for the input). the input alphabet is {k, l, m}. the output alphabet is {0,1} i) Draw the FSM ii) Create the state transition table iii) what is the sequence of states for kkkllmklmkmmkm
Design a TM (Turing Machine) which writes the reverse of the
input word on the tape after reading the first blank after the
word. The input alphabet is = { &, c, d), and assume the word
starts with &, then with a word from (c+d)*
As an example: input tape is &ccdd..., after
executing the Turing Machine, the tap would contain
&ccddddcc
We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe...
Solve the following Turing Machine (Reversing the strings). The alphabet is a,b,c, and null. The input is (a+b+c)+ the output should be a mirror reflection of the input. For example if the input is aabccc then the output should be cccbaa.