0
0

CPU Components & Functions

Introduction

TheCentral Processing Unit (CPU) கணினியின் மூளை என்று அழைக்கப்படுகிறது. பெரும்பாலான கணினி செயல்பாடுகள், CPU கட்டளைகளை எவ்வளவு திறமையாக செயலாக்குகிறது என்பதையே சார்ந்துள்ளது. போட்டித் தேர்வுகள், தேர்வர்கள் CPU இன் முக்கிய கூறுகள் மற்றும் அவற்றின் செயல்பாடுகள் பற்றி புரிந்துள்ளார்களா என்பதை அடிக்கடி சோதிக்கின்றன.

இக்கேள்விகள் கருத்தரங்கத் தெளிவை சோதிப்பவை மற்றும் IBPS, SBI, SSC தேர்வுகளில் பொதுவாக கேட்கப்படுகின்றன.

Pattern: CPU Components & Functions

Pattern

முக்கிய கருத்து என்னவெனில், CPU இன் பிரதான கூறுகளான ALU, Control Unit, மற்றும் Registers ஆகியவற்றை புரிந்து கொண்டு, ஒவ்வொரு கூறும் செய்யும் செயல்பாட்டை சரியாக அடையாளம் காண வேண்டும்.

Step-by-Step Example

Question

CPU இன் எந்த பகுதி கணித மற்றும் தர்க்க செயல்பாடுகளை செய்ய பொறுப்பாக உள்ளது?

Options:
A. Control Unit (CU)
B. Arithmetic Logic Unit (ALU)
C. Registers
D. Cache Memory

Solution

  1. Step 1: CPU கூறுகளை புரிந்து கொள்ளுங்கள்

    CPU முக்கியமாக Control Unit, ALU, மற்றும் Registers ஆகியவற்றைக் கொண்டுள்ளது.
  2. Step 2: ALU இன் செயல்பாட்டை அடையாளம் காணுங்கள்

    ALU அனைத்து கணிதக் கணக்கீடுகளையும் மற்றும் தர்க்க ஒப்பீடுகளையும் செய்கிறது.
  3. Step 3: மற்ற விருப்பங்களை நீக்குங்கள்

    Control Unit கட்டளைகளின் ஓட்டத்தை நிர்வகிக்கிறது, மேலும் Registers தற்காலிக தரவை சேமிக்கின்றன.
  4. Final Answer:

    Arithmetic Logic Unit (ALU) → Option B
  5. Quick Check:

    Addition, subtraction, AND, OR போன்ற செயல்பாடுகள் → ALU மூலம் செய்யப்படுகின்றன ✅

Quick Variations

• கேள்விகள் CPU கூறுகள் மற்றும் அவற்றின் செயல்பாடுகளை பொருத்தச் சொல்லலாம்.

• சில நேரங்களில் options இல் Registers மற்றும் Cache Memory குழப்பமாக கொடுக்கப்படலாம்.

• CU தொடர்பான கேள்விகள் பெரும்பாலும் கட்டுப்பாடு மற்றும் ஒருங்கிணைப்பு பணிகளில் கவனம் செலுத்தும்.

Trick to Always Use

  • Step 1 → கணக்கீடு அல்லது ஒப்பீடு குறிப்பிடப்பட்டால் → ALU என்று நினையுங்கள்
  • Step 2 → Control, coordination, instruction flow → Control Unit என்று நினையுங்கள்
  • Step 3 → தற்காலிக தரவு அல்லது கட்டளைகள் → Registers என்று நினையுங்கள்

Summary

Summary

  • CPU அனைத்து கட்டளைகளையும் செயலாக்கும் மைய அலகாகும்.
  • ALU கணித மற்றும் தர்க்க செயல்பாடுகளை கையாள்கிறது.
  • Control Unit அனைத்து செயல்பாடுகளையும் வழிநடத்தி ஒருங்கிணைக்கிறது.
  • Registers செயலாக்கத்தின் போது தரவை தற்காலிகமாக சேமிக்கின்றன.

நினைவில் கொள்ள வேண்டிய எடுத்துக்காட்டு:
Addition operation → ALU | Instruction control → CU | Temporary storage → Registers

Practice

(1/5)
1. Which component of the CPU controls and coordinates all activities of the computer system?
easy
A. Control Unit (CU)
B. Arithmetic Logic Unit (ALU)
C. Registers
D. Cache Memory

Solution

  1. Step 1: Recall CPU components

    The CPU mainly consists of the Control Unit, ALU, and Registers.
  2. Step 2: Identify the controlling component

    The Control Unit directs the flow of instructions and coordinates all operations.
  3. Final Answer:

    Control Unit (CU) → Option A
  4. Quick Check:

    Instruction flow + coordination → Control Unit ✅
Hint: Control and coordination roles always indicate the Control Unit.
Common Mistakes: Choosing ALU because it sounds like the main CPU part.
2. Which CPU component temporarily stores data and instructions during processing?
easy
A. Registers
B. Control Unit (CU)
C. Hard Disk
D. Arithmetic Logic Unit (ALU)

Solution

  1. Step 1: Understand temporary storage

    Temporary storage inside the CPU is used during execution of instructions.
  2. Step 2: Identify the correct component

    Registers store data and instructions temporarily for quick access.
  3. Final Answer:

    Registers → Option A
  4. Quick Check:

    Fast, temporary storage inside CPU → Registers ✅
Hint: Temporary and fastest storage inside CPU points to Registers.
Common Mistakes: Confusing registers with cache or main memory.
3. Which of the following CPU components performs logical comparisons such as AND, OR, and NOT?
easy
A. Registers
B. Arithmetic Logic Unit (ALU)
C. Control Unit (CU)
D. Motherboard

Solution

  1. Step 1: Recall logical operations

    Logical operations include AND, OR, NOT, and comparisons.
  2. Step 2: Identify responsible component

    The ALU performs both arithmetic and logical operations.
  3. Final Answer:

    Arithmetic Logic Unit (ALU) → Option B
  4. Quick Check:

    Logic-based operations → ALU ✅
Hint: If logic or calculation is mentioned, think ALU.
Common Mistakes: Selecting Control Unit for all CPU-related tasks.
4. Which CPU component interprets instructions and sends signals to other parts of the computer?
medium
A. Registers
B. Arithmetic Logic Unit (ALU)
C. Control Unit (CU)
D. RAM

Solution

  1. Step 1: Understand instruction handling

    Instructions must be interpreted and executed in proper sequence.
  2. Step 2: Identify signaling component

    The Control Unit interprets instructions and issues control signals.
  3. Final Answer:

    Control Unit (CU) → Option C
  4. Quick Check:

    Instruction decoding + control signals → CU ✅
Hint: Instruction interpretation always relates to the Control Unit.
Common Mistakes: Confusing instruction execution with storage.
5. Which of the following is NOT a core component of the CPU?
medium
A. Registers
B. Control Unit (CU)
C. Arithmetic Logic Unit (ALU)
D. Hard Disk

Solution

  1. Step 1: Recall core CPU components

    The CPU consists of ALU, Control Unit, and Registers.
  2. Step 2: Identify the external component

    Hard Disk is a secondary storage device, not part of the CPU.
  3. Final Answer:

    Hard Disk → Option D
  4. Quick Check:

    Storage outside CPU → Not a CPU component ✅
Hint: Anything related to long-term storage is not part of the CPU.
Common Mistakes: Assuming all internal hardware belongs to the CPU.

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