RAM (Random Access Memory) definition

Computer RAM ROM Definition, Types and Classification.

RAM & ROM – Definition


What is Memory?


Memory is a storage area. It is used to store the data and retrieve the data whenever required.

Computer Memory classification: –

Computer Memory Classification.

What is Primary Memory?


Primary Memory is directly accessed by the processor using the data bus. It is also known as Internal Memory. There are 2 types of storage devices –

RAM: –


It’s full from Random Access Memory. It is a computer’s primary memory and it is a volatile memory.

Characteristics:
It is also known as main Memory, Primary Memory, System Memory.
It is an IC.
It is a volatile memory.
It is made up of semiconductor materials.
It’s stored the data temporarily.

Computer Primary Memory - RAM (Random Access Memory).
Image Source – Google

Types of RAM:


There are 2 types of RAM –

Dynamic RAM:


DRAM is a type of RAM that stores each bit of data on a separate capacitor.
Example: – System memory. It is 2 type – Asynchronous & Synchronous.

Computer Primary Memory - D-RAM.
Image Source – Google

Static RAM:


SRAM is a type of RAM that stores data using a static method. It is also known as cache memory.
Example: – Cache memory. It is 3 type – Level-1, Level-2 & Level-3.

Computer Primary Memory - S-RAM.
Image Source – Google

Types of SDRAM:

• DDR:


It’s full from Double Data Rate. It has a Single Notch in the right position.

Computer Primary Memory - SD-RAM - DDR1.
Image Source – Google

• DDR-2:


It’s full from Double Data Rate – 2. It has a Single Notch in about the middle position.

Computer Primary Memory - SD-RAM - DDR2.
image Source – Google

• DDR-3:


It’s full from Double Data Rate – 3. It has a Single Notch on the left side.

Computer Primary Memory - SD-RAM - DDR3.
Image Source – Google

• DDR-4:


It’s full from Double Data Rate – 4. It has Notched in the Central position.

Computer Primary Memory - SD-RAM - DDR4.
Image Source – Google

Comparison Table of SDRAM:

RAMTotal PinsFrequency Range (MHz)Voltage
DDR – 1184266 – 4002.5
DDR – 2240533 – 8001.8
DDR – 32401066 – 18661.5
DDR – 42882133 – 42661.2

ROM:


It’s full from Read-Only Memory. It is a Non-volatile memory, which stores the data permanently. The data in ROM can only be read but cannot be modified or write.

Characteristics:
It is an IC.
It stored the firmware.
It stored the data permanently.
It is a Non-volatile memory.
We can only read the content of ROM but cannot write.

Computer Primary Memory - ROM.
Image Source – Google

Types of ROM:


1) PROM:


It’s full from Programmable Read Only Memory. It is used in Cell phones, Video game consoles etc.

Computer Primary Memory - P-ROM.
Image Source – Google

2) EPROM:


It’s full from Erasable and Programmable Read-Only Memory. It is used in Micro-consolers to store programs.

Computer Primary Memory - EP-ROM.
Image Source – Google

3) EEPROM:


It’s full from Electrically Erasable and Programmable Read-Only Memory. It is used in the BIOS of a computer is stored in the memory.

Computer Primary Memory - EEP-ROM.
Image Source – Google

4) Flash ROM:


It is used in USB Flash drive, Mp3 players, Digital camera, Modems, SSD etc.

Computer Primary Memory - Flash-ROM.
Image Source  – Google

Secondary Memory:


Secondary memory are directly not accessed by the processor, it is indirectly accessed by the input/output operations. It is also known as external memory.
It is 2 type –

1) Non-removable
2) Removable

Computer RAM & ROM Interview Questions

Q. What is RAM Module?
Ans: –
RAM Module is a PCB (Printed Circuit Board) on which RAM chip are fixed with it. There are 4 types of RAM Module –

Computer RAM Module.

SIMM: It’s full from the Single Inline Memory Module.

Computer RAM Module - SIMM.
Image Source -Google

RIMM: It’s full from Rambus Inline Memory Module. It is used in Server machines.

Computer RAM Module - RIMM.
Image Source – Google

DIMM: It’s full from Duel Inline Memory Module. It is used in Desktop machines.

Computer RAM Module - DIMM.
Image Source – Google

SODIMM: It’s full from Small Outline Dual Inline Memory Module. It is used in a Laptop machines.

Computer RAM Module - SODIMM.
Image Source – Google

Q. What is different between Volatile and Non-volatile memory?
Ans: –
Volatile memory is temporary storage and can store data until it is receiving power whereas Non-volatile memory stores data permanently even after turning off the power.

Q. What is Flash Memory?
Ans: –
Flash memory is an electronic (Solid State) non-volatile computer storage medium that can be electrically erased and reprogrammed.

Computer Flash Memory.
Image Source – Google

Q. What is Cache memory?
Ans: –
Cache memory is a small and fast memory that is placed between processor and ram. Cache memory stores the instruction from the RAM, so that processor does not have to traverse RAM to get the instruction.

Computer Cache Memory.
Image Source – Google

Q. Different between RAM & ROM?
Ans: –

RAMROM
It’s full from Random Access Memory.It’s full from Read-Only Memory.
It’s stored the data temporarily.It’s stored the data permanently.
It is a volatile memory.It is a no-volatile memory.
Its storage capacity ranges from 1 to 256 GB.Its storage capacity ranges from 4 to 8 MB.
Type – DRAM & SRAM.Type – PROM, EPROM, EEPROM, Flash ROM.
Example – Primary memory, CPU cache in computer.Example – Firmware.

Q. Different between S-RAM & D-RAM?
Ans: –

S-RAMD-RAM
S-RAM stores data till the power is supplied.D-RAM stores the data only for few milliseconds even when power is supplied.
S-RAM data access is faster.D-RAM data access is slower.
S-RAM cost per bit is high.D-RAM cost per bit is low.
Used in cache memory.Used in main memory.

Also Read: –
Top 160 Networking Interview Questions & Answers
Top 115 CCNA Interview Questions & Answers
Top 60 Linux System Administrator Interview Questions
Top 50 Linux Interview Questions & Answers
Computer basic Troubleshooting Interview Questions with Answers
Computer Hardware MCQ Questions & Answers
Computer Network MCQ Questions & Answers
Network-Devices-Hub-Repeater-Bridge-Switch-Router-Gateways
Computer-network-transmission-mode
Describe straight-through and a cross-over cable
What is Transmission Media & Types of Transmission Media
Types of Computer Network
What is Operating System
Network Topology
Describe OSI model
Describe TCP IP model
Processor (CPU) in Computer
What is BIOS
What is Hard Disk
CMOS Definition
Basic Parts of a Computer
• Motherboard Definition Types Components Ports
Components of switched-mode power supply
Components of computer system
Computer Input-Output Devices
Different between Intel i-series processor Generation
Microsoft Windows History

—O—

Leave a Reply