Each element starting from the left end moves one place ahead. Thus, 1) The element in the first position moves to the second position. 2) The element in the second position moves to the third position. 3) The element in the third position moves to the fourth position and is replaced by a new element. 4) The element in the fourth position moves to the first position.