The question and its answer is found in the following picture:
But I could not understand: 1- why we scan the input tape from left to right until a blank is encountered?
2- Also I could not understand why exactly one tape symbol receives a mark?
Could anyone explain this for me please?
Thanks!



Let $A$ and $B$ be languages. A string $w$ is in the concatenation of $A$ and $B$ if you can write it as $w= ab$, where $a\in A$ and $b\in B$. This means that you can split $w$ into two halves. The first half is a string from $A$ and the second half is a string from $B$.
If you have two decideable languages $A$ and $B$, you can make a decider for $A$ concatenated with $B$ as follows:
Given a two-tape nondeterministic Turing machine,
Everything else is just bookkeeping: