types of memory 10 to11

29
http:// improvec.blogspot.in/ 1 Types of Memories used in computer

Upload: myrajendra

Post on 10-Feb-2015

477 views

Category:

Documents


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Types of memory 10 to11

http://improvec.blogspot.in/ 1

Types of Memories used in computer

Page 2: Types of memory 10 to11

http://improvec.blogspot.in/ 2

ObjectiveOn completion of this period, you would be able to learn:

Functions of Memory.

Types of Memory.

Page 3: Types of memory 10 to11

http://improvec.blogspot.in/ 3

Recap

Blocks in CPU

Control Unit & Arithmetic and Logical Unit.

Functions of CPU

Performs calculations, takes decisions, and controls all the units.

Page 4: Types of memory 10 to11

http://improvec.blogspot.in/ 4

Memory

A space to keep computer’s data.

It stores program, data, results or any kind of intermediate results.

Page 5: Types of memory 10 to11

http://improvec.blogspot.in/ 5

Memory (contd...)

Memory stores binary data i.e. 0’s and 1’s.

Page 6: Types of memory 10 to11

http://improvec.blogspot.in/ 6

Types of Memory

Primary memory (Semiconductor memory).

Secondary memory (magnetic memory).

Optical memory.

Page 7: Types of memory 10 to11

http://improvec.blogspot.in/ 7

Primary memory:

The semiconductor memory is employed as the main memory (or primary memory).

It stores programs and data which are currently needed by the CPU.

RAM and ROM ICs are used as the main memory of the computer

Page 8: Types of memory 10 to11

http://improvec.blogspot.in/ 8

Primary Memory (contd...)

The storage type is temporary

It is volatile memory

Storage capacity is limited

Page 9: Types of memory 10 to11

http://improvec.blogspot.in/ 9

Primary memory (contd):

It is part of CPU.

Used for storing a little volume of data at the time of processing.

Page 10: Types of memory 10 to11

http://improvec.blogspot.in/ 10

Secondary memory

The magnetic memory is called as the secondary memory (auxiliary memory).

The information which is needed by the CPU for current processing is transferred from the secondary memory to the main memory.

Page 11: Types of memory 10 to11

http://improvec.blogspot.in/ 11

Secondary memory (contd)

This is non-volatile memory, i.e., data is stored permanently.

The secondary memory is used for bulk storage (mass storage) of programs, data and other information.

Page 12: Types of memory 10 to11

http://improvec.blogspot.in/ 12

Secondary memory (contd)

Storage capacity is enlarged.

Used for preserving high volume of data for future use

The magnetic memories such as hard disk and floppy disk are the most commonly used.

Page 13: Types of memory 10 to11

http://improvec.blogspot.in/ 13

Types of memory

MEMORYMEMORY

PRIMARY MEMORY(INTERNAL MEMORY)

PRIMARY MEMORY(INTERNAL MEMORY)

SECONDARY MEMORY(EXTERNAL MEMORY)

SECONDARY MEMORY(EXTERNAL MEMORY)

CPUCPU

REGISTERREGISTER ON CHIPCACHE

ON CHIPCACHE

MAGNETICTAPE

MAGNETICTAPE MAGNETIC

DISK

MAGNETICDISK

OPTICALDISK

OPTICALDISK

RAMRAM ROMROM

DRAMDRAMSRAMSRAM PROMPROM EPROMEPROM

EEPROMEEPROM

Page 14: Types of memory 10 to11

http://improvec.blogspot.in/ 14

Random Access Memory (RAM)

It is volatile memory i.e. temporary memory.

Performs both read and write operations.

Usually hidden to users.

Page 15: Types of memory 10 to11

http://improvec.blogspot.in/ 15

TYPES OF RAM

Storage capacity is limited.

DRAM

SRAM

Page 16: Types of memory 10 to11

http://improvec.blogspot.in/ 16

Static RAM

Static RAM retains stored information only as long as power supply is on.

Static RAMs are costlier and consume more power.

Page 17: Types of memory 10 to11

http://improvec.blogspot.in/ 17

Static RAM (contd..)

Static RAM is faster. It is used as cache memory.

Static RAMs hold information in flip-flop, consisting of two cross coupled inverters.

Page 18: Types of memory 10 to11

http://improvec.blogspot.in/ 18

Dynamic RAM

Dynamic RAM loses its stored information in a very short time even though the power supply is on.

Only one transistor is needed to form a memory cell and result in high packing density and moderate speed.

Page 19: Types of memory 10 to11

http://improvec.blogspot.in/ 19

Dynamic RAM (contd)

They consume less power.

They are used where large capacity of memory is needed.

Dynamic RAM is cheaper.

It is used as main memory.

Page 20: Types of memory 10 to11

http://improvec.blogspot.in/ 20

Random Access Memory

Fig 1

Page 21: Types of memory 10 to11

http://improvec.blogspot.in/ 21

Read Only Memory (ROM)

It is non-volatile memory .i.e. permanent storage.

Performs only read operations.

Limited storage capacity.

Page 22: Types of memory 10 to11

http://improvec.blogspot.in/ 22

Types Of ROM

1. PROM - (Programmable Read Only Memory)

2. EPROM - (Erasable Programmable Read Only Memory)

3. EEPROM - (Electrically Erasable PROM)

Page 23: Types of memory 10 to11

http://improvec.blogspot.in/ 23

Cache Memory

Cache memory is placed between the CPU and the main memory.

It stores instructions and data which are to be immediately executed.

Page 24: Types of memory 10 to11

http://improvec.blogspot.in/ 24

Cache Memory (contd...)

It is not accessible to users i.e. information

cannot be written into cache memory by users.

It increases the performance of the computer

up to 15%.

Page 25: Types of memory 10 to11

http://improvec.blogspot.in/ 25

Summary

In this class, we have learnt about

Functions of memory.

Types of memory.

Page 26: Types of memory 10 to11

http://improvec.blogspot.in/ 26

Frequently Asked Questions

1. Explain the types of memories?

2. Explain the functions of memory?

Page 27: Types of memory 10 to11

http://improvec.blogspot.in/ 27

Quiz

1. Is RAM a Volatile memory?

a. No

b. Yes

Page 28: Types of memory 10 to11

http://improvec.blogspot.in/ 28

Quiz:

2. Is ROM a Non volatile memory?

a. Yes

b. No

Page 29: Types of memory 10 to11

http://improvec.blogspot.in/ 29

Quiz

3. What is the form of data in the memory?

a. Decimal

b. Binary

c. Octal

d. Hexadecimal