Logo

Home / Blogs

OCR GCSE 1.2 Memory and Storage: Key Notes & Exam Tips

Computer Science Revision Hub delivers OCR GCSE memory and storage revision on RAM, ROM, secondary storage types, capacity, durability, and exam application hints.

OCR GCSE 1.2 Memory and Storage: Key Notes & Exam Tips

OCR GCSE 1.2 Memory and Storage: Key Notes & Exam Tips

The OCR GCSE J277 specification demands more than a list of memory devices – it expects you to justify why RAM capacity impacts CPU performance, explain how solid state drives accelerate the fetch–decode–execute pipeline, and interpret manufacturer specification sheets. This revision guide deepens your knowledge and links out to supporting resources such as the systems architecture walkthrough and the networks article, ready for synoptic questions that connect hardware, storage, and connectivity.

How Memory Fits the J277 Story

Memory and storage topics often appear as data tables in Section B. You may be asked to compare devices based on access speed, durability, portability, or cost. The examiners also like chaining questions: a slow secondary storage device could reduce CPU efficiency, or insufficient RAM may cause paging to secondary memory. Highlighting these chains in your responses shows higher-order understanding. Tie your explanations back to the system architecture content – caching reduces the number of trips to RAM, RAM feeds the CPU quickly, and secondary storage keeps programs persistent. When describing storage media, emphasise technology: magnetic platters, optical pits and lands, or NAND flash cells, then link those to performance and reliability.

Key Exam Points

Memory Management in Practice

Consider how memory supports system software. The operating system allocates RAM segments to programs, manages paging in virtual memory, and loads device drivers from secondary storage. When you justify RAM upgrades, quantify benefits: doubling RAM from 4 GB to 8 GB allows an operating system to keep more processes resident, reducing page faults. Use simple calculations to work out how many 3 MB photos fit into a 16 GB smartphone – 16,384 MB ÷ 3 ≈ 5,461 images – then discuss why compression formats like JPEG matter.

SSD technology often appears in evaluation questions. Give concrete comparisons: a SATA SSD with 550 MB/s throughput dramatically outperforms a 120 MB/s HDD. Mention wear levelling, limited program/erase cycles, and how TRIM commands maintain performance. When discussing hybrid drives or caching solutions, tie them to CPU efficiency and reference our systems software guide for how the OS schedules disk operations. For exam credibility, sprinkle specification codes: for example, “the OCR J277 spec requires you to compare magnetic, optical, and solid state storage.”

Example Question & Answer

Question: A school decides between purchasing 50 laptops with 4 GB RAM and HDDs or 50 laptops with 8 GB RAM and SSDs. Justify which option will deliver better performance for multimedia editing lessons (8 marks).

Model answer: Multimedia editing is RAM-intensive because large video files must be held in memory to allow fast scrubbing. 8 GB RAM lets more content stay in primary memory, reducing the need to access virtual memory on disk. The SSD provides higher sequential and random read/write speeds – often five times faster than an HDD – so even when data spills to storage, transfer rates remain acceptable. SSDs also have no moving parts, making them more reliable when students move laptops between classrooms. Although the 8 GB + SSD option likely costs more, the performance benefits in multimedia lessons outweigh the price difference, especially when software such as Adobe Premiere caches assets aggressively.

Common Mistakes & Tips

Further Practice

Link to relevant site pages: