A-Level Computer Science Revision — Memory & Storage
Revise Memory & Storage for A-Level Computer Science with a topic explanation, worked example and common mistakes. Check the board notes for specification differences.
At a glance
- What StudyVector is
- An exam-practice platform with board-aligned questions, explanations, and adaptive next steps.
- This topic
- Memory & Storage in A-Level Computer Science: explanation, examples, and practice links on this page.
- Who it’s for
- Students revising A-Level Computer Science for UK exams.
- Exam boards
- Check your course page and the topic board notes for supported specifications.
- Free plan
- Sign up free to use tutor paths and feedback on your answers. Free access is Free daily revision · No card required. Pricing
- What makes it different
- Syllabus-shaped practice and progress tracking—not generic AI answers.
This page includes a topic explanation and a worked example. Check your course for current practice coverage.
Next in this topic area
Next step: Input/Output Devices
Continue in the same course — structured practice and explanations on StudyVector.
Go to Input/Output DevicesTopic explanation
What is Memory & Storage?
Memory and storage are both used to store data, but they have different characteristics. Memory (RAM) is volatile and is used to store data that the CPU is actively using. Storage (e.g., a hard drive or solid-state drive) is non-volatile and is used to store data for the long term.
Board notes: A fundamental topic for AQA, Edexcel, and OCR. Students should be able to explain the difference between memory and storage and describe the different types of memory and storage devices.
Step-by-step explanationWorked examples
Worked example
When you open a program, it is loaded from storage into memory. The CPU can then access the program's instructions and data from memory. When you save a file, it is written from memory to storage. When you close the program, it is removed from memory.
Practise this topic
Start with low-focus cards for Memory & Storage, then move into full exam-style practice when you want the heavier session.
Common mistakes
- 1Confusing memory and storage.
- 2Not understanding the difference between RAM and ROM.
- 3Thinking that virtual memory is a type of physical memory.
Memory & Storage exam questions
Check the available question sets for Memory & Storage. Use your course and exam board to confirm which practice is relevant.
Memory & Storage exam questionsGet help with Memory & Storage
Get a personalised explanation for Memory & Storage from the StudyVector tutor. Ask follow-up questions and work through problems with step-by-step support.
Open tutorSave your progress in Memory & Storage
Start a free account for low-focus question cards, feedback and Play routes across available topics. Free daily limits apply; no card required.
Continue your revision
A public question for Memory & Storage is still being reviewed. Your course page shows the topics currently available for practice.
Continue with Memory & Storage
Create a free account to keep your course choice and save your practice progress.
Start free low-focus cardsAlready have an account? Log in
Frequently asked questions
What is the difference between a hard drive and a solid-state drive?
A hard drive is a mechanical device that stores data on a spinning platter. A solid-state drive (SSD) is an electronic device that stores data on flash memory chips. SSDs are faster, more durable, and more energy-efficient than hard drives.
What is cache memory?
Cache memory is a small, fast type of memory that is used to store frequently accessed data. It is located closer to the CPU than main memory, so it can be accessed more quickly. This helps to improve the performance of the CPU.