Computer Fundamentals Topic 2: CPU - Lesson 1

CPU Instructions And Cores

Understand how a CPU runs instructions and why cores help with multitasking.

What The CPU Does

CPU stands for Central Processing Unit. It is the main processor that runs instructions from programs.

The CPU repeatedly fetches instructions, decodes what they mean, and executes them very quickly.

  • Programs are made of instructions.
  • The CPU works closely with RAM.
  • The CPU coordinates many actions across the system.

Cores And Multitasking

A CPU core is a processing unit inside the CPU. Modern CPUs usually have multiple cores.

More cores can help with multitasking and parallel work, but a program must be designed to use them well.

  • A 4-core CPU can work on several tasks more easily than a single-core CPU.
  • More cores do not automatically make every single task faster.

The CPU As An Instruction Follower

A CPU does not understand goals like a human does. It follows very small instructions very quickly. A large task, such as opening a browser, drawing a page, or calculating a spreadsheet, becomes many tiny steps. The CPU executes those steps in order, often billions of cycles per second.

This is why software quality matters. If a program gives the CPU inefficient instructions, the system can feel slow even on good hardware. Good performance comes from both strong hardware and instructions that are organized well.

  • Programs are broken into small instructions.
  • The CPU fetches, decodes, and executes instructions.
  • Fast CPUs complete more work in less time.
  • Poor software can waste CPU power.

What Cores Really Change

A core is like one worker inside the CPU. Multiple cores can work on different tasks at the same time. This helps when you run a browser, music player, file download, and video call together. It can also help professional apps that split work across cores.

However, some tasks cannot be split easily. If a task has to be done step by step, adding more cores may not make it much faster. This is why one app may use only part of a multi-core CPU while another app can use nearly all of it.

  • More cores help with multitasking.
  • More cores help parallel-friendly software.
  • Some tasks stay limited by single-core speed.
  • The operating system schedules work across cores.

CPU Workloads In Real Life

Different activities stress the CPU in different ways. Writing notes uses very little CPU most of the time. Compressing a video, compiling code, editing photos, running simulations, or calculating many formulas can use much more processing power.

When a computer becomes hot and fans spin loudly during heavy work, the CPU may be working hard. If cooling cannot remove heat fast enough, the processor may slow itself down to stay safe. That is why thin devices can feel fast for short bursts but slower during long heavy tasks.

  • Light work: typing, reading, simple browsing.
  • Medium work: many tabs, spreadsheets, basic photo edits.
  • Heavy work: video export, large builds, games, simulations.
  • Heat can limit sustained CPU performance.

Quick Summary

  • CPU means Central Processing Unit.
  • The CPU runs program instructions.
  • Cores help with multitasking when software can use them.

Practice Quiz

Now practice this lesson with MCQs and explanations:

Start the CPU Instructions And Cores quiz