Since itis at state \({{\bf{s}}_{\bf{0}}}\) while the position on the tape is \({\bf{0}}\), it uses the five-tuple \(\left( {{{\bf{s}}_{\bf{0}}}{\bf{,1,}}{{\bf{s}}_{\bf{0}}}{\bf{,1,R}}} \right)\). This implies that it remains state \({{\bf{s}}_{\bf{0}}}\), the current position on the tape remains \({\bf{1}}\) and it moves one position to the right on the tape.
\({\bf{ \ldots BB111BBB \ldots }}\)
Since itis at state \({{\bf{s}}_{\bf{0}}}\) while the position on the tape is B, it uses the five-tuple \(\left( {{{\bf{s}}_{\bf{0}}}{\bf{,B,}}{{\bf{s}}_{\bf{1}}}{\bf{,B,L}}} \right)\). This implies that it moves to state \({{\bf{s}}_{\bf{1}}}\), the current position on the tape remains \({\bf{B}}\) and it moves one position to the left on the tape.
\({\bf{ \ldots BB111BBB \ldots }}\)
Since it is at state \({{\bf{s}}_{\bf{1}}}\) while the position on the tape is \({\bf{1}}\), it uses the five-tuple \(\left( {{{\bf{s}}_{\bf{1}}}{\bf{,1,}}{{\bf{s}}_{\bf{2}}}{\bf{,1,R}}} \right)\). This implies that it moves to state \({{\bf{s}}_{\bf{2}}}\), the current position on the tape remains \({\bf{1}}\) and it moves one position to the right on the tape.
\({\bf{ \ldots BB111BBB \ldots }}\)
Since itis at state \({{\bf{s}}_{\bf{2}}}\)while the position on the tape is \({\bf{B}}\), the machine halts (as there is no five-tuple that has \({{\bf{s}}_{\bf{2}}}\)as its first coordinate).
Therefore, the final tape then contains the string \({\bf{1}}11\) .