1,032 views
3 votes
3 votes

Consider the given below Turing Machine and identify the correct language accepted:

  1. (a+b)*aa(a+b)*
  2. b*a(bb*a)*a
  3. b*ab*a
  4. None of these

The answer is given as (1). But I think (3) is correct as well. Can anyone tell me why only (1) is correct.

2 Answers

0 votes
0 votes

According to me only option B should be correct

A is not correct 

Option C doesn’t accept string ”aba”

Related questions

3 votes
3 votes
2 answers
1
3 votes
3 votes
2 answers
2
4 votes
4 votes
2 answers
3
Kai asked Jan 29, 2017
747 views
When a Multi-tape TM of time complexity T(N) is reduced to a single tape turing machine, the complexity can go upto?
3 votes
3 votes
1 answer
4