A CPU (central processing unit) is the brain of a processing unit. Surprisingly its job is to process data, the CPU has two main components.
The control unit - uses electrical signals to direct the system to execute the instructions in stored programs.
The ALU - arithmetic and logic unit - carries out all of the arithmetic and logic operations, including: addition; subtraction and comparisons.
When a computer turns on it starts an endless cycle this is the fetch, decode, execute cycle. the program the CPU needs to access is stored in the ROM (read only memory), the CPU FETCHES, the next instruction, DECODES it and EXECUTES it before repeating the process
the speed of this cycle is determined by an electronic clock chip. This chip uses a constant vibrating crystal that keeps a constant rate, the clock speed is measures in hertz (Hz) or cycles per second. the computer synchronises all processes at this speed. While the CPU can process data very quickly, getting data from the memory can be quite slow in comparison. to overcome the this, when the first instruction of a program is requested by the CPU, the remaining instructions are copied to the into the cache memory. the cache memory has access times a lot closer to the CPU -a lot faster than main memory- so to improve performance the CPU will begin there.
Secondary storage
the ssd (first image is a 120gb for £50)
this flash drive (second image is 8gb for £5)
No comments:
Post a Comment