Back to 课程

Computer Science GCES AQA

0% Complete
0/0 Steps
  1. Representing Algorithms Aqa
    4 主题
  2. Efficiency Of Algorithms Aqa
    1 主题
  3. Searching Algorithms Aqa
    3 主题
  4. Sorting Algorithms Aqa
    3 主题
  5. Data Types Aqa
    1 主题
  6. Programming Concepts Aqa
    5 主题
  7. Arithmetic Relational And Boolean Operations Aqa
    1 主题
  8. Data Structures Aqa
    3 主题
  9. String Manipulation Aqa
    1 主题
  10. Random Number Generation Aqa
    1 主题
  11. Structured Programming Aqa
    2 主题
  12. Robust And Secure Programming Aqa
    4 主题
  13. Number Bases Aqa
    2 主题
  14. Converting Between Number Bases Aqa
    3 主题
  15. Units Of Information Aqa
    9 主题
  16. Hardware And Software Aqa
    4 主题
  17. Boolean Logic Aqa
    3 主题
  18. Programming Languages And Translators Aqa
    2 主题
  19. Cpu Architecture Performance And Embedded Systems Aqa
    4 主题
  20. Memory Aqa
    2 主题
  21. Secondary Storage Aqa
    3 主题
  22. Fundamentals Of Computer Networks Aqa
    8 主题
  23. Fundamentals Of Cyber Security Aqa
    1 主题
  24. Methods Of Preventing Cyber Security Threats Aqa
    1 主题
  25. Relational Databases Aqa
    2 主题
  26. Ethical Legal And Environmental Impacts Aqa
    2 主题
课 Progress
0% Complete

Exam code:8525

CPU Components & Their Function

What is the Von Neumann architecture?

  • The Von Neumann Architecture is a design of the CPU which was proposed by Mathematician John Von Neumann in the 1940s, which most general-purpose computers are built upon

  • The Von Neumann Architecture outlines how the computer memory, input / output devices and processor all work together 

Examiner Tips and Tricks

Key specification changes for AQA GCSE Computer Science (8525) – first exam 2027

  • You no longer need to explain the role and operation of components specifically “within the Von Neumann architecture”

  • While the components of the CPU (arithmetic logic unit, control unit, clock, register, bus) are still relevant, the explicit link to Von Neumann is removed

What are the components of the CPU?

  • The CPU is made up of 5 key components

    • Arithmetic Logic Unit (ALU)

    • Control Unit (CU)

    • Clock

    • Registers

    • Bus

  • Each of the components sits within the CPU

the-cpu

What is the function of each component?

Arithmetic logic unit (ALU)

  • Performs arithmetic operations

  • Performs logical decisions

    • IF X > 5 THEN
      DO ……….

Control unit (CU)

  • Coordinates how data moves around the CPU by sending a signal to control the movement of the data 

  • Decodes the instructions fetched from memory

Clock

  • Keeps related components in sync by generating pulses at a constant rate

Registers

  • Extremely small, extremely fast memory located in the CPU

  • Hold small amounts of data needed as part of the fetch-execute cycle

  • Each register has its own specific purpose

    • Accumulator (ACC) – stores results of logical or arithmetic calculations carried out by the ALU

    • Memory address register (MAR) – stores the address of the next instruction to be fetched from RAM

    • Memory data register (MDR) – stores the data retrieved from RAM

    • Program counter (PC) – stores the memory address of the next instructions to be executed & Increments by 1 as the fetch-decode-execute cycle runs

Bus

  • A bus is a collection of wires through which data/signals are transmitted from one component to another

Responses

您的邮箱地址不会被公开。 必填项已用 * 标注