SlideShare une entreprise Scribd logo
1  sur  13
Télécharger pour lire hors ligne
Primary Memory
Types of RAM and ROM
CONTENTS INSIDE:
STATIC, DYNAMIC AND NV-RAM
MASKED ROM, PROM, EPROM, EEPROM
Primary Memory
▪Primary storage (or main memory or internal memory), often referred
to simply as memory, is the only one directly accessible to the CPU.
▪The CPU continuously reads instructions stored there and executes
them as required.
▪Main memory is directly or indirectly connected to the CPU via a
memory bus. It is actually two buses an address bus and a data bus.
▪The CPU firstly sends a number through an address bus, a number
called memory address, that indicates the desired location of data.
▪Then it reads or writes the data itself using the data bus.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
Primary Memory
▪It is the only memory that is directly accessible to CPU.
▪The CPU continuously reads instructions stored there and executes
them as required.
▪Various "Primary storage devices" are:
▪ RAM
▪ ROM
▪ Cache Memory
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
Primary Memory Types
RAM (Random access memory):
◦ SRAM (Static RAM) (flip-flop gates)
◦ DRAM (Dynamic RAM)
◦ NvRAM (Non-volatile RAM)
ROM (Read only memory)
◦ Masked ROM
◦ PROM (programmable)
◦ EPROM (erasable programmable)
◦ EEPROM (electronically erasable programmable)
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
RAM(Random Access
Memory)
▪Random Access Memory allows stored data to be accessed directly by
CPU in any random order.
▪It is so called random access as data and instructions can read from or
written into RAM in random order. For e.g. to read data stored in memory
location 11111111, RAM doesn't need to scan all the memory locations
starting from 00000000 index.
▪It stores temporary data of currently running applications and play vital
role in computers operation.
▪It is a Volatile Memory i.e. the data vanishes/erased when the power
supply is cut off.
▪These are of 2 types:
▪ SRAM (Static RAM)
▪ DRAM (Dynamic RAM)
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
DRAM (Dynamic random
access memory)
▪This is a Random Access Memory that stores each bit of data in a
separate capacitor.
▪The capacitor can be either charged or discharged; these two states
are taken to represent the two values of bit, that are 0 and 1.
▪Main characteristics of capacitors is that they leaks electric charge
gradually. This will result in turning back the 1 state gradually to 0
state i.e. data may get lost in long run.
▪Because of this, there is need of extra power supply for DRAMs using
extra circuit. Extra circuit is known as refresh circuit and process of
providing electricity is known as refreshing.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
SRAM (Static Random Access
Memory)
▪Static random-access memory (static RAM or SRAM) is a type of
semiconductor memory that uses bistable latching circuitry (flip-flop)
and transistors to store each bit.
▪Volatile in the conventional sense that data is eventually lost when
the memory is not powered.
▪It is faster than the DRAM as it uses a six transistor configuration.
▪In this the direction of current depicts the value 0 or 1.
▪It is expensive than DRAM
▪This memory need not to be refreshed frequently.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
Non-Volatile RAM
▪Only RAM that can retain data even after electricity is cut off.
▪In fact it is volatile RAM equipped with external power supply.
▪It takes power from system battery at the time when computer is
turned off.
▪Currently, the best-known forms of both NV-RAM and EEP-
ROM memory are flash memory.
▪Floating gate transistors are commonly used in this category of RAM.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
ROM(Read Only Memory)
▪The DATA stored in Read Only Memory cannot be modified easily i.e.
can be modified only slowly or with difficulty.
▪It is non-volatile memory i e it does not loose data when the power is
cut off.
▪Its various types are :
▪ Masked ROM
▪ PROM
▪ EPROM
▪ EEPROM
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
ROM(Read Only Memory)
▪Mask ROM (MROM) is a type of read-only
memory (ROM) whose contents are programmed by
the integrated circuit manufacturer (rather than by
the user).
▪User cannot erase content and they are not allowed
to write new contents in masked ROM.
▪Also known commonly as manufacturer
programmed ROM.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
PROM (Programmable Read Only
Memory)
▪On Programmable Read Only Memory the Data can be written only once.
▪It is Manufactured as a blank memory and then the data is written on it , also
called as Burning the PROM.
▪One step up from the masked ROM is the PROM (programmable ROM), which
is purchased in an unprogrammed state.
▪If you look at the contents of an unprogrammed PROM, the data is made up
entirely of 1’s.
▪The process of writing your data to the PROM involves a special piece of
equipment called a PROM burner.
▪The device programmer writes data to the device one word at a time by
applying an electrical charge to the input pins of the chip. Once a PROM has
been programmed in this way, its contents can never be changed.
▪If the code or data stored in the PROM must be changed, the current device
must be discarded. As a result, PROMs are also known as one-time
programmable (OTP) devices.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
EPROM (Erasable Programmable read
Only Memory)
▪An EPROM (erasable-and-programmable ROM) is
programmed in exactly the same manner as a PROM.
However, EPROMs can be erased and reprogrammed
repeatedly.
▪To erase an EPROM, you simply expose the device to a strong
source of ultraviolet light. (A window in the top of the device
allows the light to reach the silicon.)
▪By doing this, you essentially reset the entire chip to its initial-
unprogrammed-state.
▪Though more expensive than PROMs, their ability to be
reprogrammed makes EPROMs an essential part of the
software development and testing process as well rather than
only for startup instructions.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE
EEPROM (Electrically Erasable
Programmable Read Only Memory)
▪EEPROM is a special type of PROM that can be erased by exposing it to an
electric charge.
▪Like other ROM it retains its memory even if the power is switched off.
▪Data is written or erased one byte at a time
▪EEPROMS are electrically-erasable-and-programmable. Internally, they
are similar to EPROMs, but the erase operation is accomplished
electrically, rather than by exposure to ultraviolet light.
▪Any byte within an EEPROM may be erased and rewritten. Once written,
the new data will remain in the device forever-or at least until it is
electrically erased.
▪The primary tradeoff for this improved functionality is higher cost, though
write cycles are also significantly longer than writes to a RAM. So you
wouldn't want to use an EEPROM for your main system memory.
REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR
POKHREL, FACULTY - PRIME COLLEGE

