பைடு நூலகம்NIT 2
If a program or file is too large to fit in RAM, the overflow is stored in virtual memory. In Windows, virtual memory is called the paging file or swap. The less RAM that your computer has the more paging is used, which ultimately causes a system slow down. More RAM will give you better performance and faster speed.
UNIT 2
CPU—Central Processing Unit Think of the CPU as the “Brain” of a computer and of all
your hardware. It is indeed responsible for interpreting and executing most of the commands from the computer’s hardware and software. Its job is deceptively simple—to execute programs. Keep in mind that a program is simply a sequence of stored instructions. However, the process of retrieving data, decoding it, executing it, and storing the results, is far from simple. It involves many different parts of the CPU; each specialized to handle a specific job. On top of that, these simple steps are broken into many smaller operations and have been extensively modified and added to in order to improve performance.