Tue. Nov 11th, 2025

DE Unit 5 – Memory Devices (2 Marks Questions & Answers)

1️⃣ Define EPROM

English Answer
EPROM – Erasable Programmable Read Only Memory – is a non-volatile memory that can be programmed and erased using UV light. It stores data permanently until erased.

Tamil Answer

EPROM – Erasable Programmable Read Only Memory – என்பது ஒரு non-volatile memory ஆகும். இது UV light மூலம் program மற்றும் erase செய்ய முடியும்.
இது data-வை permanently சேமித்து வைக்கும், erase செய்யும் வரை.

2️⃣ Classify Shift Registers
Shift Registers are of four types:

  1. Serial-In Parallel-Out (SIPO)
  2. Parallel-In Serial-Out (PISO)
  3. Serial-In Serial-Out (SISO)
  4. Parallel-In Parallel-Out (PIPO)

3️⃣ What is Flash Memory?

English Answer:
Flash memory = an electrically erasable and programmable non-volatile memory, used in USB drives, SSD, and mobile devices. It retains data without power and erases in blocks.

Tamil Answer

Flash Memory என்பது ஒரு electrically erasable மற்றும் programmable non-volatile memory ஆகும். இது USB drives, SSD, மற்றும் mobile devices-ல் பயன்படுத்தப்படுகிறது.
இது power இன்றி data-வை வைத்திருக்க முடியும், மேலும் erase செய்வது blocks அடிப்படையில் நடக்கும்.

4️⃣ Define Shift Register

English Answer:
A shift register is a sequential logic circuit that stores binary data and shifts it left or right on clock pulses.

Tamil Answer

Shift Register என்பது ஒரு sequential logic circuit ஆகும், இது binary data-வை store செய்து, clock pulses-க்கு ஏற்ப left அல்லது right direction-ல் shift செய்யும்.

5️⃣ Define EEPROM

English Answer:
EEPROM – Electrically Erasable Programmable Read Only Memory – can be electrically erased and reprogrammed.
✅ Non-volatile ✅ No UV light needed ✅ Rewritable in bytes.

Tamil Answer:

EEPROM – Electrically Erasable Programmable Read Only Memory – என்பது electrically erase செய்து மறுபடியும் reprogram செய்யக்கூடிய memory ஆகும்.
Non-volatile
UV light தேவையில்லை
Bytes அடிப்படையில் rewritable ஆகும்.

6️⃣ Define Dynamic RAM (DRAM)

English Answer:
DRAM stores data in capacitors, which must be refreshed periodically.
⚙️ Volatile ⚙️ High density ⚙️ Used as main memory.

Tamil Answer:

DRAM என்பது capacitors-ல் data-வை store செய்கிறது, இதை periodically refresh செய்ய வேண்டும்.
⚙️ Volatile
⚙️ High density
⚙️ Main memory-ஆக பயன்படுத்தப்படுகிறது.

7️⃣ Define Static RAM (SRAM)

English Answer:
SRAM uses flip-flops to store data and does not require refreshing as long as power is supplied.
⚙️ Faster but costlier than DRAM.

Tamil Answers:

SRAM என்பது flip-flops மூலம் data-வை store செய்கிறது, மேலும் power supply இருக்கும் வரை refreshing தேவையில்லை.
⚙️ DRAM-ஐ விட faster ஆனால் costlier ஆகும்.

8️⃣ List Features of Flash Memory

English Answer:

Even without a power supply, the information remains stable for a long time.
Operates at high speed (High Speed Operation).
Functions at low voltage (Low Power Operation).

Tamil Answers:

  • Power supply கொடுக்கப்படாதாலும் தகவல்கள் நீண்ட நேரம் நிலையாக இருக்கும்.
  • வேகமாக இயங்கும் (High Speed Operation).
  • குறைந்த voltage இல் செயல்படும் (Low Power Operation).

9️⃣ Define ROM.

English Answer:
ROM – Read Only Memory – is a non-volatile memory that stores data permanently.
🔸 Used for firmware and program storage.
🔸 Contents cannot be altered easily.

Tamil Answers:

ROM – Read Only Memory என்பது ஒரு non-volatile memory ஆகும், இது data-வை permanently சேமித்து வைக்கும்.
🔸 Firmware மற்றும் program storage-க்கு பயன்படுத்தப்படுகிறது.
🔸 அதன் contents-ஐ எளிதாக மாற்ற முடியாது.

🔟 Applications of Shift Registers

  1. Serial ↔ Parallel data conversion.
  2. Temporary storage in processors.
  3. Arithmetic operations (multiplication/division).
  4. Serial data transmission (UART).
  5. Used in delay circuits and counters (ring counter).