SlideShare uma empresa Scribd logo
1 de 32
Contents
 RAM
 ROM
 CACHE MEMORY
 REGISTERS
Meaning of RAM.
 RAM or Random Access Memory also
known as volatile memory is a form of
computer data storage device which
stores most commonly accessed data in
the computer.
 It is a semi conductive memory module
device made up of small memory chips
installed on the motherboard of the
computer.
Basic understanding on working
of RAM
 Whenever you run a program (e.g. operating system,
applications) or open a file (e.g. videos, images,
music, documents), it is loaded temporarily from the
hard drive into your RAM.
 Once loaded into RAM, you will be able to access it
smoothly with minimal delays.
 The data are stored randomly on the RAM and it can
be assessed directly.
 If you run out of RAM, your operating system will
begin dumping some of the open programs and files
to the paging file causing your computer to lag.
Basic understanding on how RAM
works.
HARD
DRIVE
USER
RAM
(Random Access
Memory)
CPU
Data/Result inflow
(less access time)
Command to computer
(less access time)
Typical RAM and its location in motherboard
Types Of RAM
DRAM (Dynamic RAM)
SRAM (Static RAM)
i. Dynamic RAM
 DRAM or dynamic random access memory is that type
of RAM which stores data using a transistor and
capacitor which are comprised together in a memory
cell.
 The capacitor holds a high or low charge (1 or 0,
respectively), and the transistor acts as a switch that
lets the control circuitry on the chip read the
capacitor's state of charge or change it.
 Since capacitors leak charge, the information stored in
it fades unless the capacitor charge is refreshed
periodically.
 It is smaller in size cheap but is slow compared to
Static Ram.
ii. Static RAM
 Static random-access memory (SRAM) is a type of
semiconductor memory that uses latching circuitry
(flip flops) to store each bit.
 It does not need to be refreshed like DRAM and the
data in it will only be deleted once the computer is
shut down.
 It is more expensive type of RAM but is faster than
DRAM.
 Because of its more parts it require more space than
DRAM.
Importance Of RAM
 Load and run operating systems.
 Enable faster access to data.
Limitation of RAM
 Limited amount of data storage.
 Temporary Memory
 Expensive
 Computer memory on
which data has been
prerecorded
 Data cannot be modified
or with difficulty
 Enables an electronic
device to regulate their
motion
 Retains its content
even when the
computer is turned off.
 Device mainly used for
storage
 Programmable Read-only Memory(PROM)
 Erasable Programmable Read-only
Memory(EPROM)
 Electrically Erasable Programmable Read-
only Memory (EEPROM)
 Flash Memory
 Data stored
permanently
 Retains the content
when the computer
is turned off
 Manufactured as
blank memory
 PROM programmer
or a Prom burner
 Enables a device to
erase the data in
ROM
 Exposed to ultra
violent stored data
deleted
 Enables to input
new programme.
 Data is erased
electrically
 Requires data to be
written or erased one
byte at a time
 Non –volatile
computer storage
medium
 Modified version of
EEPROM
 Data can be erased
& reprogrammed in
blocks
Contents
 A brief introduction to Cache memory
 Types of Cache memory
 Where is Cache located
 Advantages and Disadvantages
 Process Flow