Contenu connexe

Tendances

Cache memory
Cache memoryCache memory
Cache memory
Anuj Modi
 

Tendances (20)

Primary memory
Primary memoryPrimary memory
Primary memory
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .ppt
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
presentation on memory units.
presentation on memory units.presentation on memory units.
presentation on memory units.
 
Memory devices
Memory devicesMemory devices
Memory devices
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
 
memory hierarchy
memory hierarchymemory hierarchy
memory hierarchy
 
EPROM, PROM & ROM
EPROM, PROM & ROMEPROM, PROM & ROM
EPROM, PROM & ROM
 
Memory and its types
Memory and its typesMemory and its types
Memory and its types
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Types of memory
Types of memoryTypes of memory
Types of memory
 
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
 
Computer memory presentation
Computer memory presentationComputer memory presentation
Computer memory presentation
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Internal memory
Internal memoryInternal memory
Internal memory
 
Cache memory
Cache memoryCache memory
Cache memory
 
Ram & rom
Ram & romRam & rom
Ram & rom
 
Processor organization & register organization
Processor organization & register organizationProcessor organization & register organization
Processor organization & register organization
 
Functional units of computer
Functional units of computerFunctional units of computer
Functional units of computer
 
Cache memory
Cache memoryCache memory
Cache memory
 

Similaire à Primary Memory: RAM, ROM and their Types

CLASIFICATION OF MEMORY mechnical engind
CLASIFICATION OF MEMORY mechnical engindCLASIFICATION OF MEMORY mechnical engind
CLASIFICATION OF MEMORY mechnical engind
UKESHK1
 
Ram & rom memories
Ram & rom memoriesRam & rom memories
Ram & rom memories
angelaag98
 

Similaire à Primary Memory: RAM, ROM and their Types (20)

