From 95b4a5e5ef5b6eed5ef3484103b6258115561e28 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Tue, 8 Nov 2022 07:00:05 +0000 Subject: [PATCH] Last Sync: 2022-11-08 07:00:05 --- Hardware/CPU/CPU_architecture.md | 1 + Hardware/CPU/Introduction.md | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 Hardware/CPU/Introduction.md diff --git a/Hardware/CPU/CPU_architecture.md b/Hardware/CPU/CPU_architecture.md index 9101049..45cf15b 100644 --- a/Hardware/CPU/CPU_architecture.md +++ b/Hardware/CPU/CPU_architecture.md @@ -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 ) diff --git a/Hardware/CPU/Introduction.md b/Hardware/CPU/Introduction.md deleted file mode 100644 index ffda77f..0000000 --- a/Hardware/CPU/Introduction.md +++ /dev/null @@ -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.