Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.58 KB

cpu.md

File metadata and controls

47 lines (36 loc) · 1.58 KB

The CPU



Have you heard of the companies Intel or AMD? These are two popular companies that manufacture the CPUs that go into our computers. All of the computers we use contain something called a central processing unit, also known as the CPU or the processor, which effectively acts as the brain of the computer.

Computers contain other processing units (like the graphics card!) that are responsible for processing other more specific things, but the CPU is your general powerhouse for all computing tasks. That being said, the CPU can do shockingly little. It can:

  1. Read values
  2. Set values
  3. Perform simple math calculations like addition, subtraction, and comparison

You hand it numbers, and it's put to work crunching the data however you'd like. That's it. Everything your computer doing is made up of just that. Isn't that wild?



Let's communicate with the CPU →



Made with love by Hack Club