CLASIFICATION OF MEMORY mechnical engind
CLASIFICATION OF MEMORY mechnical engindCLASIFICATION OF MEMORY mechnical engind
CLASIFICATION OF MEMORY mechnical engind
 
memory classification
memory classificationmemory classification
memory classification
 
Lincoln khan computer presentation
Lincoln khan computer presentationLincoln khan computer presentation
Lincoln khan computer presentation
 
Semiconductor memories
Semiconductor memoriesSemiconductor memories
Semiconductor memories
 
1250438
12504381250438
1250438
 
Memory and its Types.ppt
Memory and its Types.pptMemory and its Types.ppt
Memory and its Types.ppt
 
Comp App Lect 3.pptx
Comp App Lect 3.pptxComp App Lect 3.pptx
Comp App Lect 3.pptx
 
Ram & rom memories
Ram & rom memoriesRam & rom memories
Ram & rom memories
 
Memory management
Memory managementMemory management
Memory management
 
COMPUTER MEMORY.pptx
COMPUTER MEMORY.pptxCOMPUTER MEMORY.pptx
COMPUTER MEMORY.pptx
 
Internal memory
Internal memoryInternal memory
Internal memory
 
Main Memory RAM and ROM
Main Memory RAM and ROMMain Memory RAM and ROM
Main Memory RAM and ROM
 
SEMICONDUCTOR MEMORIES(RAM &ROM).pptx
SEMICONDUCTOR MEMORIES(RAM &ROM).pptxSEMICONDUCTOR MEMORIES(RAM &ROM).pptx
SEMICONDUCTOR MEMORIES(RAM &ROM).pptx
 
Memory And Storages
Memory And StoragesMemory And Storages
Memory And Storages
 
Memory
MemoryMemory
Memory
 
Ram rom
Ram romRam rom
Ram rom
 
Memory units
Memory unitsMemory units
Memory units
 
project on memories .pptx
project on memories .pptxproject on memories .pptx
project on memories .pptx
 
coa ppt.pptx
coa ppt.pptxcoa ppt.pptx
coa ppt.pptx
 
Presentation
PresentationPresentation
Presentation
 

Plus de Hem Pokhrel

Plus de Hem Pokhrel (20)

Software/System Development Life Cycle
Software/System Development Life CycleSoftware/System Development Life Cycle
Software/System Development Life Cycle
 
Network Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part INetwork Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part I
 
PrestaShop Kathmandu Ecommerce Meetup #2
PrestaShop Kathmandu Ecommerce Meetup #2PrestaShop Kathmandu Ecommerce Meetup #2
PrestaShop Kathmandu Ecommerce Meetup #2
 
Marketing Information System (MkIS)
Marketing Information System (MkIS)Marketing Information System (MkIS)
Marketing Information System (MkIS)
 
OUTPUT DEVICES: MONITORS (CRT, LCD, LED, PLASMA)
OUTPUT DEVICES: MONITORS (CRT, LCD, LED, PLASMA)OUTPUT DEVICES: MONITORS (CRT, LCD, LED, PLASMA)
OUTPUT DEVICES: MONITORS (CRT, LCD, LED, PLASMA)
 
Introduction to Bus | Address, Data, Control Bus
Introduction to Bus | Address, Data, Control BusIntroduction to Bus | Address, Data, Control Bus
Introduction to Bus | Address, Data, Control Bus
 
Touch Screens and Scanner
Touch Screens and ScannerTouch Screens and Scanner
Touch Screens and Scanner
 
BBA First Semester | Course introduction
BBA First Semester | Course introductionBBA First Semester | Course introduction
BBA First Semester | Course introduction
 
Software Agents & Their Taxonomy | Ecommerce BBA Handout
Software Agents & Their Taxonomy | Ecommerce BBA HandoutSoftware Agents & Their Taxonomy | Ecommerce BBA Handout
Software Agents & Their Taxonomy | Ecommerce BBA Handout
 
