in Theory of Computation edited by
3,786 views
4 votes
4 votes
Consider the following statements:
S1: Turing machine can write the blank symbol on its tape.
S2: Tape alphabet Γ can never be same as input alphabet Σ.
S3: Turing machine’s head can ever be in the same location in two successive steps.
S4: Turing machine contain atleast two states.
How many of the above statements are correct?

Please give explanation too
in Theory of Computation edited by
3.8k views

8 Comments

4?..
0
0
Someone, explain this question, please.
0
0
only S1 is true...
0
0
I also think S1 is only true, but I don't have any solid proof for statement s3.

I think for S4 language (a+b)* is acting as counter case, where we required only one state to accept the string.

Ryt???
0
0
but in every transition either left or right move is taken...there is nothing like stay in same place...
0
0
Oh yeah, its transition function also includes Left or right direction and nothing else as the third attribute.

thanks.
0
0
Turing Machine with stay option exists
0
0
1
1

2 Answers

4 votes
4 votes
0 votes
0 votes
for s2,Tape alphabet Г can never be same as input alphabet ∑ . The tape
alphabet always contains the blank symbol, but the input alphabet cannot
contain this symbol.s2 is true

for S3 ,A Turing machine’s head can be in same location in two successive
steps, but it is possible only when the Turing machine’s head is on the
first tape square and it tries to move left. It will stay in place instead of
falling off the tape. However, if it is not on the leftmost square, then in
the next move the tape head cannot remain in the same location. So,
Turing machine’s head can be in same location in two successive
steps .s3 is true

1 comment

Could you pls explain S3? Wouldn't it go on Blank?
0
0

Related questions