The CPU
The central processing unit is a microprocessor chip that performs logical, arithmetic and control operations according to the sequence of instructions in a program.
What is the instruction set?
Steps of work:
A CPU's speed is calculated in clock speed. The higher the clock speed, the more operations can be performed per second. The clock speed is referred to in Hertz (GHz).
Parts of the CPU:
What is Memory?
Common Memory terms:
RAM ( Random Access Memory):
This is also called the main memory of the computer. It is a volatile memory. Memory is made up of virtual and physical memory. Physical memory is made up of electronic chips inserted into specific memory sockets on the motherboard. RAM is physical memory that enables data - that is in use - to be accessed quicker than it would from the hard drive. Virtual memory gives the idea of unlimited RAM when the RAM's use limit is reached, the computer searches for infrequently used instructions, and copies them into the hard drive in an area called a page file.
Memory is stored in bits. Semiconductor units consist of transistors and capacitors. The capacitor holds the bit, and the transistor enables an electronic circuit to read or modify the bit.
Cache
Cache is memory that is stored just outside the CPU, Caching stores data that allows the CPU to quickly receive frequently used instructions, therefore enabling the system to operate fluently.
ROM
ROM is used in computers and devices that need data that does not or is infrequently changed. Typically, ROM keeps instruction sets referred to as firmware. Data in ROM will not be lost when power is cut (non-volatile).
Five typical measurements of data: