Computer Chapter 6.4 Memory and Storage

6.4 Memory and Storage
1 / 16
next
Slide 1: Slide
ICTSecondary Education

This lesson contains 16 slides, with interactive quizzes and text slides.

Items in this lesson

6.4 Memory and Storage

Slide 1 - Slide

Primary Memory
Primary memory is the computer’s main memory, which is directly accessible by the CPU and often much faster than secondary storage.

Slide 2 - Slide

Examples of primary memory / storage:
Random Access Memory (RAM) – solid state
Read Only Memory (ROM) – solid state

Slide 3 - Slide

RAM

Slide 4 - Slide

ROM

Slide 5 - Slide

What is RAM?

RAM is a computer’s primary memory. It is a very fast solid state storage medium that is directly accessible by the CPU

Slide 6 - Slide

What is RAM?
Any open programs or files on a computer are temporarily stored in RAM whilst being used.

Slide 7 - Slide

What is RAM?
Being volatile, any data stored in RAM will be lost when power is removed. This makes RAM totally unsuitable for the long term permanent storage of data – that is the role of a HDD or SSD instead.

Slide 8 - Slide

What is RAM?
Data is copied from secondary storage (HDD, SSD) to RAM as and when it is needed. This is because using a HDD as the primary memory would cause a computer to perform much slower (a HDD or SSD is not directly accessible to the CPU, and isn’t as fast as RAM).

Slide 9 - Slide

What is RAM?
RAM is a relatively expensive storage device and typical capacities are measured in Gigabytes (GB).

Computers operating with a capacity of RAM above the recommended minimum will benefit from better performance and multitasking.

Slide 10 - Slide

RAM is volatile.
What is meant by volatile?

Slide 11 - Open question

Is RAM expensive?
A
Yes
B
No

Slide 12 - Quiz

Benefits of RAM
  • Directly accessible to the CPU, making processing data faster
  • Fast solid state storage, making processing data faster
Drawbacks of RAM
  • Relatively expensive memory
  • Volatile – any data stored in RAM is lost when power is removed

Slide 13 - Slide

There are two types of RAM (SRAM and DRAM)

Slide 14 - Slide

Research  what is SRAM and DRAM?
Write 3-5 points for each in your journal.
(20 Mins)

Slide 15 - Slide

Static RAM (SRAM)
  • Data on SRAM does not require refreshing.
  • However, the technology is bulkier meaning less memory per chip.
  • More expensive than DRAM
  • Much faster than DRAM
  • Consumes less power
  • Commonly used in cache memory
Dynamic RAM (DRAM)
  • The most common type of RAM in use.
  • The data needs to be continually refreshed otherwise it fades away.
  • Continually refreshing the data takes time and reduces performance speeds.


Slide 16 - Slide