top of page

Exam Board:
OCR A-Level

1.2 - Types of Processor

Specification:
Computer Science H446

Watch on YouTube:
RISC and CISC
GPUs
Multicore & parallel systems

Instruction Sets

noun-instruction-7754253e.png

An instruction set is the complete list of machine code instructions a CPU is designed to execute as part of the FDE cycle.

​

  • CISC (Complex Instruction Set Computer) CPUs have a large set of complex instructions, so tasks can be achieved in fewer lines of code, but some instructions take multiple clock cycles.

​​

  • RISC (Reduced Instruction Set Computer) CPUs use a smaller set of simple instructions, each designed to execute in a single clock cycle, making execution faster but sometimes requiring more instructions overall.

This page is under active development. Check here for more information.

noun-under-construction-7744129e.png

GPUs

A GPU (Graphics Processing Unit) is a co-processor with thousands of smaller cores designed for parallel processing. This is in contrast to the CPU, which has fewer but more powerful cores.

​

GPUs are used for rendering images, animations and video for fast, realistic graphics in games and multimedia. Because of their ability to handle many calculations at once, GPUs are widely used for non-graphical purposes too, such as machine learning, scientific simulations, data analysis and cryptocurrency mining.

Multicore & Parallel Systems

A multicore processor has multiple independent cores on a single CPU chip. Each core can carry out its own FDE cycle, so tasks can be split up, enabling multitasking and faster processing. However, only software designed to use multiple cores will benefit from this increased performance.

​

A parallel system uses multiple processors (or cores) working together on the same problem at the same time. This may involve multiple cores within one CPU or multiple CPUs in a single machine. Parallel processing greatly improves performance for tasks that can be divided into smaller sub-tasks, such as simulations and graphics rendering. However, some problems cannot be parallelised because they must be executed sequentially.

logoheadwhite.png

Questo's Key Terms

Instruction Sets: CISC - RISC

​​​​

GPUs: Graphics Processing Unit

​​​​​​

Multicore Systems: Multicore systems - Parallel processing

Did You Know?

Sony coined the term 'GPU' for the PlayStation (1994), making it one of the first home consoles with a dedicated graphics processor. The term was later popularised further by NVIDIA in 1999 with the GeForce 256.

ps1.png

© CSNewbs 2025

The written, video and visual content of CSNewbs is protected by copyright. © 2025
bottom of page