Last Sync: 2022-11-08 07:00:05

This commit is contained in:
tactonbishop 2022-11-08 07:00:05 +00:00
parent 14d46ee2fd
commit 95b4a5e5ef
2 changed files with 1 additions and 9 deletions

View file

@ -6,6 +6,7 @@ tags: [CPU, electromagnetism]
# CPU architecture
At the core of a computer sits the Central Processing Unit. This is the assembly of chips that execute all computation. Instructions are passed to the CPU along the data bus part of the system bus from the memory. The [kernel](/Operating_Systems/The_Kernel.md), also residing in memory sequences and schedules the sending of data to the CPU and manages requests from the CPU for data in memory.
The CPU comprises three core components:
- Registers (a form of memory that are positioned on the same chip as the CPU )

View file

@ -1,9 +0,0 @@
---
categories:
- Computer Architecture
tags: [CPU]
---
# CPU: Introduction
At the core of a computer sits the Central Processing Unit. This is the assembly of chips that execute all computation. Instructions are passed to the CPU along the data bus part of the system bus from the memory. The [kernel](/Operating_Systems/The_Kernel.md), also residing in memory sequences and schedules the sending of data to the CPU and manages requests from the CPU for data in memory.