How to be THIN and SKINNY - 5 Simple Tips
How to be THIN and SKINNY - 5 Simple TipsHow to be THIN and SKINNY - 5 Simple Tips
How to be THIN and SKINNY - 5 Simple Tips
 
BBA 6th Orientation
BBA 6th OrientationBBA 6th Orientation
BBA 6th Orientation
 
Computer Network | BBA First Semester
Computer Network | BBA First SemesterComputer Network | BBA First Semester
Computer Network | BBA First Semester
 
Short Questions Collections | BBA First Semester
Short Questions Collections | BBA First SemesterShort Questions Collections | BBA First Semester
Short Questions Collections | BBA First Semester
 
Detailed format for E-commerce project report |BBA
Detailed format for E-commerce project report |BBADetailed format for E-commerce project report |BBA
Detailed format for E-commerce project report |BBA
 
Firewall and It's Types
Firewall and It's TypesFirewall and It's Types
Firewall and It's Types
 
PrestaShop - Kathmandu Ecommerce Meetup #1
PrestaShop - Kathmandu Ecommerce Meetup #1PrestaShop - Kathmandu Ecommerce Meetup #1
PrestaShop - Kathmandu Ecommerce Meetup #1
 
E-environment
E-environmentE-environment
E-environment
 
Electronic Data Interchange (EDI) | E-Commerce
Electronic Data Interchange (EDI) | E-CommerceElectronic Data Interchange (EDI) | E-Commerce
Electronic Data Interchange (EDI) | E-Commerce
 
Internet Marketing Basics | E-Commerce
Internet Marketing Basics | E-CommerceInternet Marketing Basics | E-Commerce
Internet Marketing Basics | E-Commerce
 
Computer History, Generations, Types and IO
Computer History, Generations, Types and IOComputer History, Generations, Types and IO
Computer History, Generations, Types and IO
 

Dernier

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 

