Command InterpretationThe Central Processing Unit (CPU) needs to understand a command keyed in a user. It can interpret only binary code, that is, code containing O's and 1's . A command keyed in by a user has to be translated to binary code for the CPU to understand it. An OS performs this task.Memory ManagementMemory management is the mechanism by which an OS handles requests for memory. With the development of highly sophisticated software, memory requirements have increased drastically. An OS has to take care of allocating memory to the various applications running on the system . It has to allocate optimum memory to the applications and clean up necessary data from the memory.Peripheral ManagementAn OS has to take care of the devices (peripherals) attached to the computer. It handles...