SlideShare a Scribd company logo
Types of Memories used in computer




         http://improvec.blogspot.in/   1
Objective
 On completion of this period, you would be
 able to learn:

 Functions of Memory.

 Types of Memory.




              http://improvec.blogspot.in/    2
Recap

 Blocks in CPU
    Control Unit & Arithmetic and Logical Unit.

 Functions of CPU
    Performs calculations, takes decisions, and
    controls all the units.




                  http://improvec.blogspot.in/    3
Memory


 A space to keep computer’s data.

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




                   http://improvec.blogspot.in/     4
Memory (contd...)


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




                  http://improvec.blogspot.in/   5
Types of Memory

 Primary memory (Semiconductor memory).

 Secondary memory (magnetic memory).

 Optical memory.




                    http://improvec.blogspot.in/   6
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



                   http://improvec.blogspot.in/     7
Primary Memory (contd...)

 The storage type is temporary

 It is volatile memory

 Storage capacity is limited



                   http://improvec.blogspot.in/   8
Primary memory (contd):

 It is part of CPU.

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




                       http://improvec.blogspot.in/   9
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.


                 http://improvec.blogspot.in/   10
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.



                   http://improvec.blogspot.in/       11
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.




                  http://improvec.blogspot.in/   12
Types of memory
                                 MEMORY
                                 MEMORY

         PRIMARY MEMORY
          PRIMARY MEMORY                          SECONDARY MEMORY
                                                   SECONDARY MEMORY
       (INTERNAL MEMORY)
        (INTERNAL MEMORY)                         (EXTERNAL MEMORY)
                                                   (EXTERNAL MEMORY)

     CPU
     CPU
                                               MAGNETIC MAGNETIC
                                               MAGNETIC MAGNETIC       OPTICAL
                                                                       OPTICAL
            ON CHIP                              TAPE
                                                  TAPE    DISK
REGISTER     ON CHIP                                       DISK         DISK
                                                                         DISK
 REGISTER   CACHE
             CACHE

                 RAM                           ROM
                                               ROM
                 RAM


      DRAM             SRAM         PROM
                                     PROM            EPROM
                                                      EPROM   EEPROM
       DRAM             SRAM                                   EEPROM




                               http://improvec.blogspot.in/                 13
Random Access Memory (RAM)


 It is volatile memory i.e. temporary memory.

 Performs both read and write operations.

 Usually hidden to users.




                   http://improvec.blogspot.in/   14
TYPES OF RAM

Storage capacity is limited.


 DRAM


 SRAM




                   http://improvec.blogspot.in/   15
Static RAM


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

 Static RAMs are costlier and consume more
  power.




                  http://improvec.blogspot.in/    16
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.




                   http://improvec.blogspot.in/   17
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.



                  http://improvec.blogspot.in/   18
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.


                 http://improvec.blogspot.in/    19
Random Access Memory




Fig 1

        http://improvec.blogspot.in/   20
Read Only Memory (ROM)

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

 Performs only read operations.

 Limited storage capacity.




                   http://improvec.blogspot.in/   21
Types Of ROM

1. PROM     - (Programmable Read Only
               Memory)

2. EPROM    - (Erasable Programmable
               Read Only Memory)

3. EEPROM - (Electrically Erasable PROM)


           http://improvec.blogspot.in/   22
Cache Memory

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

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




                    http://improvec.blogspot.in/    23
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%.




                  http://improvec.blogspot.in/    24
Summary

In this class, we have learnt about

            Functions of memory.

           Types of memory.




                   http://improvec.blogspot.in/   25
Frequently Asked Questions

1. Explain the types of memories?


2. Explain the functions of memory?




                 http://improvec.blogspot.in/   26
Quiz

1. Is RAM a Volatile memory?
  a. No
  b. Yes




                 http://improvec.blogspot.in/   27
Quiz:

2. Is ROM a Non volatile memory?
  a. Yes
  b. No




                 http://improvec.blogspot.in/   28
Quiz

3. What is the form of data in the memory?
  a. Decimal
  b. Binary
  c. Octal
  d. Hexadecimal




                   http://improvec.blogspot.in/   29

More Related Content

PPT
Evaluation of morden computer & system attributes in ACA
PPTX
Chapter 2 Introduction to Unix Concepts
PPTX
Linux Memory Management with CMA (Contiguous Memory Allocator)
PPT
Ch4 Threads
PPTX
Storage Management
PPTX
Memory technology and optimization in Advance Computer Architechture
PPT
advanced computer architesture-conditions of parallelism
PDF
Introduction to High-Performance Computing (HPC) Containers and Singularity*
Evaluation of morden computer & system attributes in ACA
Chapter 2 Introduction to Unix Concepts
Linux Memory Management with CMA (Contiguous Memory Allocator)
Ch4 Threads
Storage Management
Memory technology and optimization in Advance Computer Architechture
advanced computer architesture-conditions of parallelism
Introduction to High-Performance Computing (HPC) Containers and Singularity*

