Memory is essential for computers and comes in three main types: primary, cache, and secondary. Primary memory (RAM) is directly accessible by the CPU and comes in volatile forms like DRAM and SRAM. Cache memory improves access speed and can be L1/L2 caches. Secondary memory (hard disks, DVDs) provides large storage but is slower to access. The document discusses these memory types in detail along with their technologies and principles.
Primary memory, also called main memory or volatile memory, is directly accessible to the CPU and includes RAM and ROM. RAM is temporary memory that loses its contents when power is lost, while ROM permanently stores essential programs and instructions. Secondary memory, also called external storage, includes hard drives and solid state drives and provides significantly more storage than primary memory but is not directly accessible by the CPU. Memory is classified and its functions are explained.
Power point presentation on memory of computerArpita Banerjee
油
This document provides an overview of computer memory, including definitions, history, and different types. It defines computer memory as any physical device capable of storing information temporarily or permanently. The history of computer memory is traced back to Charles Babbage's analytical engine in 1834, which used punch cards. There are different types of memory divided based on how information is stored, including volatile memory, non-volatile memory, and virtual memory. Volatile memory only maintains data while powered, while non-volatile memory can retrieve stored information after power cycling.
The document discusses the history and types of computer memory. It describes how early memory in the 1940s had a capacity of only a few bytes. The ENIAC was the first electronic, general-purpose computer capable of being reprogrammed. Delay line memory was an early form that stored data as acoustic waves in mercury delay lines. Magnetic core memory, developed in 1947, allowed memory to be retained after power loss and became the dominant memory technology of the 1960s. Modern computers use semiconductor memory such as RAM, ROM, cache memory, and flash memory. RAM allows random access and comes in dynamic and static varieties, while ROM is read-only and flash memory is non-volatile.
Computer memory is any physical device capable of storing information temporarily or permanently.
Memory is the most essential part of a computer.
Without memory there would be no computer, as we know it today.
Modern computers use semiconductor memory
It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip
This can be divided into three categories
-Internal processor Memory
-Main Memory
-Secondary Memory
A full ppt about computer memory.It will contain all data about computer memory like types of memory,ram and rom, types of ram and rom and cache memory.
This document presents information on primary and secondary storage devices. It discusses random access memory (RAM), which includes dynamic RAM and static RAM, as the primary storage device. It also discusses various types of read-only memory (ROM) like PROM, EPROM, and EEPROM. The document outlines different secondary storage devices such as hard disks, floppy disks, compact disks, tape drives, and USB storage. It provides details on the storage capacity, usage, and key features of each secondary storage type.
Secondary memory is where programs and data are kept on a long-term basis. Common secondary storage devices are the hard disk and optical disks. The hard disk has enormous storage capacity compared to main memory. The hard disk is usually contained inside the case of a computer.
This document provides information about RAM and ROM, two types of computer memory. RAM (Random Access Memory) is volatile memory that allows reading and writing and is used to run applications, while ROM (Read Only Memory) is non-volatile and only allows reading to store programs for booting the computer. Key differences between RAM and ROM are outlined, such as RAM being faster but losing data when powered off, while ROM retains data when powered off but only allows writing once. Characteristics of each type of memory are also described.
Storage devices come in various types to suit different needs. Internal memory like ROM, RAM, and hard disks are built into computers, while external devices like floppy disks, zip disks, magnetic tapes, CDs/DVDs, and flash drives can transfer and store data. Larger capacity devices like hard disks, DVDs, and flash drives let users store more data than older options like floppy disks, but may be more expensive or fragile. The appropriate storage device depends on needs like data size, portability, and hardware compatibility.
This document provides an overview of computer memory. It discusses the different types of memory including internal processor memory, main memory, and secondary memory. Main memory includes RAM and ROM. RAM is further divided into DRAM and SRAM. ROM includes PROM, EPROM, EEPROM, flash ROM. The document also describes the memory hierarchy from fastest to slowest as registers, cache memory, main memory, and secondary storage. Cache memory is introduced between CPU and main memory to improve system performance.
This section of the memory is also referred to as backup storage.
The storage capacity of primary storage is not sufficient to store the large volume so secondary storage.
Secondary storage also know as external memory or auxiliary storage not directly accessible by the CPU.
Primary memory, also known as main memory, is the memory that is directly accessible by the CPU. It holds the data and instructions currently being processed. Primary memory is generally made up of semiconductor devices like RAM and ROM. RAM is volatile and loses its data when power is removed, while ROM retains its data permanently. There are different types of RAM such as SRAM, DRAM, SDRAM, and DDR that have evolved over time. ROM includes mask ROM, PROM, EPROM, EEPROM, and flash ROM, which have different characteristics regarding read/write capabilities and whether they need power to retain data.
Computer storage devices hold data permanently even when the computer is turned off. There are two main categories of storage devices: magnetic storage and optical storage. Magnetic storage uses magnetic media like hard drives, floppy disks, and tape to store data through magnetic encoding. Optical storage uses optical discs like CDs, DVDs, and Blu-ray discs to store data through making physical marks readable with laser light. Storage devices have evolved significantly over time to increase capacity and portability.
This document discusses computer memory and storage devices. It defines memory as the space in a computer system for temporarily storing data and information. There are different units for measuring memory like bits, bytes, kilobytes, megabytes, etc. Memory is classified into primary and secondary memory. Primary memory directly connects to the CPU and includes RAM and ROM. RAM is used for temporary data storage while ROM stores permanent data like the BIOS. Common secondary storage devices include magnetic tapes, disks, and optical disks like CDs and DVDs which can store large amounts of data even when the computer is turned off.
The document discusses the history and components of the central processing unit (CPU). It describes how the CPU originated from concepts developed in the 1940s and evolved from large mainframe computers to smaller microprocessors. The key components of the CPU are the control unit, arithmetic logic unit, and memory unit. The CPU functions by fetching instructions from memory, decoding and translating them, executing calculations and data movement, and storing results.
Computer hardware refers to the physical components that make up a computer system. It includes processing components like the CPU and memory, as well as input devices, output devices, and storage devices. The CPU fetches and executes instructions from memory. Memory comes in different types, including cache memory, RAM, and ROM. Input devices like keyboards and mice allow entering data. Output devices like monitors and printers display or print the output. Storage devices such as hard drives and optical discs store data for later use.
The CPU is the central processing unit of a computer that carries out instructions to perform basic arithmetic, logical, and input/output operations. It acts as the brain of the computer. Early CPUs were custom-designed for specific applications but are now mass-produced. The CPU consists of a control unit, arithmetic logic unit, registers, and communicates with memory and peripheral devices. It reads instructions from memory and directs the flow of data between different components.
The document provides an overview of different types of computer memory and storage. It discusses the two main types of memory - primary/main memory which is volatile and includes RAM and ROM, and secondary memory which is non-volatile such as hard disks, flash drives, and optical discs. RAM is further divided into static and dynamic RAM. ROM includes PROM, EPROM, and EEPROM. The document then describes the history and workings of various secondary storage technologies like magnetic tapes, disks, optical discs like CDs and DVDs, and solid state flash memory.
This document discusses different types of computer memory. It begins by defining memory as the physical devices used to temporarily or permanently store programs and data for use in a computer. It then describes the main types of memory as main memory, which temporarily stores currently executing data and instructions (e.g. RAM), and secondary memory, which permanently stores data for later use (e.g. hard disks). The document goes on to provide details on different technologies used for RAM, ROM, cache memory, and storage devices.
The document summarizes the different types of computer memory. It describes primary memory (RAM and ROM) and secondary storage. RAM is volatile and temporarily stores active data and programs, while ROM is non-volatile and stores permanent instructions. RAM types include SRAM and DRAM, while ROM types are PROM, EPROM, and EEPROM. Secondary storage is non-volatile and stores long-term data at a lower cost than primary memory.
A computer is a machine that can be programmed to manipulate symbols. Its principal characteristics are: It responds to a specific set of instructions in a well-defined manner. It can execute a prerecorded list of instructions (a program). It can quickly store and retrieve large amounts of data.
Read More:
Watch my videos on snack here: --> --> http://sck.io/x-B1f0Iy
@ Kindly Follow my Instagram Page to discuss about your mental health problems-
-----> https://instagram.com/mentality_streak?utm_medium=copy_link
@ Appreciate my work:
-----> behance.net/burhanahmed1
Thank-you !
Khadija Akram gave a presentation on memory and its types. Memory is defined as the internal storage of a computer and is used to store information, data, and programs. There are two main types of memory: primary memory (RAM), which is volatile and temporary; and secondary memory (ROM), which is non-volatile and stores data permanently. RAM performs both read and write operations while ROM only allows read operations. Examples of different memory types include DRAM, SRAM, ROM, PROM, EROM, and EEPROM.
Main memory is the internal storage area in a computer that temporarily stores data and programs. It includes RAM and ROM and allows for quick access of data by the CPU. Secondary memory provides long-term storage of data and programs not currently in use, such as on hard disks, CDs, DVDs, and USB drives. Computer memory is measured in bits, bytes, kilobytes, megabytes, gigabytes, and terabytes, with each unit being a multiple of the previous unit by a factor of 1024.
The document discusses the different types of memories used in computers, including primary memory (RAM and ROM), secondary memory (magnetic disks), and optical memory. Primary memory is semiconductor memory located directly in the CPU that is used for temporary storage of actively used data and programs. It includes volatile RAM and non-volatile ROM. Secondary memory is located outside the CPU and is used for bulk storage of data, including magnetic hard disks and floppy disks.
Memory is essential for computers and comes in primary and secondary forms. Primary memory, also called RAM, is volatile and directly used by the CPU. It includes DRAM and SRAM. Secondary memory is non-volatile storage like hard disks, SSDs, USB drives, and optical discs used for long-term storage. Common memory modules that plug into the motherboard include SIMMs, DIMMs, SO-DIMMs, and RIMMs which vary in size and pin count.
Storage devices come in various types to suit different needs. Internal memory like ROM, RAM, and hard disks are built into computers, while external devices like floppy disks, zip disks, magnetic tapes, CDs/DVDs, and flash drives can transfer and store data. Larger capacity devices like hard disks, DVDs, and flash drives let users store more data than older options like floppy disks, but may be more expensive or fragile. The appropriate storage device depends on needs like data size, portability, and hardware compatibility.
This document provides an overview of computer memory. It discusses the different types of memory including internal processor memory, main memory, and secondary memory. Main memory includes RAM and ROM. RAM is further divided into DRAM and SRAM. ROM includes PROM, EPROM, EEPROM, flash ROM. The document also describes the memory hierarchy from fastest to slowest as registers, cache memory, main memory, and secondary storage. Cache memory is introduced between CPU and main memory to improve system performance.
This section of the memory is also referred to as backup storage.
The storage capacity of primary storage is not sufficient to store the large volume so secondary storage.
Secondary storage also know as external memory or auxiliary storage not directly accessible by the CPU.
Primary memory, also known as main memory, is the memory that is directly accessible by the CPU. It holds the data and instructions currently being processed. Primary memory is generally made up of semiconductor devices like RAM and ROM. RAM is volatile and loses its data when power is removed, while ROM retains its data permanently. There are different types of RAM such as SRAM, DRAM, SDRAM, and DDR that have evolved over time. ROM includes mask ROM, PROM, EPROM, EEPROM, and flash ROM, which have different characteristics regarding read/write capabilities and whether they need power to retain data.
Computer storage devices hold data permanently even when the computer is turned off. There are two main categories of storage devices: magnetic storage and optical storage. Magnetic storage uses magnetic media like hard drives, floppy disks, and tape to store data through magnetic encoding. Optical storage uses optical discs like CDs, DVDs, and Blu-ray discs to store data through making physical marks readable with laser light. Storage devices have evolved significantly over time to increase capacity and portability.
This document discusses computer memory and storage devices. It defines memory as the space in a computer system for temporarily storing data and information. There are different units for measuring memory like bits, bytes, kilobytes, megabytes, etc. Memory is classified into primary and secondary memory. Primary memory directly connects to the CPU and includes RAM and ROM. RAM is used for temporary data storage while ROM stores permanent data like the BIOS. Common secondary storage devices include magnetic tapes, disks, and optical disks like CDs and DVDs which can store large amounts of data even when the computer is turned off.
The document discusses the history and components of the central processing unit (CPU). It describes how the CPU originated from concepts developed in the 1940s and evolved from large mainframe computers to smaller microprocessors. The key components of the CPU are the control unit, arithmetic logic unit, and memory unit. The CPU functions by fetching instructions from memory, decoding and translating them, executing calculations and data movement, and storing results.
Computer hardware refers to the physical components that make up a computer system. It includes processing components like the CPU and memory, as well as input devices, output devices, and storage devices. The CPU fetches and executes instructions from memory. Memory comes in different types, including cache memory, RAM, and ROM. Input devices like keyboards and mice allow entering data. Output devices like monitors and printers display or print the output. Storage devices such as hard drives and optical discs store data for later use.
The CPU is the central processing unit of a computer that carries out instructions to perform basic arithmetic, logical, and input/output operations. It acts as the brain of the computer. Early CPUs were custom-designed for specific applications but are now mass-produced. The CPU consists of a control unit, arithmetic logic unit, registers, and communicates with memory and peripheral devices. It reads instructions from memory and directs the flow of data between different components.
The document provides an overview of different types of computer memory and storage. It discusses the two main types of memory - primary/main memory which is volatile and includes RAM and ROM, and secondary memory which is non-volatile such as hard disks, flash drives, and optical discs. RAM is further divided into static and dynamic RAM. ROM includes PROM, EPROM, and EEPROM. The document then describes the history and workings of various secondary storage technologies like magnetic tapes, disks, optical discs like CDs and DVDs, and solid state flash memory.
This document discusses different types of computer memory. It begins by defining memory as the physical devices used to temporarily or permanently store programs and data for use in a computer. It then describes the main types of memory as main memory, which temporarily stores currently executing data and instructions (e.g. RAM), and secondary memory, which permanently stores data for later use (e.g. hard disks). The document goes on to provide details on different technologies used for RAM, ROM, cache memory, and storage devices.
The document summarizes the different types of computer memory. It describes primary memory (RAM and ROM) and secondary storage. RAM is volatile and temporarily stores active data and programs, while ROM is non-volatile and stores permanent instructions. RAM types include SRAM and DRAM, while ROM types are PROM, EPROM, and EEPROM. Secondary storage is non-volatile and stores long-term data at a lower cost than primary memory.
A computer is a machine that can be programmed to manipulate symbols. Its principal characteristics are: It responds to a specific set of instructions in a well-defined manner. It can execute a prerecorded list of instructions (a program). It can quickly store and retrieve large amounts of data.
Read More:
Watch my videos on snack here: --> --> http://sck.io/x-B1f0Iy
@ Kindly Follow my Instagram Page to discuss about your mental health problems-
-----> https://instagram.com/mentality_streak?utm_medium=copy_link
@ Appreciate my work:
-----> behance.net/burhanahmed1
Thank-you !
Khadija Akram gave a presentation on memory and its types. Memory is defined as the internal storage of a computer and is used to store information, data, and programs. There are two main types of memory: primary memory (RAM), which is volatile and temporary; and secondary memory (ROM), which is non-volatile and stores data permanently. RAM performs both read and write operations while ROM only allows read operations. Examples of different memory types include DRAM, SRAM, ROM, PROM, EROM, and EEPROM.
Main memory is the internal storage area in a computer that temporarily stores data and programs. It includes RAM and ROM and allows for quick access of data by the CPU. Secondary memory provides long-term storage of data and programs not currently in use, such as on hard disks, CDs, DVDs, and USB drives. Computer memory is measured in bits, bytes, kilobytes, megabytes, gigabytes, and terabytes, with each unit being a multiple of the previous unit by a factor of 1024.
The document discusses the different types of memories used in computers, including primary memory (RAM and ROM), secondary memory (magnetic disks), and optical memory. Primary memory is semiconductor memory located directly in the CPU that is used for temporary storage of actively used data and programs. It includes volatile RAM and non-volatile ROM. Secondary memory is located outside the CPU and is used for bulk storage of data, including magnetic hard disks and floppy disks.
Memory is essential for computers and comes in primary and secondary forms. Primary memory, also called RAM, is volatile and directly used by the CPU. It includes DRAM and SRAM. Secondary memory is non-volatile storage like hard disks, SSDs, USB drives, and optical discs used for long-term storage. Common memory modules that plug into the motherboard include SIMMs, DIMMs, SO-DIMMs, and RIMMs which vary in size and pin count.
This document provides an overview of different types of computer memory devices. It begins by explaining the importance of memory and then outlines the main types which include main memory (RAM and ROM), cache memory, and secondary storage devices. RAM is further divided into DRAM and SRAM. ROM includes PROM, EPROM, and EEPROM. Secondary storage includes magnetic devices like hard disks and floppy disks, as well as optical devices like CDs and DVDs. Newer memory technologies like flash memory and Blu-ray disks are also mentioned.
This document provides an overview of computer storage fundamentals, including primary and secondary storage. It discusses the characteristics and uses of different types of primary storage (RAM and ROM) and secondary storage devices (floppy disks, hard disks, optical disks, USB flash drives, and magnetic tapes). RAM is temporary and volatile, holding data currently being processed, while ROM is permanent and non-volatile. Secondary storage devices are used to permanently store large amounts of non-essential data and include magnetic and optical media with varying speeds and capacities.
Memory refers to computer components that hold digital data and programs. There are several types of memory that differ in speed and volatility. Primary storage like RAM is directly connected to the CPU and is volatile, requiring constant power. Secondary storage like hard disks have greater capacity but are slower and non-volatile. Tertiary storage provides even larger capacity for archiving data. Memory is also characterized as volatile, like RAM, or non-volatile, like ROM.
The document discusses the differences between computer memory and storage. It defines memory as temporary data storage that exists on chips, while storage refers to long-term data storage on tapes or disks. It describes primary memory (RAM) as volatile memory that allows quick access to data but must be constantly powered, while secondary storage (hard disks, optical disks) allows permanent long-term storage but is slower to access. The document provides examples of different types of memory chips (ROM, RAM) and storage devices (hard disks, optical disks).
Primary memory (RAM) is directly accessed by the CPU and is much faster than secondary memory (hard drives, SSDs). The CPU loads programs and files from secondary memory into RAM in order to process them more quickly. RAM is volatile and loses its contents when powered off, while secondary memory is non-volatile. Cache memory acts as a buffer between the CPU and RAM to further improve access speed. Virtual memory allows programs to access more memory than is physically installed by paging memory pages to and from secondary storage.
Memory refers to devices that store programs and data for computers. There are different types of memory:
1. RAM allows temporary storage of programs and data for processing. RAM includes SRAM and DRAM.
2. ROM permanently stores programs and data. ROM includes PROM and EROM.
3. Cache memory improves performance by storing frequently accessed data and instructions closer to the processor. It includes L1 and L2 cache.
Secondary memory provides long-term storage and includes hard drives, solid state drives, USBs, CDs, and DVDs. It loads data into RAM for processing by the CPU.
This document provides an overview of the design of a dual port SRAM using Verilog HDL. It begins with an introduction describing the objectives and accomplishments of the project. It then reviews relevant literature on SRAM design. The document describes the FPGA design flow and introduces Verilog. It provides the design and operation of the SRAM, and discusses simulation results and conclusions. The proposed 8-bit dual port SRAM utilizes negative bitline techniques during write operations to improve write ability and reduce power consumption and area compared to conventional designs.
The document discusses different types of computer memory including volatile memory, non-volatile memory, and registers. Volatile memory like RAM loses data when powered off, while non-volatile memory like ROM retains data without power. Virtual memory uses the hard disk to supplement RAM. Registers are high-speed memory areas within the CPU used to store data and instructions during processing. The document describes memory types like SRAM, DRAM, ROM, and flash memory as well as register functions.
The document discusses the basics of semiconductor memories. It explains that memory controllers establish information flow between memory and the CPU. Memory buses connect memory to the controller. Newer systems have frontside and backside buses connecting different components. During boot-up, the BIOS and operating system are loaded from ROM and hard drive into RAM for fast access by the CPU. Applications and files are also loaded into and removed from RAM as needed. The document compares different types of volatile and non-volatile memory in terms of speed, size, and cost.
A computer uses a hierarchy of internal and external memory systems. Internal memory includes RAM, ROM, and cache, which provide fast access but are more expensive per byte. RAM allows independent access to each memory location and is used for main memory. ROM permanently stores data and is used for boot programs. Cached memory uses SRAM for faster access than RAM. External memory includes hard disks and USB drives, which provide large, inexpensive storage but are much slower to access.
This document discusses the different types of computer storage devices. It describes primary storage (RAM), secondary storage (hard disks), and removable storage media. RAM is volatile memory that the CPU can directly access for active data and instructions. ROM is read-only and stores permanent functions. Hard disks are magnetic devices that serve as non-volatile secondary storage and can store large amounts of data. Removable media includes USB drives, memory cards, optical discs like CDs and DVDs, magnetic tapes, and external hard disks, which allow portable transfer and storage of data.
This document provides an overview of computer memory types and how data is stored and retrieved from different memory units. It discusses three main types of memory - cache memory, primary memory (RAM and ROM), and secondary memory (hard disks, CDs, DVDs, tapes, USB drives). It describes the characteristics of each memory type including speed, capacity, volatility. Methods of data deletion, recovery and potential security issues are also summarized for some memory units.
Memory units are devices that store binary information in groups of bits called words. They contain a number of words and number of bits per word. Memory units store programs and data that the CPU needs, as well as backup information not currently required by the CPU. There are two main types of memory - random access memory (RAM), where data can be accessed randomly in the same time, and sequential access memory, where access time varies. RAM can perform both read and write operations and allow random access to any location in the same time. Common types of RAM include SRAM and DRAM, while ROM is read-only memory used to permanently store programs.
Computer memory is used to store data and instructions and is essential for processing information. There are different units to measure memory size like bits, bytes, kilobytes, megabytes, etc. Memory is classified as primary and secondary. Primary memory directly accessed by CPU, includes RAM and ROM. RAM is volatile and temporary while ROM is non-volatile and permanent. Secondary memory like hard disks and optical disks are used to store large amounts of data for long periods even when power is off. Caches improve processing speed by temporarily storing frequently used data between CPU and primary memory.
Revive Online Gray and Black Modern ProdAuto rollin
油
Step into a world of transformation with ReviveOnline your digital destination for refreshing experiences, smart solutions, and next-level creativity. Whether you're here to elevate your brand, discover powerful tools, or fuel your growth, ReviveOnline delivers with style, speed, and soul.
LATEST-CRACK Adobe Illustrator CC 2018 23.0.0hashhshs786
油
COPY THIS LINK INTO BROWSER>> https://crackedtech.net/after-verification-click-go-to-download-page/
Adobe Illustrator CC 2018 23.0.0 (64-bit): A Powerful Vector Graphics Software Adobe Illustrator is a vector graphics software that allows users to create .
Sensors DTH11 PIR HC-05 (2) of sudhanshu.pptxSudhanshu278904
油
Ultrasonic Description
Ultrasonic refers to sound waves that have a frequency higher than the upper audible limit of human hearing, typically above 20,000 Hz (20 kHz). These waves are not detectable by the human ear but are widely used in various applications due to their ability to travel through different mediums and reflect off objects.
Key Features:
Frequency Range: Above 20 kHz
Inaudible to Humans
Used in: Sensing, measurement, cleaning, communication, medical imaging
Common Applications:
Ultrasonic Sensors: Used in robotics, automation, and farming for distance measurement and object detection.
Ultrasound Imaging: In medical diagnostics, especially in prenatal scanning.
Ultrasonic Cleaning: High-frequency vibrations clean delicate items like jewelry or medical instruments.
Pest Repellents: Emit ultrasonic waves to deter insects and rodents.
COPY & PASTE LINK https://crackedtech.net/after-verification-click-go-to-download-page/
Although Photoshop crack is a very popular search today, it is one of the most dangerous and illegal ways to use Adobe Photoshop without paying for a ..
2. Memory is the most essential part of a computer.
Without memory there would be no computer, as
we know it today.
It is used for storing both instructions to be
executed and data.
This presentation has been developed after an
intensive research on Memory Devices.
The CPU accesses each location in memory by
using a unique number, called a memory address
3. Central Processing UnitCentral Processing Unit
Output
Devices
Cache
Memory
Primary
Storage
Secondary
Storage
Devices
Control
Unit
ALU
Special
Purpose
Processors
Output
Devices
Input
Devices
4. I.PRIMARY MEMORY OR MAIN MEMORY
Random Access Memory (RAM)
Read Only Memory (ROM)
II.CACHE MEMORY
Level 1 (L1) cache
Level 2 (L2) cache
III. SECONDARY MEMORY
Optical Media Devices
Magnetic Media Devices
7. Directly or indirectly connected to the CPU via a油memory
bus.
Comprises of 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.
Additionally, A Memory Management Unit (MMU) is a small
device between CPU and RAM recalculating the actual
memory address, for example to provide an abstraction of
virtual memory油or other task.
Broadly, the main memory is of two types-
i. Random Access Memory (RAM)
ii. Read Only Memory (ROM).
9. A RAM memory chip is an integrated circuit
(IC) made of millions of transistors and
capacitors.
10. This is a type of memory serves as油Main Memory
Of A Computer.
It temporarily stores copy of information and files
loaded from a computer hard drive 油that are
required by a processor.
It is volatile in nature, which means that data will
be erased once supply to the storage device is
turned off.
RAM stores data randomly and the processor
accesses these data randomly from the RAM
storage.
11. The RAM chips are of two types-
I. Dynamic RAM(DRAM)
A form of volatile memory which also requires the
stored information to be periodically re-read and
re-written, or油refreshed, otherwise it would
vanish.
II. Static RAM (SRAM)
A油form of volatile memory similar to DRAM with
the exception that it never needs to be
refreshed.
12. A type of油RAM油that stores each油bit油of data in a
separate油capacitor油within an integrated circuit.
13. Its advantage is its structural
simplicity: only one transistor
and a capacitor are required per
bit, compared to four
transistors in SRAM. This allows
DRAM to reach very high
density.
14. DRAM chips are available in
various designs:
i. EDODRAM (Extended Data Out DRAM)
ii. SDRAM (Synchronous DRAM)
iii. RDRAM (Rambus DRAM)
iv. DDRDRAM (Double Data Rate DRAM)
15. Its cells keep the data
valid until it receives an
additional signal.
It has a dual-pipeline
architecture that allows
the memory controller to
simultaneously read new
data while discharging
the old.
A pair of 32 MB油EDO DRAM modules
16. SDRAM has a synchronous
interface, meaning that it
waits for a油signal油before
responding to control
inputs and is therefore
synchronized with the
computer's system bus.
17. This allows the chip to have a more complex
pattern of operation than asynchronous
DRAM油which does not have a synchronized
interface.
Pipelining 油means that the chip can accept a
new instruction before it has finished
processing the previous
18. It is a type of
synchronous DRAM,
designed by
the油Rambus油Corporation
It is fairly fast and has
tried to address some of
the complex electrical and
physical problems involved
with memory.
19. Unlike SDRAM, it can
do two operations per
cycle thereby doubling
the memory bandwidth
over the corresponding
single-data-rate
SDRAM
20. It is a type of油memory
in which, memory
refreshing is not
required.
It uses flip-flops to
store binary
information.
21. As it takes up more space than
DRAM, it is used for specialized
applications.
It is much easier to use and has
shorter read-write cycles
compared to DRAM.
22. It performs only read
function not write function.
So the data stored in ROM
cannot be modified.
It comes with special internal
electronic fuses that can be
programmed for a specific
configuration.
Once this pattern is
established it stays in the
unit. Thus, ROM is non-
23. 1. PROGRAMMABLE READ-ONLY MEMORY油(PROM)
This device uses high
voltages to permanently
destroy or create
internal links
(fuses油or油antifuses)
within the chip.
Consequently, a PROM
can only be programmed
once.
24. 2. ELECTRICALLY ERASABLE PROGRAMMABLE
READ-ONLY MEMORY油(EEPROM)
It allows its entire
contents (or
selected油banks) to be
electrically erased, then
rewritten electrically, so
that they need not be
removed from the
computer (or camera,
MP3 player, etc.)
25. 3.ERASABLE PROGRAMMABLE READ-ONLY
MEMORY油(EPROM)
It can be erased by
exposure to
strong油ultraviolet油light
(typically for 10
minutes or longer),
then rewritten with a
process that again
requires application of
higher than usual
voltage.
A 32油KB (256油Kbit) EPROM
27. It is a high speed storage mechanism.
It Can be either a reserved section of main memory or an
independent storage device.
It speeds up access to data and instructions stored in RAM.
MEMORY CACHE-
It is a portion of memory of SRAM instead of the slower
DRAM. By keeping as much of the information as possible
in high speed SRAM, it avoids accessing the slower DRAM
DISK CACHE-
It works under the same principle, but uses conventional
main memory (DRAM) instead of high speed SRAM. It
improves the computers performance a lot as accessing
data from RAM is much faster than from hard-disk.
28. Level 1 (L1) cache
Built inside the CPU.
It works at half CPU clock speed.
Level 2 (L2) cache
Built external to CPU, in the motherboard.
It works at the motherboard bus speed.
Nowadays both L1 and L2 are integrated in
the CPU to reduce access time and further
improve system performance.
29. The whole idea of
memory cache is
to keep staging
more instructions
and data in a
high-speed memory
closer to the CPU.
30. Disk caches are usually
just a part of main
memory made up of
common dynamic RAM
(DRAM) chips.
32. These devices are used to store large amount of data
permanently.
It differs from primary storage in that it is not
directly accessible by the CPU. So they need more
access time and thus are much slower.
Per unit, it is typically also an order of magnitude less
expensive than primary storage. Consequently, modern
computer systems have an order of magnitude more
secondary storage than primary storage and data is
kept for a longer time there (such as in hard disk).
It is broadly of two types-
1) MAGNETIC MEDIA
2) OPTIC MEDIA.
33. Magnetic storage uses different patterns
of油magnetization油in a magnetizable material
to store data
It is a form of油non-volatile memory.
The information is accessed using one or
more油read/write heads.
HARD DISKS and FLOPPY DISKS are such
devices
34. It stores information on
one or more continuously
spinning disks which are
coated with magnetic
material.
Information is recorded
by magnetic heads
called access arms.
These days, hard disks
have storage capacity
between 80 to 300 GB.
ACCESS ARM
35. It is made of a flexible
substance called Mylar.
It has a magnetic surface
for recording data.
It stores up to 1.44 MB of
data.
It cannot include graphics or
pictures within it.
All floppy disks must be
formatted before data can
be written on it.
36. Optic devices are generally circular disc which
can contain油data油encoded in bumps on a special
material on one of its flat surfaces.
The encoding pattern follows a continuous, spiral
path covering the entire disc surface and
extending from the innermost track to the
outermost track.
37. The data is stored on the disc with a油laser油or
stamping machine, and can be accessed when
the data path is illuminated with a油laser
diode油in an油optical disc drive
These are broadly of two types-
1) CDs and 2) DVDs
38. CDs are very cheap and
store up to 700 MB of
data.
They are of three types-
1. CD-ROM (CD Read
Only Memory)
2. CD-R (CD Recordable)
3. CD-RW (CD
Rewritable
39. It is of the same size as a
CD but stores 15 times as
much information, is 20
times faster than it.
It can hold 17 GB of data.
It comes in three varieties-
1. DVD-ROM (DVD Read Only
Memory)
2. DVD-R (DVD Recordable)
3. DVD-RW (DVD Rewritable)
40. FLASH MEMORY BLU-RAY DISK
Is a油non-
volatile油memory
It is a specific type
of油EEPROM油
Primarily used
in油memory
cards油and油USB flash
drives
Supersedes DVDs
Uses blue-violet laser油to
read the disc
stores almost six times
more data than on a DVD
41. Memory plays great role in computer
systems. As we have discussed, there are
three油computer memory types油available in
standard computer based on their function
and physical makeup. However, only the main
memory that can be upgraded and changed,
the others comes with the system whether
it is a processor, ROM or graphics card.油