in Theory of Computation edited by
3,787 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

4 Comments

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