Dernier (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

Primary Memory: RAM, ROM and their Types

  • 1. Primary Memory Types of RAM and ROM CONTENTS INSIDE: STATIC, DYNAMIC AND NV-RAM MASKED ROM, PROM, EPROM, EEPROM
  • 2. Primary Memory ▪Primary storage (or main memory or internal memory), often referred to simply as memory, is the only one directly accessible to the CPU. ▪The CPU continuously reads instructions stored there and executes them as required. ▪Main memory is directly or indirectly connected to the CPU via a memory bus. It is actually two buses an address bus and a data bus. ▪The CPU firstly sends a number through an address bus, a number called memory address, that indicates the desired location of data. ▪Then it reads or writes the data itself using the data bus. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 3. Primary Memory ▪It is the only memory that is directly accessible to CPU. ▪The CPU continuously reads instructions stored there and executes them as required. ▪Various "Primary storage devices" are: ▪ RAM ▪ ROM ▪ Cache Memory REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 4. Primary Memory Types RAM (Random access memory): ◦ SRAM (Static RAM) (flip-flop gates) ◦ DRAM (Dynamic RAM) ◦ NvRAM (Non-volatile RAM) ROM (Read only memory) ◦ Masked ROM ◦ PROM (programmable) ◦ EPROM (erasable programmable) ◦ EEPROM (electronically erasable programmable) REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 5. RAM(Random Access Memory) ▪Random Access Memory allows stored data to be accessed directly by CPU in any random order. ▪It is so called random access as data and instructions can read from or written into RAM in random order. For e.g. to read data stored in memory location 11111111, RAM doesn't need to scan all the memory locations starting from 00000000 index. ▪It stores temporary data of currently running applications and play vital role in computers operation. ▪It is a Volatile Memory i.e. the data vanishes/erased when the power supply is cut off. ▪These are of 2 types: ▪ SRAM (Static RAM) ▪ DRAM (Dynamic RAM) REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 6. DRAM (Dynamic random access memory) ▪This is a Random Access Memory that stores each bit of data in a separate capacitor. ▪The capacitor can be either charged or discharged; these two states are taken to represent the two values of bit, that are 0 and 1. ▪Main characteristics of capacitors is that they leaks electric charge gradually. This will result in turning back the 1 state gradually to 0 state i.e. data may get lost in long run. ▪Because of this, there is need of extra power supply for DRAMs using extra circuit. Extra circuit is known as refresh circuit and process of providing electricity is known as refreshing. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 7. SRAM (Static Random Access Memory) ▪Static random-access memory (static RAM or SRAM) is a type of semiconductor memory that uses bistable latching circuitry (flip-flop) and transistors to store each bit. ▪Volatile in the conventional sense that data is eventually lost when the memory is not powered. ▪It is faster than the DRAM as it uses a six transistor configuration. ▪In this the direction of current depicts the value 0 or 1. ▪It is expensive than DRAM ▪This memory need not to be refreshed frequently. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 8. Non-Volatile RAM ▪Only RAM that can retain data even after electricity is cut off. ▪In fact it is volatile RAM equipped with external power supply. ▪It takes power from system battery at the time when computer is turned off. ▪Currently, the best-known forms of both NV-RAM and EEP- ROM memory are flash memory. ▪Floating gate transistors are commonly used in this category of RAM. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 9. ROM(Read Only Memory) ▪The DATA stored in Read Only Memory cannot be modified easily i.e. can be modified only slowly or with difficulty. ▪It is non-volatile memory i e it does not loose data when the power is cut off. ▪Its various types are : ▪ Masked ROM ▪ PROM ▪ EPROM ▪ EEPROM REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 10. ROM(Read Only Memory) ▪Mask ROM (MROM) is a type of read-only memory (ROM) whose contents are programmed by the integrated circuit manufacturer (rather than by the user). ▪User cannot erase content and they are not allowed to write new contents in masked ROM. ▪Also known commonly as manufacturer programmed ROM. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 11. PROM (Programmable Read Only Memory) ▪On Programmable Read Only Memory the Data can be written only once. ▪It is Manufactured as a blank memory and then the data is written on it , also called as Burning the PROM. ▪One step up from the masked ROM is the PROM (programmable ROM), which is purchased in an unprogrammed state. ▪If you look at the contents of an unprogrammed PROM, the data is made up entirely of 1’s. ▪The process of writing your data to the PROM involves a special piece of equipment called a PROM burner. ▪The device programmer writes data to the device one word at a time by applying an electrical charge to the input pins of the chip. Once a PROM has been programmed in this way, its contents can never be changed. ▪If the code or data stored in the PROM must be changed, the current device must be discarded. As a result, PROMs are also known as one-time programmable (OTP) devices. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 12. EPROM (Erasable Programmable read Only Memory) ▪An EPROM (erasable-and-programmable ROM) is programmed in exactly the same manner as a PROM. However, EPROMs can be erased and reprogrammed repeatedly. ▪To erase an EPROM, you simply expose the device to a strong source of ultraviolet light. (A window in the top of the device allows the light to reach the silicon.) ▪By doing this, you essentially reset the entire chip to its initial- unprogrammed-state. ▪Though more expensive than PROMs, their ability to be reprogrammed makes EPROMs an essential part of the software development and testing process as well rather than only for startup instructions. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE
  • 13. EEPROM (Electrically Erasable Programmable Read Only Memory) ▪EEPROM is a special type of PROM that can be erased by exposing it to an electric charge. ▪Like other ROM it retains its memory even if the power is switched off. ▪Data is written or erased one byte at a time ▪EEPROMS are electrically-erasable-and-programmable. Internally, they are similar to EPROMs, but the erase operation is accomplished electrically, rather than by exposure to ultraviolet light. ▪Any byte within an EEPROM may be erased and rewritten. Once written, the new data will remain in the device forever-or at least until it is electrically erased. ▪The primary tradeoff for this improved functionality is higher cost, though write cycles are also significantly longer than writes to a RAM. So you wouldn't want to use an EEPROM for your main system memory. REFERENCE NOTES FOR BBA FIRST SEMESTER | COMPILED BY SAGAR POKHREL, FACULTY - PRIME COLLEGE