unit 1 computer operations and fundamentals lesson … · cache memory 3 types of primary storage...

27
1 UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON 4: Primary and secondary storage

Upload: others

Post on 10-Aug-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

1

UNIT 1

COMPUTER OPERATIONS AND

FUNDAMENTALS

LESSON 4:

Primary and secondary storage

Page 2: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Primary Storage

2

Primary storage refers to memory that

is directly accessible to the CPU.

It is also known as internal memory or

main memory.

Page 3: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Primary Storage

3

The CPU continuously reads the instructions

stored in primary storage and executes them as

required.

Central Processing

Unit

Primary storage

Page 4: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Types of Primary Storage

4

Primary Storage

Read Only Memory (ROM)

Random Access Memory (RAM)

Cache Memory

3 Types of Primary Storage are:

Page 5: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Read Only Memory (ROM)

5

• ROM is non-volatile memory.

▪ This means that Information in ROM

is stored permanently.

• This is done during the manufacture of

the chip.

• ROM stores instructions that are

required to start the computer.

Page 6: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Random Access Memory (RAM)

6

•RAM is volatile memory.

•This means that, it loses its

contents when the computer is

switched off.

• It stores programs and files

currently being used by the CPU.

Page 7: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Cache Memory

7

•Cache memory is high speed memory.

•The CPU can access cache memory more

quickly than it can access RAM.

Page 8: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Cache Memory

8

• It increases the performance of the CPU.

• It stores frequently used instructions so that

they are immediately available to the CPU

when needed.

Page 9: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Secondary Storage

9

Secondary storage refers to storage that is not

directly accessible by the CPU.

Secondary Storage is also called

• External memory

• Secondary memory

• Auxiliary storage

Page 10: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Secondary Storage

10

•Secondary storage is used to store files

when the computer is switched off.

•Programs and files are stored until they are

overwritten or deleted by the user.

Page 11: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Secondary Storage

11

Examples of secondary storage:

• hard disks

• optical discs

• pen drives

• memory cards

Page 12: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Differences between Primary and Secondary Storage

12

• Primary storage is directly accessible by the CPU

whereas secondary storage is not directly

accessible by the CPU.

• Accessing primary storage is faster than accessing

secondary storage.

• Secondary storage can be removed from one

computer and used with other computers.

Page 13: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

13

1. Another name for Internal memory is______.

A primary storage

B secondary storage

C auxiliary storage

Page 14: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

14

1. Another name for Internal memory is______.

A primary storage

B secondary storage

C auxiliary storage

Answer A

Internal memory is also known as Primary storage

Page 15: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

15

TRUE FALSE

2. RAM stores files permanently.

Page 16: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

16

FALSE

RAM loses its contents when the computer is

switched off.

Therefore it is not permanent

2. RAM stores files permanently.

Page 17: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

17

TRUE FALSE

stored in

3. Information stored in ROM cannot be deleted.

Page 18: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

18

TRUE

Information is permanently stored in ROM

during manufacture.

Therefore it cannot be deleted.

3. Information stored in ROM cannot be deleted.

Page 19: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

19

TRUE FALSE

The CPU can access cache memory

4. RAM provides faster access than cache memory.

Page 20: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

20

FALSE

The CPU can access cache memory more quickly

than it can access RAM.

Therefore RAM is not faster than cache memory.

Answer FALSE

4. RAM provides faster access than cache memory.

Page 21: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

21

TRUE FALSE

5. Secondary storage stores files permanently.

Page 22: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Quick Test

22

TRUE

Secondary storage stores files until they are overwritten or

deleted by the user.

Therefore data in secondary storage is not permanent

Answer FALSE

5. Secondary storage stores files permanently.

Page 23: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Recap

• Primary storage is memory which is directly

accessible by the CPU.

Primary storage

Main memory

Internal memory

Page 24: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Recap

Three Types of primary storage are

1.Read Only Memory (ROM)

2.Random Access Memory (RAM)

3.Cache Memory

Page 25: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Recap

Secondary storage is not directly accessible by the

CPU.

Some other names for secondary storage are:

1.External memory

2.Secondary memory

3.Auxiliary storage

Page 26: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

Recap

Examples of secondary storage:

• hard disks

• optical discs

• pen drives

• memory cards

We will learn about secondary storage devices in the next lesson

Page 27: UNIT 1 COMPUTER OPERATIONS AND FUNDAMENTALS LESSON … · Cache Memory 3 Types of Primary Storage are: Read Only Memory (ROM) 5 •ROM is non-volatile memory. This means that Information

End of Lesson