logical shift no new bits are inserted circular shift the sign bit is stuck arithmetic shift some bits get lost or destroyed
left logical left arithmetic left circular right logical right arithmetic right circular
1-bit left logical ______________________________ 1-bit right logical ______________________________ 1-bit left circular ______________________________ 1-bit right circular ______________________________ 1-bit left arithmetic ______________________________ 1-bit right arithmetic ______________________________