0
0

Memory Types (Primary vs Secondary)

Introduction

Memory என்பது ஒரு கணினி தரவை எவ்வாறு சேமிக்கிறது, அணுகுகிறது, மற்றும் செயலாக்குகிறது என்பதில் முக்கிய பங்கு வகிக்கிறது. போட்டித் தேர்வுகள், தேர்வர்கள் Primary Memory மற்றும் Secondary Memory ஆகியவற்றை பயன்பாடு, வேகம், volatility, மற்றும் accessibility ஆகியவற்றின் அடிப்படையில் தெளிவாக வேறுபடுத்தி அறிந்துள்ளார்களா என்பதை அடிக்கடி சோதிக்கின்றன.

அடிப்படைகள் தெளிவாக இருந்தால், இக்கேள்விகள் கருத்தரங்க அடிப்படையிலானவை மற்றும் அதிக மதிப்பெண் தரக்கூடியவை.

Pattern: Memory Types (Primary vs Secondary)

Pattern

முக்கிய கருத்து என்னவெனில், memory ஐ CPU இன் நேரடி அணுகலின் அடிப்படையில் வகைப்படுத்த வேண்டும்: Primary memory நேரடியாக அணுகக்கூடியதும் வேகமானதும் ஆகும், Secondary memory நீண்டகால தரவு சேமிப்பிற்காக பயன்படுத்தப்படுகிறது.

Step-by-Step Example

Question

கீழ்கண்டவற்றில் எது Primary memory மற்றும் Secondary memory ஆகியவற்றை சரியாக வேறுபடுத்துகிறது?

Options:
A. RAM - Hard Disk
B. Pen Drive - Cache Memory
C. DVD - ROM
D. Hard Disk - Registers

Solution

  1. Step 1: Primary memory ஐ நினைவுகூருங்கள்

    Primary memory என்பது CPU மூலம் நேரடியாக அணுகப்படும் memory ஆகும்; இதில் RAM மற்றும் ROM அடங்கும்.
  2. Step 2: Secondary memory ஐ நினைவுகூருங்கள்

    Secondary memory நீண்டகால சேமிப்பிற்காக பயன்படுத்தப்படுகிறது; இதில் Hard Disk, SSD, மற்றும் Pen Drive அடங்கும்.
  3. Step 3: சரியான ஜோடியை பொருத்துங்கள்

    RAM ஒரு Primary memory, மற்றும் Hard Disk ஒரு Secondary memory ஆகும்.
  4. Final Answer:

    RAM - Hard Disk → Option A
  5. Quick Check:

    CPU மூலம் நேரடியாக அணுகப்படும் memory → Primary | நீண்டகால சேமிப்பு → Secondary ✅

Quick Variations

• சில கேள்விகள் எந்த memory volatile அல்லது non-volatile என்பதை கேட்கலாம்.

• சில நேரங்களில் ஆழமான புரிதலை சோதிக்க Cache Memory சேர்க்கப்படலாம்.

• Options இல் storage devices மற்றும் memory types திட்டமிட்டு கலக்கப்படலாம்.

Trick to Always Use

  • Step 1 → CPU மூலம் நேரடியாக அணுகப்படுகிறதா? → Primary memory
  • Step 2 → தரவை நிரந்தரமாக சேமிக்கிறதா? → Secondary memory
  • Step 3 → Volatile memory → பொதுவாக RAM (Primary)

Summary

Summary

  • Primary memory வேகமானது மற்றும் CPU மூலம் நேரடியாக அணுகப்படுகிறது.
  • Secondary memory நிரந்தர தரவு சேமிப்பிற்காக பயன்படுத்தப்படுகிறது.
  • RAM மற்றும் ROM Primary memory வகைகள்.
  • Hard Disk, SSD, மற்றும் Pen Drive Secondary memory சாதனங்கள்.

நினைவில் கொள்ள வேண்டிய எடுத்துக்காட்டு:
RAM (Primary, volatile) → Hard Disk (Secondary, non-volatile)

Practice

(1/5)
1. Which of the following is an example of Primary memory?
easy
A. RAM
B. Hard Disk
C. Pen Drive
D. DVD

Solution

  1. Step 1: Recall primary memory definition

    Primary memory is directly accessed by the CPU.
  2. Step 2: Evaluate the options

    RAM is directly accessible to the CPU, while others are storage devices.
  3. Final Answer:

    RAM → Option A
  4. Quick Check:

    CPU-accessible memory → Primary memory ✅
Hint: Direct CPU access always indicates primary memory.
Common Mistakes: Confusing storage devices with primary memory.
2. Which of the following memories is non-volatile in nature?
easy
A. RAM
B. ROM
C. Cache Memory
D. Registers

Solution

  1. Step 1: Understand non-volatile memory

    Non-volatile memory retains data even when power is off.
  2. Step 2: Check each option

    ROM retains its contents without power.
  3. Final Answer:

    ROM → Option B
  4. Quick Check:

    Data retained without power → Non-volatile ✅
Hint: ROM never loses data when power is off.
Common Mistakes: Assuming all primary memory is volatile.
3. Which of the following is used for permanent data storage?
easy
A. RAM
B. Cache Memory
C. Hard Disk
D. Registers

Solution

  1. Step 1: Identify permanent storage

    Permanent storage retains data even after shutdown.
  2. Step 2: Evaluate options

    Hard Disk is a secondary memory used for permanent storage.
  3. Final Answer:

    Hard Disk → Option C
  4. Quick Check:

    Long-term data storage → Secondary memory ✅
Hint: Permanent data always belongs to secondary memory.
Common Mistakes: Considering RAM as permanent storage.
4. Which of the following correctly matches memory type with its characteristic?
medium
A. RAM – Non-volatile
B. ROM – Volatile
C. Hard Disk – Volatile
D. Cache Memory – Volatile

Solution

  1. Step 1: Recall memory characteristics

    Volatile memory loses data when power is off.
  2. Step 2: Check each pair

    Cache memory is volatile and works with the CPU.
  3. Final Answer:

    Cache Memory - Volatile → Option D
  4. Quick Check:

    Fast temporary memory → Volatile ✅
Hint: All fast CPU-related memories are volatile.
Common Mistakes: Thinking ROM or hard disk is volatile.
5. Which memory is directly accessed by the CPU during execution of programs?
medium
A. Pen Drive
B. Hard Disk
C. DVD
D. Primary Memory

Solution

  1. Step 1: Understand CPU access

    The CPU directly works with main memory.
  2. Step 2: Identify correct option

    Primary memory (RAM/ROM) is directly accessed by the CPU.
  3. Final Answer:

    Primary Memory → Option D
  4. Quick Check:

    CPU executes instructions from main memory ✅
Hint: Execution always happens from primary memory.
Common Mistakes: Assuming CPU executes directly from hard disk.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes