Week 3: The Central Processing Unit and RAM



Since the week's topic is central processing unit (CPU), I wanted to share what I learned about CPUs, their function, and their relationship with random access memory (RAM). 

CPUs are the heart of the computer; they might be tiny, but they are powerful. Some common components CPUS comprises are a register, a special wire call clock, and a quartz oscillator. 

Registers are tiny storage areas on microscopic semiconductor circuits holding charges on the CPU. It is a worktable for the CPU, and a special wire called a clock (CLK) lets the CPU perform a command. A quartz oscillator is a system crystal that determines the speed at which a CPU and the rest of the PC operate. 

The CPU connects with the RAM through the external data bus (EDB), so they can talk. However, since RAM is a data set, there is a middleman between CPU and RAM that handles data transfer between CPU and RAM; the middleman is called the memory controller chip (MCC). 

Although modern CUPs are more complex, with multiple cores and threads, and efficient in handling the overall process, the gist is the same. The CPU goes through multiple pipeline stages like fetch, decode, execute, write, etc. 

The computing world has come a long way since the early days; as we speak, the two major CPU manufacturers, Intel and AMD, compete with each other. produce better, faster, and more efficient chipsgen of computers.

Popular posts from this blog

Week1: Introduction and Cloud Computing

Week 12: Tools for Monitoring Network and Blog Wrap-up

Week 3: Migration to the Cloud