CACHE MEMORY
A BRIEF INTRODUCTION TO CACHE
MEMORY
What is cache (pronounced as cash)memory ??
→high-speed access area (either a reserved section of main memory
or a storage device.)
→high speed buffer made up of SRAM (static RAM) that stores the
most frequently accessed data and instructions for quick retrieval.
→Intermediate between CPU and main memory(access time of cache
memory is very small than that of main memory
→much faster than RAM or main memory
→more expensive.
TYPES OF CACHE
MEMORY
❶Memory
cache(portion on
memory of high-
speed SRAM)
❷Disk cache(used to
access commonly
accessed data)
❸Internet browser
cache(used to help
improve how fast
data is opened while
browsing the
Internet.)
WHERE IS CACHE
LOCATED ?
○Level 1 - in the processor
○Level 2 - dedicated for the processor but not
in the processing logic
○Level 3 - shared between processors
ADVANTAGES AND
DISADVANTAGES
Advantages
 Reduce load on Web Services/ Database
 Increase Performance
 Reliability (Assuming db backed cache.
Server goes down and db is backed by
cache. There is no time wasted to
repopulate as in memory cache)
Disadvantages
 Could run into issues syncing caches
 Increased Maintenance
 Scalability Issues
PROCESS FLOW
-
Contents
 Introduction to registers
 Functioning of registers
 Registers perform
 Types of registers
 Working of a memory device
REGISTERS
• Very small amount of very fast memory built into the
CPU to speed up its operations by providing quick
access to commonly used values,
• The fastest way for the system to manipulate data,
• Mostly implemented as an array of SRAM (Static
Random Access Memory),
• Normally measured by the number of bits they can
hold
Functioning of REGISTERS
Used by the CPU for performing the operations.
Step1: User gives some input to the system.
Step2: Input is stored into the registers.
Step3: CPU processes the data.
Step4: Result is stored in the registers.
Step5: System gives the result to the users.
Registers perform:
Fetch
Decode
Execute
Types of Registers
 Memory Address Registers
 Program Counter
 Accumulator Register
 Memory Data Register
 Index Register
 Memory Buffer Register
 Data Register
How do the memory devices work?
THANK YOU FOR YOUR
ATTENTION.

Mais conteúdo relacionado

Mais procurados (20)

Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.Computer memory & Memory Storage Devices.
Computer memory & Memory Storage Devices.
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .ppt
 
Types of RAM
Types of RAMTypes of RAM
Types of RAM
 
Storage Devices PPt For class 9
Storage Devices PPt For class 9Storage Devices PPt For class 9
Storage Devices PPt For class 9
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .
 
Primary and secondary Storage devices
Primary and secondary Storage devicesPrimary and secondary Storage devices
Primary and secondary Storage devices
 
Computer MEMORY
Computer MEMORYComputer MEMORY
Computer MEMORY
 
RAM (Random Access Memory)
RAM (Random Access Memory)RAM (Random Access Memory)
RAM (Random Access Memory)
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Storage
StorageStorage
Storage
 
Storage Device
Storage DeviceStorage Device
Storage Device
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Secondary Memory
Secondary MemorySecondary Memory
Secondary Memory
 
Processors and its Types
Processors and its TypesProcessors and its Types
Processors and its Types
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
 
RAM(Random Access Memory)
RAM(Random Access Memory)RAM(Random Access Memory)
RAM(Random Access Memory)
 
Primary memory (main memory)
Primary memory (main memory)Primary memory (main memory)
Primary memory (main memory)
 
Computer storage
Computer storageComputer storage
Computer storage
 
Cd Rom
Cd RomCd Rom
Cd Rom
 

Semelhante a COMPUTER MEMORY (20)

COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
 
Basics Of Semiconductor Memories
Basics Of Semiconductor MemoriesBasics Of Semiconductor Memories
Basics Of Semiconductor Memories
 
Ram and types of ram.Cache
Ram and types of ram.CacheRam and types of ram.Cache
Ram and types of ram.Cache
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Topic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptxTopic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptx
 
Random Access Memory ppt
Random Access Memory pptRandom Access Memory ppt
Random Access Memory ppt
 
Computer Memory and it types RAM ROM AND CACHE MEMORIES
Computer Memory and it types RAM ROM AND CACHE MEMORIESComputer Memory and it types RAM ROM AND CACHE MEMORIES
Computer Memory and it types RAM ROM AND CACHE MEMORIES
 
Memory (2)
Memory (2)Memory (2)
Memory (2)
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
Memory System
Memory SystemMemory System
Memory System
 
Main Memory RAM and ROM
Main Memory RAM and ROMMain Memory RAM and ROM
Main Memory RAM and ROM
 
Memory
MemoryMemory
Memory
 
What is Computer Memory.ppt
What is Computer Memory.pptWhat is Computer Memory.ppt
What is Computer Memory.ppt
 
It compter applications
It compter applicationsIt compter applications
It compter applications
 
Memory
MemoryMemory
Memory
 
H memory
H memoryH memory
H memory
 
Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02
 

Último

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Último (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

COMPUTER MEMORY

  • 1. Contents  RAM  ROM  CACHE MEMORY  REGISTERS
  • 2. Meaning of RAM.  RAM or Random Access Memory also known as volatile memory is a form of computer data storage device which stores most commonly accessed data in the computer.  It is a semi conductive memory module device made up of small memory chips installed on the motherboard of the computer.
  • 3. Basic understanding on working of RAM  Whenever you run a program (e.g. operating system, applications) or open a file (e.g. videos, images, music, documents), it is loaded temporarily from the hard drive into your RAM.  Once loaded into RAM, you will be able to access it smoothly with minimal delays.  The data are stored randomly on the RAM and it can be assessed directly.  If you run out of RAM, your operating system will begin dumping some of the open programs and files to the paging file causing your computer to lag.
  • 4. Basic understanding on how RAM works. HARD DRIVE USER RAM (Random Access Memory) CPU Data/Result inflow (less access time) Command to computer (less access time)
  • 5. Typical RAM and its location in motherboard
  • 6. Types Of RAM DRAM (Dynamic RAM) SRAM (Static RAM)
  • 7. i. Dynamic RAM  DRAM or dynamic random access memory is that type of RAM which stores data using a transistor and capacitor which are comprised together in a memory cell.  The capacitor holds a high or low charge (1 or 0, respectively), and the transistor acts as a switch that lets the control circuitry on the chip read the capacitor's state of charge or change it.  Since capacitors leak charge, the information stored in it fades unless the capacitor charge is refreshed periodically.  It is smaller in size cheap but is slow compared to Static Ram.
  • 8. ii. Static RAM  Static random-access memory (SRAM) is a type of semiconductor memory that uses latching circuitry (flip flops) to store each bit.  It does not need to be refreshed like DRAM and the data in it will only be deleted once the computer is shut down.  It is more expensive type of RAM but is faster than DRAM.  Because of its more parts it require more space than DRAM.
  • 9. Importance Of RAM  Load and run operating systems.  Enable faster access to data.
  • 10. Limitation of RAM  Limited amount of data storage.  Temporary Memory  Expensive
  • 11.
  • 12.  Computer memory on which data has been prerecorded  Data cannot be modified or with difficulty  Enables an electronic device to regulate their motion  Retains its content even when the computer is turned off.  Device mainly used for storage
  • 13.  Programmable Read-only Memory(PROM)  Erasable Programmable Read-only Memory(EPROM)  Electrically Erasable Programmable Read- only Memory (EEPROM)  Flash Memory
  • 14.  Data stored permanently  Retains the content when the computer is turned off  Manufactured as blank memory  PROM programmer or a Prom burner
  • 15.  Enables a device to erase the data in ROM  Exposed to ultra violent stored data deleted  Enables to input new programme.
  • 16.  Data is erased electrically  Requires data to be written or erased one byte at a time
  • 17.  Non –volatile computer storage medium  Modified version of EEPROM  Data can be erased & reprogrammed in blocks
  • 18. Contents  A brief introduction to Cache memory  Types of Cache memory  Where is Cache located  Advantages and Disadvantages  Process Flow
  • 19. CACHE MEMORY A BRIEF INTRODUCTION TO CACHE MEMORY What is cache (pronounced as cash)memory ?? →high-speed access area (either a reserved section of main memory or a storage device.) →high speed buffer made up of SRAM (static RAM) that stores the most frequently accessed data and instructions for quick retrieval. →Intermediate between CPU and main memory(access time of cache memory is very small than that of main memory →much faster than RAM or main memory →more expensive.
  • 20. TYPES OF CACHE MEMORY ❶Memory cache(portion on memory of high- speed SRAM) ❷Disk cache(used to access commonly accessed data) ❸Internet browser cache(used to help improve how fast data is opened while browsing the Internet.)
  • 21. WHERE IS CACHE LOCATED ? ○Level 1 - in the processor ○Level 2 - dedicated for the processor but not in the processing logic ○Level 3 - shared between processors
  • 22. ADVANTAGES AND DISADVANTAGES Advantages  Reduce load on Web Services/ Database  Increase Performance  Reliability (Assuming db backed cache. Server goes down and db is backed by cache. There is no time wasted to repopulate as in memory cache) Disadvantages  Could run into issues syncing caches  Increased Maintenance  Scalability Issues
  • 23.
  • 25. -
  • 26. Contents  Introduction to registers  Functioning of registers  Registers perform  Types of registers  Working of a memory device
  • 27. REGISTERS • Very small amount of very fast memory built into the CPU to speed up its operations by providing quick access to commonly used values, • The fastest way for the system to manipulate data, • Mostly implemented as an array of SRAM (Static Random Access Memory), • Normally measured by the number of bits they can hold
  • 28. Functioning of REGISTERS Used by the CPU for performing the operations. Step1: User gives some input to the system. Step2: Input is stored into the registers. Step3: CPU processes the data. Step4: Result is stored in the registers. Step5: System gives the result to the users.
  • 30. Types of Registers  Memory Address Registers  Program Counter  Accumulator Register  Memory Data Register  Index Register  Memory Buffer Register  Data Register
  • 31. How do the memory devices work?
  • 32. THANK YOU FOR YOUR ATTENTION.