What's hot (20)

PDF
OpenMP Tutorial for Beginners
PPTX
Multiprocessor architecture
PPTX
Multiprocessor
PPT
Cache coherence
PPT
Parallel processing
PPTX
Multiprocessor Architecture (Advanced computer architecture)
PPT
Secondary storage management in os
PPTX
File system Os
PPT
Page replacement
PPT
Parallel Processing Concepts
PDF
Cs8493 unit 4
PPT
Unit 6 interconnection structure
PPT
Multicore computers
PPTX
Types of Operating System
DOCX
Cisc vs risc
DOCX
Valgrind debugger Tutorial
PDF
CS9222 ADVANCED OPERATING SYSTEMS
PPT
multiprocessors and multicomputers
PPTX
Kernel I/O subsystem
ODP
SR-IOV Introduce
OpenMP Tutorial for Beginners
Multiprocessor architecture
Multiprocessor
Cache coherence
Parallel processing
Multiprocessor Architecture (Advanced computer architecture)
Secondary storage management in os
File system Os
Page replacement
Parallel Processing Concepts
Cs8493 unit 4
Unit 6 interconnection structure
Multicore computers
Types of Operating System
Cisc vs risc
Valgrind debugger Tutorial
CS9222 ADVANCED OPERATING SYSTEMS
multiprocessors and multicomputers
Kernel I/O subsystem
SR-IOV Introduce
Ad

Viewers also liked (17)

PPT
Types of memory 10 to11
PPTX
Hibernate example1
PPT
Data type
PPT
38 paged segmentation
PPT
Fundamentals
PPTX
File management53(1)
PPT
35. multiplepartitionallocation
PPT
36 fragmentaio nnd pageconcepts
PPT
40 demand paging
PPT
Thrashing allocation frames.43
PPT
39 virtual memory
PPT
37 segmentation
PPTX
Segmentation in Operating Systems.
PPT
04 cache memory
PPTX
Paging and segmentation
PPT
Memory management
PPTX
Paging and Segmentation in Operating System
Types of memory 10 to11
Hibernate example1
Data type
38 paged segmentation
Fundamentals
File management53(1)
35. multiplepartitionallocation
36 fragmentaio nnd pageconcepts
40 demand paging
Thrashing allocation frames.43
39 virtual memory
37 segmentation
Segmentation in Operating Systems.
04 cache memory
Paging and segmentation
Memory management
Paging and Segmentation in Operating System
Ad

Similar to Types of memory (20)

PPT
Function of memory.4to5
PPT
Function of memory.4to5
PPTX
Computer memory presentation
PDF
Basics_of_Semiconductor_Memories_Microprocessor_Microcontroller.pdf
PPTX
Satish gupta
PPTX
memory
PPTX
Memory System
PPTX
Storage Devices
PPTX
Computer Memory.pptx with its types and storage
PPTX
Unit-II.pptxytwrtwuuuuuurwuwrturuwuututr
PDF
Computer Memory
PDF
Soumenu Patra Presentation_Types of Memory.pdf
PPT
1250438
PPTX
Memory organisation ppt final presentation
PPTX
Lec 6 memory
PPTX
Complete Computer Memory Information
PPTX
Memory organisation
PPTX
Memory presentation
PPTX
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
PPTX
Computer storage & type of storage.
Function of memory.4to5
Function of memory.4to5
Computer memory presentation
Basics_of_Semiconductor_Memories_Microprocessor_Microcontroller.pdf
Satish gupta
memory
Memory System
Storage Devices
Computer Memory.pptx with its types and storage
Unit-II.pptxytwrtwuuuuuurwuwrturuwuututr
Computer Memory
Soumenu Patra Presentation_Types of Memory.pdf
1250438
Memory organisation ppt final presentation
Lec 6 memory
Complete Computer Memory Information
Memory organisation
Memory presentation
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
Computer storage & type of storage.

More from myrajendra (20)

