Unit-3[Computer Memory]_5cf29d0b-9362-4b25-abc7-9b73e9822c16
Unit-3[Computer Memory]_5cf29d0b-9362-4b25-abc7-9b73e9822c16
Computer Memory
LH: 4 Hrs
Contents:
1. Computer Memory: [Introduction, Memory Representation,
Memory Hierarchy, CPU Registers, Cache Memory,
Primary Memory, Secondary Memory]
2. Access types of storage devices
3. Magnetic Tape
4. Magnetic disk
5. Optical Disk
6. Magneto-Optical Disk
7. How the computer uses its memory?
Computer Memory: [Introduction, Memory Representation,
Memory Hierarchy, CPU Registers, Cache Memory, Primary
Memory, Secondary Memory]
Memory Representation
Unit Description
1. Binary Digit [0,1] 1 bit [Smallest Unit]
2. 1 Nibble 4 Bits
3. 1 Byte 8 Bits
4. 1 Kilobyte(KB) 1024 Bytes
5. 1 Megabytes(MB) 1024 KB
6. 1 Gigabyte(GB) 1024 MB
7. 1 Terabyte(TB) 1024 GB
8. 1 Petabyte(PB) 1024 TB
9. 1 Exabyte(EB) 1024 PB
10.1 Zettabyte(ZB) 1024 EB
11.1 Yottabyte (YB) 1024 ZB
12. 1 Brontobyte (BB) 1024 YB
13. 1 Geobyte(GB) (No 1024 concept) Higher unit
Memory Hierarchy
GB USB/Flash memory
Secondary
TB Magnetic Disk/Hard Disk Memory
Tertiary Memory
PB/EB Magnetic Tapes/ Tape Drives
1. Register
A register is basically a storage space for units of memory
that are used to transfer data for immediate use by the CPU
(Central Processing Unit) for data processing.
2. Cache Memory
- A cache memory is supplementary primary memory
system that temporarily stores frequently used
instructions and data for quicker processing by the
processor of computer.
- This chip-based feature of your computer lets you access
some information more quickly than if you access it from
your computer’s main hard drive.
[Types of Cache Memory: L1, L2, L3]
3. Main Memory (RAM/ROM)
Random Access Memory(RAM)
- RAM stands for random access memory, it is a form of
data storage that can be accessed randomly at any time,
in any order and from any physical location.
- It stores the program and instructions during execution,
allowing quick access and manipulation.
- RAM is volatile i.e. its contents are lost when the device
is power off.
- It allows reading and writing.
- The instruction is written into the RAM at the time of
execution.
Read Only Memory (ROM)
- Read only memory or ROM is a form of data storage that
cannot be easily altered or reprogrammed.
- ROM contains the program that allows the computer to
be booted up or regenerated each time you turn it on.
- ROM is non-volatile i.e. its contents are retained even
when the device is powered off.
- It allows reading only.
- The instructions written into ROM at manufacturing
time.
Types of ROM
4. USB/Flash memory
USB flash drive, small portable data storage device that
uses flash memory and has an integrated universal serial
bus (USB) interface.
5. Magnetic Disk/Hard Disk
A magnetic disk, also known as a hard disk, is a storage
device that uses magnetized areas on a rotating disk to store
digital information.
6. Magnetic Tapes/Tape Drives
Sequential Access:
- Sequential access means the computer system must
search the storage device from the beginning until it
finds the required piece of data.
- In sequential access devices, the data is written or read
in sequence one after another and cannot go directly to
the desired location without going through all the
preceding locations.
- The data access method is less expensive than other
methods.
- The disadvantage is that the searching for data is slow.
Direct Access Devices
- In direct access storage devices, the data can be
written to or read from any location in random
without going through the preceding points.
- Direct access devices are the ones in which any piece
of data can be retrieved in a non-sequential manner by
locating it using the data’s address.
- It accesses the data directly from a desired location.
- It is also called random access because any data from
any location can be read or written directly.
- The examples of direct access are Magnetic Disk,
Optical Disk (CD, DVD, Blue Ray Disk) etc.
2
With sequential access,
elements # 1,2,3 must be
3
processed before element With direct access,
#4 can be processed. elements #4 in the list can
4
be accessed without
2. DVD
Digital Video Read only memory(DVD-ROM) is
an optical storage device used to store digital video
or computer data. DVDs look like CDs, in shape
and physical size. It improves on CD technology. It
is a high density medium with increased tack and
bit density. DVD-ROM uses both sides of the disk
and special data compression technologies. The
tracks for storing data are extremely small. A full-
length movie can be stored on a single disk.
8. Magneto-Optical Disk
A magneto-optical disk is a rewritable disk that makes
use of both magnetic disk and optical technologies. It
is similar to a magnetic diskette except for its larger
size. Magneto-optical disks are rarely manufactured
and used due to the arrival of flash drives and
DVD/CD drives, which are less expensive and have
better writing time and reliability.
Magneto-optical disks are also known as magneto-
optical drives and MO drives.
- Primary memory
- Secondary memory
- Processor registers
- Processor cache
- Virtual memory
This is a memory management technique that transfers
the contents of computer memory to storage.
Q&A
Session
THANK
YOU