WWS Technology Wiki
No edit summary
Tag: Visual edit
No edit summary
Tag: Visual edit
Line 1: Line 1:
 
The Central Processing Unit (CPU), is known as the brain of the computer. It is the primary component responsible for the actual computing that goes on within a computer. It uses a binary language of 1's and 0's in sequence to represent different values, which in cooperation with each other correspond to everything from pixels on the monitor, to breaking down and reading the code of the programs you run.
 
The Central Processing Unit (CPU), is known as the brain of the computer. It is the primary component responsible for the actual computing that goes on within a computer. It uses a binary language of 1's and 0's in sequence to represent different values, which in cooperation with each other correspond to everything from pixels on the monitor, to breaking down and reading the code of the programs you run.
  +
[[File:AMD Ryzen 2400G Delidding Guide Step 14 678x452.jpg|thumb|220x220px]]
 
 
The CPU has two parts, the control unit and the logic unit. The control unit uses electrical signals to communicate with other components of the computer and tells them what to do. The arithmetic/logic unit is what does the number crunching. It can perform what is called logic, and the four basic mathematical operations, multiplication, division, addition, and subtraction. Logic is most often used to compare two values. It can compare number values, or representative data (such as letters and special characters in binary).
 
The CPU has two parts, the control unit and the logic unit. The control unit uses electrical signals to communicate with other components of the computer and tells them what to do. The arithmetic/logic unit is what does the number crunching. It can perform what is called logic, and the four basic mathematical operations, multiplication, division, addition, and subtraction. Logic is most often used to compare two values. It can compare number values, or representative data (such as letters and special characters in binary).
   
 
This ability to compare numbers is crucial to the computers functionality, and is most often used to compare two numeric values. This is how a computer can tell if there are still movie tickets left, or if you'll be able to afford what you're purchasing. It can compare things in three ways, equal to, less than, or greater than. The CPU accomplishes all these things using the electronic components inside it. CPU's are what's known as an integrated circuit. They contain transistors which have two states, on or off, that can change due to electrons moving from two sides of the P/N junction made of silicon, giving us our two binary values, on or off, yes or no, one or zero.
 
This ability to compare numbers is crucial to the computers functionality, and is most often used to compare two numeric values. This is how a computer can tell if there are still movie tickets left, or if you'll be able to afford what you're purchasing. It can compare things in three ways, equal to, less than, or greater than. The CPU accomplishes all these things using the electronic components inside it. CPU's are what's known as an integrated circuit. They contain transistors which have two states, on or off, that can change due to electrons moving from two sides of the P/N junction made of silicon, giving us our two binary values, on or off, yes or no, one or zero.
  +
[[File:Cpu diagram.png|thumb|220x220px]]
 
 
There are millions of these transistors in the CPU and they all hold a value of either one or zero which in sets of 8, called bytes, represents anything from a letter, special character, or a number. For example a value such as a color range of RGB that corresponds to pixels on the screen to create what you see on the monitor. The control unit uses a similar process with transistors but sends data to other parts of the computer, specifically the RAM which it works closely with to accomplish its goals.
 
There are millions of these transistors in the CPU and they all hold a value of either one or zero which in sets of 8, called bytes, represents anything from a letter, special character, or a number. For example a value such as a color range of RGB that corresponds to pixels on the screen to create what you see on the monitor. The control unit uses a similar process with transistors but sends data to other parts of the computer, specifically the RAM which it works closely with to accomplish its goals.
  +
[[File:41bBdtuYF0L. SX342 .jpg|thumb|220x220px]]
 
 
https://homepage.cs.uri.edu/faculty/wolfe/book/Readings/Reading04.htm
 
https://homepage.cs.uri.edu/faculty/wolfe/book/Readings/Reading04.htm
   

Revision as of 15:13, 28 January 2020

The Central Processing Unit (CPU), is known as the brain of the computer. It is the primary component responsible for the actual computing that goes on within a computer. It uses a binary language of 1's and 0's in sequence to represent different values, which in cooperation with each other correspond to everything from pixels on the monitor, to breaking down and reading the code of the programs you run.

AMD Ryzen 2400G Delidding Guide Step 14 678x452

The CPU has two parts, the control unit and the logic unit. The control unit uses electrical signals to communicate with other components of the computer and tells them what to do. The arithmetic/logic unit is what does the number crunching. It can perform what is called logic, and the four basic mathematical operations, multiplication, division, addition, and subtraction. Logic is most often used to compare two values. It can compare number values, or representative data (such as letters and special characters in binary).

This ability to compare numbers is crucial to the computers functionality, and is most often used to compare two numeric values. This is how a computer can tell if there are still movie tickets left, or if you'll be able to afford what you're purchasing. It can compare things in three ways, equal to, less than, or greater than. The CPU accomplishes all these things using the electronic components inside it. CPU's are what's known as an integrated circuit. They contain transistors which have two states, on or off, that can change due to electrons moving from two sides of the P/N junction made of silicon, giving us our two binary values, on or off, yes or no, one or zero.

Cpu diagram

There are millions of these transistors in the CPU and they all hold a value of either one or zero which in sets of 8, called bytes, represents anything from a letter, special character, or a number. For example a value such as a color range of RGB that corresponds to pixels on the screen to create what you see on the monitor. The control unit uses a similar process with transistors but sends data to other parts of the computer, specifically the RAM which it works closely with to accomplish its goals.

41bBdtuYF0L

https://homepage.cs.uri.edu/faculty/wolfe/book/Readings/Reading04.htm

https://www.youtube.com/watch?v=cNN_tTXABUA

https://www.youtube.com/watch?v=RIrQwd_srRw

https://smallbusiness.chron.com/cpu-processor-work-65451.html

https://www.khanacademy.org/computing/ap-computer-science-principles/computers-101/computer--components/a/central-processing-unit-cpu