PPTX
Jdbc workflow
PPTX
2 jdbc drivers
PPTX
3 jdbc api
PPTX
4 jdbc step1
PPTX
Dao example
PPTX
Sessionex1
PPTX
Internal
PPTX
3. elements
PPTX
2. attributes
PPTX
1 introduction to html
PPTX
Headings
PPTX
Forms
PPT
PPTX
Views
PPTX
Views
PPTX
Views
PPT
Starting jdbc
PPTX
Properties
PPTX
Java.sql package
PPTX
Interface callable statement
Jdbc workflow
2 jdbc drivers
3 jdbc api
4 jdbc step1
Dao example
Sessionex1
Internal
3. elements
2. attributes
1 introduction to html
Headings
Forms
Views
Views
Views
Starting jdbc
Properties
Java.sql package
Interface callable statement

Types of memory

  • 1. Types of Memories used in computer http://improvec.blogspot.in/ 1
  • 2. Objective On completion of this period, you would be able to learn:  Functions of Memory.  Types of Memory. http://improvec.blogspot.in/ 2
  • 3. Recap  Blocks in CPU Control Unit & Arithmetic and Logical Unit.  Functions of CPU Performs calculations, takes decisions, and controls all the units. http://improvec.blogspot.in/ 3
  • 4. Memory  A space to keep computer’s data.  It stores program, data, results or any kind of intermediate results. http://improvec.blogspot.in/ 4
  • 5. Memory (contd...)  Memory stores binary data i.e. 0’s and 1’s. http://improvec.blogspot.in/ 5
  • 6. Types of Memory  Primary memory (Semiconductor memory).  Secondary memory (magnetic memory).  Optical memory. http://improvec.blogspot.in/ 6
  • 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 http://improvec.blogspot.in/ 7
  • 8. Primary Memory (contd...)  The storage type is temporary  It is volatile memory  Storage capacity is limited http://improvec.blogspot.in/ 8
  • 9. Primary memory (contd):  It is part of CPU.  Used for storing a little volume of data at the time of processing. http://improvec.blogspot.in/ 9
  • 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. http://improvec.blogspot.in/ 10
  • 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. http://improvec.blogspot.in/ 11
  • 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. http://improvec.blogspot.in/ 12
  • 13. Types of memory MEMORY MEMORY PRIMARY MEMORY PRIMARY MEMORY SECONDARY MEMORY SECONDARY MEMORY (INTERNAL MEMORY) (INTERNAL MEMORY) (EXTERNAL MEMORY) (EXTERNAL MEMORY) CPU CPU MAGNETIC MAGNETIC MAGNETIC MAGNETIC OPTICAL OPTICAL ON CHIP TAPE TAPE DISK REGISTER ON CHIP DISK DISK DISK REGISTER CACHE CACHE RAM ROM ROM RAM DRAM SRAM PROM PROM EPROM EPROM EEPROM DRAM SRAM EEPROM http://improvec.blogspot.in/ 13
  • 14. Random Access Memory (RAM)  It is volatile memory i.e. temporary memory.  Performs both read and write operations.  Usually hidden to users. http://improvec.blogspot.in/ 14
  • 15. TYPES OF RAM Storage capacity is limited.  DRAM  SRAM http://improvec.blogspot.in/ 15
  • 16. Static RAM  Static RAM retains stored information only as long as power supply is on.  Static RAMs are costlier and consume more power. http://improvec.blogspot.in/ 16
  • 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. http://improvec.blogspot.in/ 17
  • 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. http://improvec.blogspot.in/ 18
  • 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. http://improvec.blogspot.in/ 19
  • 20. Random Access Memory Fig 1 http://improvec.blogspot.in/ 20
  • 21. Read Only Memory (ROM)  It is non-volatile memory .i.e. permanent storage.  Performs only read operations.  Limited storage capacity. http://improvec.blogspot.in/ 21
  • 22. Types Of ROM 1. PROM - (Programmable Read Only Memory) 2. EPROM - (Erasable Programmable Read Only Memory) 3. EEPROM - (Electrically Erasable PROM) http://improvec.blogspot.in/ 22
  • 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. http://improvec.blogspot.in/ 23
  • 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%. http://improvec.blogspot.in/ 24
  • 25. Summary In this class, we have learnt about  Functions of memory. Types of memory. http://improvec.blogspot.in/ 25
  • 26. Frequently Asked Questions 1. Explain the types of memories? 2. Explain the functions of memory? http://improvec.blogspot.in/ 26
  • 27. Quiz 1. Is RAM a Volatile memory? a. No b. Yes http://improvec.blogspot.in/ 27
  • 28. Quiz: 2. Is ROM a Non volatile memory? a. Yes b. No http://improvec.blogspot.in/ 28
  • 29. Quiz 3. What is the form of data in the memory? a. Decimal b. Binary c. Octal d. Hexadecimal http://improvec.blogspot.in/ 29