📚 GCSE CIE Computer Science: Memory – Key Exam Points | GCSE CIE 计算机:存储器 考点精讲
Memory is a cornerstone topic in the CIE GCSE Computer Science syllabus (0478). It covers everything from the temporary workspace of the CPU to permanent storage devices, explaining how data is held, accessed and preserved. This guide walks you through every key concept and device type that you need to master for your exams, breaking down theory into clear, exam-ready explanations.
存储器是 CIE GCSE 计算机科学 (0478) 课程大纲中的基石主题。它涵盖从 CPU 的临时工作空间到永久存储设备的所有内容,解释数据如何被保存、访问和保留。本指南将带你逐一攻克每个必考概念和设备类型,把理论分解成清晰、适合考试的解释。
1. Primary Memory | 主存储器
Primary memory, also known as main memory, is directly accessible by the CPU. It consists of RAM and ROM, both of which are located on the motherboard. Primary memory holds data and instructions that the processor is currently working on, enabling fast access without the delays of secondary storage.
主存储器,也称作内存,可由 CPU 直接访问。它包括 RAM 和 ROM,二者都位于主板上。主存储器容纳处理器当前正在使用的数据和指令,能够实现快速访问,避免辅助存储器带来的延迟。
2. RAM: Random Access Memory | 随机存取存储器
RAM is volatile memory that temporarily holds the operating system, application programs and data that are in use. It loses all its contents as soon as the power is turned off. More RAM allows a computer to run multiple programs simultaneously without slowing down. Data can be read from and written to RAM at high speed.
RAM 是易失性存储器,用于临时存放正在使用的操作系统、应用程序和数据。一旦断电,所有内容都会丢失。更大的 RAM 能让计算机同时运行多个程序而不减慢速度。数据可以从 RAM 高速读取和写入。
3. ROM: Read-Only Memory | 只读存储器
ROM is non-volatile memory that stores firmware such as the BIOS (Basic Input/Output System) or bootstrap loader. Its contents are written during manufacture and cannot be easily altered by the user. ROM retains data without any power supply, so the computer can find the instructions needed to start up every time.
ROM 是非易失性存储器,用于存储 BIOS(基本输入输出系统)或引导加载程序等固件。其内容在制造时写入,用户一般无法轻易更改。ROM 无需电源即可保留数据,因此计算机每次启动时都能找到所需的指令。
4. Volatile vs Non-Volatile Memory | 易失性与非易失性存储器
Volatile memory loses its contents when power is removed, while non-volatile memory retains data indefinitely. This distinction is crucial when choosing where to store different types of information. The table below summarises the core differences between RAM and ROM.
易失性存储器断电后丢失内容,而非易失性存储器则能永久保存数据。这一区别在选择存储不同类型的信息时至关重要。下表总结了 RAM 与 ROM 的核心差异。
| Characteristic | RAM | ROM |
| Volatility | Volatile (data lost when power off) | Non-volatile (data retained) |
| Typical use | Holds running programs and current data | Stores BIOS / firmware |
| Read/Write | Read and write allowed | Primarily read-only (written at manufacture) |
| Speed | Very fast | Fast, but typically slower than RAM |
5. Virtual Memory | 虚拟内存
When RAM becomes full, the operating system can use a portion of a secondary storage device (hard disk or SSD) as virtual memory. Data that is not immediately needed is moved from RAM to the disk in a process called swapping. This allows more programs to run, but because disk access is significantly slower than RAM, the system may become sluggish.
当 RAM 填满时,操作系统可以使用辅助存储设备(硬盘或 SSD)的一部分作为虚拟内存。不是立即可用的数据会从 RAM 移动到磁盘,这一过程称为交换。这允许运行更多程序,但由于磁盘访问速度远慢于 RAM,系统可能会变得迟缓。
6. Secondary Storage Overview | 辅助存储概述
Secondary storage is non-volatile and used to hold data and programs permanently, even when the computer is switched off. Devices include magnetic hard disks, solid state drives, optical discs and USB flash drives. They offer much larger capacities than primary memory but operate at slower speeds.
辅助存储是非易失性的,用于永久保存数据和程序,即使计算机已关闭。设备包括磁性硬盘、固态硬盘、光盘和 USB 闪存驱动器。它们的容量比主存储器大得多,但运行速度较慢。
7. Hard Disk Drives (HDD) | 硬盘驱动器
An HDD stores data on spinning magnetic platters, with a read/write head moving across the surface. It provides large storage capacities (often several terabytes) at a low cost per gigabyte. However, because it contains moving mechanical parts, it is susceptible to damage from physical shock, generates noise and consumes more energy. Read/write speeds are limited by the rotation speed.
HDD 将数据存储在旋转的磁性盘片上,读写头在表面移动。它以较低的每 GB 成本提供大存储容量(通常为几 TB)。但因其含有移动机械部件,容易因物理撞击而损坏,会产生噪音且耗电更多。读写速度受旋转速度限制。
8. Solid State Drives (SSD) and Flash Memory | 固态硬盘与闪存
SSDs use NAND flash memory chips and have no moving parts. They are faster, quieter, more resistant to physical shock and more energy-efficient than HDDs. The main drawback is a higher cost per GB. USB memory sticks and memory cards (SD, microSD) also use flash technology, combining portability with non-volatile storage.
SSD 使用 NAND 闪存芯片,没有移动部件。它们比 HDD 更快、更安静、更耐物理冲击且更节能。主要缺点是每 GB 成本较高。USB 存储棒和存储卡(SD、microSD)也采用闪存技术,兼具便携性与非易失性存储。
9. Optical Storage: CDs, DVDs, Blu-ray | 光学存储:CD、DVD、蓝光
Optical discs store data in pits and lands on a reflective layer, which is read by a laser. A standard CD holds about 700 MB, a single-layer DVD holds 4.7 GB, and a single-layer Blu-ray disc holds 25 GB. They are cheap, easily transportable, and useful for distributing software or media, but they offer slow data transfer rates and limited capacity compared to magnetic and solid state alternatives.
光盘将数据以凹坑和平面形式存储在反射层上,由激光读取。标准 CD 容量约 700 MB,单层 DVD 容量 4.7 GB,单层蓝光光盘容量 25 GB。它们便宜、便于携带,适合分发软件或媒体,但与磁性和固态替代品相比,数据传输速率低且容量有限。
10. Data Storage Units | 数据存储单位
Digital data is measured in bits and bytes. One byte consists of 8 bits. In the CIE syllabus, larger units are usually based on powers of 2, meaning 1 KB = 1024 bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, and 1 TB = 1024 GB. The table below shows the common units with their exact byte values.
数字数据以比特和字节为衡量单位。一个字节由 8 个比特组成。在 CIE 课程中,更大的单位通常基于 2 的幂,即 1 KB = 1024 字节,1 MB = 1024 KB,1 GB = 1024 MB,1 TB = 1024 GB。下表展示了常见单位及其精确字节值。
| Unit | Number of bytes (binary) |
| 1 kilobyte (KB) | 210 = 1024 bytes |
| 1 megabyte (MB) | 220 = 1 048 576 bytes |
| 1 gigabyte (GB) | 230 = 1 073 741 824 bytes |
| 1 terabyte (TB) | 240 = 1 099 511 627 776 bytes |
11. Cloud Storage | 云存储
Cloud storage allows users to save data on remote servers accessed over the internet. It offers advantages such as accessibility from any device, automatic backup, and easy file sharing. Drawbacks include dependence on a reliable internet connection, potential security risks, and on-going subscription costs. Service providers manage the physical infrastructure themselves.
云存储允许用户将数据保存在通过互联网访问的远程服务器上。其优点包括可从任何设备访问、自动备份和方便的文件共享。缺点则包括依赖可靠的互联网连接、潜在的安全风险以及持续的订阅费用。服务提供商自行管理物理基础设施。
12. Exam Tips for Memory Questions | 考试中的存储器题目技巧
In CIE exam papers, you are often asked to compare storage devices or explain why a particular type of memory is suitable for a given scenario. Always use precise technical language: refer to volatility, speed, capacity, portability, durability and cost. When describing virtual memory, mention the swapping process and the speed drop. For device suitability, link characteristics directly to the context – for instance, ‘An SSD is better for a laptop because it is faster, uses less power and is more durable due to no moving parts.’ Practice labelling diagrams of hard disks and drawing the hierarchy of memory.
在 CIE 试卷中,你常被要求比较存储设备,或解释某种特定存储器为何适用于给定场景。始终使用精确的技术语言:提及易失性、速度、容量、便携性、耐久性和成本。描述虚拟内存时,要提到交换过程和速度下降。关于设备适用性,要直接将特性与上下文联系起来——例如,“SSD 更适合笔记本,因为它更快、功耗更低且因无移动部件而更耐用。” 练习标注硬盘示意图并画出存储器层次结构。
Published by TutorHao | Computer Science Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导