architecture: correct links CPU
This commit is contained in:
parent
42f62c4257
commit
a15ae06aee
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ With Intel processors the two main consumer processors are the i5 and i7. The la
|
|||
|
||||
## Control Unit
|
||||
|
||||
The CPU's [controller](/Hardware/Chipset_and_controllers.md). It takes the instructions in binary form from RAM memory (separate from the CPU, but connected) and then signals to the to ALU and memory registers what it is supposed to do to execute the instructions. Think of it as the overseer that gets the ALU and registers to work together to run program instructions.
|
||||
The CPU's [controller](/Computer_Architecture/Chipset_and_controllers.md). It takes the instructions in binary form from RAM memory (separate from the CPU, but connected) and then signals to the to ALU and memory registers what it is supposed to do to execute the instructions. Think of it as the overseer that gets the ALU and registers to work together to run program instructions.
|
||||
|
||||
## The system clock
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue