3.2 Hardware Storage
3.2 Hardware Storage
A diagram showing the parts of a computer system which are classed as primary storage
The role of Read-only memory (ROM) is to store the computer’s boot-up
sequence
o The boot-up sequence is a set of instructions the computer executes when
then computer is initially switched on
o This sequence will run a series of checks to ensure all of the
system hardware is working
o It will then load the operating system which will move from secondary
storage to RAM
ROM is non-volatile which means data will be stored when the computer is
switched off
ROM is read-only which means data cannot be written to ROM
RAM
ROM
Volatile Non-volatile
Can read and write data to RAM Read-only
Worked Example
Describe what is meant by main memory and how it is used in the Von Neumann model for a
computer system [3 marks]
RAM [1 mark]
Secondary Storage
Answer - C and D
o Random access memory and read only memory are both primary storage
and can be accessed directly by the CPU. Solid-state drives and blu-ray
discs are classed as secondary storage. Data can be permanently stored on
them but they cannot be accessed directly by the CPU
Exam Tip
You need to be able describe the operation of each type of secondary storage. You may
also need to recommend a type of storage for a given scenario and justify your choice
Magnetic
Magnetic hard disk drives have been the main type of internal secondary storage
in personal computers for many years however solid state drives are increasingly
popular due to their durability, low power consumption and high read/write
speeds
A magnetic hard disk is made up of several metal discs coated with a magnetic
material
o These are called platters
o Iron particles on each platter are magnetised to represent a 0 or 1
Solid State
0 0 1
0 1 1
1 0 1
1 1 0
A NOR gate will produce an output (1) only when both inputs are 0
0 0 1
0 1 0
1 0 0
1 1 0
Optical
Optical devices include CDs, DVDs and Blu-rays
o Blu-rays have the largest capacity
o CDs have the lowest capacity
o CD-R are read-only (you cannot save data on to them)
o CD-RW can be written to and read from
o DVD-RW can be written to and read from
All optical devices work by shining a light at the disk and processing the
reflection
In CD-Rs a laser burns the data, permanently on to the disk, by
creating pits and lands
When the laser light hits the point where the pit changes into a land or vice versa
the light scatters and is not reflected back as well. This can then be interpreted as
a change in the binary value
A diagram showing how data is burnt on to optical discs to create lands and pits
which can then be used
Worked Example
Describe how a magnetic storage device stores data [6 marks]
The purpose of RAM is to store current data and program instructions in use
The amount of physical RAM available is limited. The average modern desktop
computer has between 4GB and 16GB of RAM. Some programs are larger than
this
Virtual memory is part of secondary storage which acts as RAM when RAM is
full
It prevents the computer system crashing when RAM is full
Data that needs to be accessed by the CPU directly is switched by the operating
system from virtual memory into RAM and an inactive page from RAM replaces it
in virtual memory. This is called page switching
The table describes the steps that are taken when a program is opened on a
computer
STEP DESCRIPTION
1 The memory manager software built into the Operating System
checks to see if there is sufficient space in RAM to move the new
program’s instructions into RAM, so that they can be directly
accessed by the CPU
2 If RAM is full, the memory manager will move out the most
inactive pages of data and put them in virtual memory until needed
To stop the computer game from crashing when the physical RAM is full [1 mark]
To allow the computer to process the large amount of data required [1 mark]
Cloud Storage
Cloud storage is the concept of storing data on remote servers, that can be
accessed via the internet, instead of on a local storage device (such as
an SSD or HDD)
The physical servers, where the data is stored, are owned and managed by a
hosting company
Cloud storage offers several advantages over storing data on a local secondary
storage device
Benefit Explanation
Worked Example
A school currently stores all of their data on local servers. They are considering
upgrading their system to utilise cloud storage.
Explain two disadvantages to the school of storing their data in the cloud. [4 marks]