move(To transfer a file from one location to another. After the file is transferred, there is only one copy of the file, in the new location); relocate(To move programs and blocks of memory about within available space so as to use memory resources flexibly and efficiently. A relocatable program can be loaded by the operating system into any part of available memory rather than into only one specific area. A relocatable block of memory is a portion of memory that can be moved around by the operating system as required; for example, the system might collect several available, relocatable blocks of memory to form one larger block of the size requested for use by a program); shift(In programming, to move the bit values one position to the left or right in a register or memory location)