right shift division
Right shifting binary numbers would divide a number by 2 and left shifting the numbers would multiply it by 2. This is because 10 is 2 in binary. ... Similarly, dividing by 10 (or 2) removes a binary digit from the number(effectively right shifting).