0
0

Functions of an Operating System

Introduction

ஒரு Operating System என்பது வெறும் interface மட்டும் அல்ல - அது கணினி அமைப்பு சீராக இயங்க பல முக்கிய செயல்பாடுகளை மேற்கொள்கிறது. போட்டித் தேர்வுகளில், தேர்வாளர்கள் இந்த செயல்பாடுகளை சரியாக அடையாளம் காண்கிறார்களா என்பதை அடிக்கடி சோதிக்கின்றன.

இந்த pattern-இல் வரும் கேள்விகள் பொதுவாக நேரடியானதும் தகவல் சார்ந்ததும் ஆக இருப்பதால், கருத்துகள் தெளிவாக இருந்தால் அதிக மதிப்பெண் பெற எளிதாக இருக்கும்.

Pattern: Functions of an Operating System

Pattern

Operating System செயல்முறைகள், memory, கோப்புகள், மற்றும் devices ஆகியவற்றை நிர்வகிப்பது போன்ற முக்கிய செயல்பாடுகளை செய்து, அமைப்பு திறம்படவும் பாதுகாப்பாகவும் இயங்க உதவுகிறது.

Step-by-Step Example

Question

கீழ்கண்டவற்றில் எது ஒரு Operating System-இன் முதன்மை செயல்பாடு?

Options:
A. application programs எழுதுதல்
B. memory மற்றும் processes நிர்வகித்தல்
C. computer hardware உற்பத்தி செய்தல்
D. network cables வடிவமைத்தல்

Solution

  1. Step 1: முக்கிய OS பொறுப்புகளை நினைவில் கொள்ளுங்கள்

    operating system அனைத்து system resources-ஐ கட்டுப்படுத்தவும் ஒருங்கிணைக்கவும் பொறுப்பாக உள்ளது.
  2. Step 2: சரியான OS செயல்பாடுகளை அடையாளம் காணுங்கள்

    memory-ஐ நிர்வகிப்பதும், இயங்கிக் கொண்டிருக்கும் processes-ஐ கட்டுப்படுத்துவதும் ஒரு operating system-இன் அடிப்படை செயல்பாடுகளாகும்.
  3. Final Answer:

    memory மற்றும் processes நிர்வகித்தல் → Option B
  4. Quick Check:

    OS கட்டுப்பாடு இல்லாமல் programs இயங்கவோ memory-ஐ அணுகவோ முடியாது ✅

Quick Variations

1. சில கேள்விகள் எந்த செயல்பாடு CPU time ஒதுக்குகிறது என்று கேட்கலாம்.

2. சில நேரங்களில் OS செய்யாத not பணியை அடையாளம் காணும் வகையில் கேள்வி வரும்.

3. OS செயல்பாடுகள் மற்றும் அவற்றின் விளக்கங்களை பொருத்தும் match-the-following கேள்விகள் பொதுவாக இருக்கும்.

Trick to Always Use

  • Step 1 → management கோணத்தில் யோசியுங்கள்: CPU, memory, files, devices.
  • Step 2 → உருவாக்கம் அல்லது design தொடர்பான பணி என்றால், அது OS செயல்பாடு அல்ல.

Summary

Summary

  • Operating System processes, memory, files, மற்றும் devices-ஐ நிர்வகிக்கிறது.
  • இது system resources-ஐ திறம்படவும் பாதுகாப்பாகவும் பயன்படுத்த உதவுகிறது.
  • பெரும்பாலான தேர்வு கேள்விகள் நேரடியானதும் கருத்து சார்ந்ததும் ஆகும்.
  • இது அடிக்கடி கேட்கப்படும், எளிதில் மதிப்பெண் தரும் OS pattern ஆகும்.

Practice

(1/5)
1. Which function of an operating system is responsible for deciding which process gets CPU time?
easy
A. Process management
B. File management
C. Device management
D. Security management

Solution

  1. Step 1: Identify the resource involved

    The CPU is the main processing resource of the system.
  2. Step 2: Link CPU usage with OS function

    Deciding which task runs on the CPU is handled by process management.
  3. Final Answer:

    Process management → Option A
  4. Quick Check:

    CPU scheduling is always part of process management ✅
Hint: CPU scheduling questions always point to process management.
Common Mistakes: Confusing CPU allocation with memory management.
2. Which operating system function is responsible for organizing files into directories and folders?
easy
A. Process management
B. File management
C. Memory management
D. Device management

Solution

  1. Step 1: Focus on data organization

    The question talks about files, folders, and directories.
  2. Step 2: Match with OS responsibility

    File management handles storage, naming, and organization of files.
  3. Final Answer:

    File management → Option B
  4. Quick Check:

    Creating and organizing folders is handled by file management ✅
Hint: Files and folders always relate to file management.
Common Mistakes: Selecting memory management instead of file management.
3. Which function of an operating system controls the allocation and deallocation of RAM?
easy
A. Process management
B. Device management
C. Memory management
D. File management

Solution

  1. Step 1: Identify the resource mentioned

    RAM is the main memory of the computer.
  2. Step 2: Match the resource with OS function

    Memory management controls allocation and release of RAM.
  3. Final Answer:

    Memory management → Option C
  4. Quick Check:

    RAM usage is always controlled by memory management ✅
Hint: RAM-related questions → Memory management.
Common Mistakes: Mixing up memory management with process management.
4. Which operating system function controls communication between the system and hardware devices like printers and keyboards?
medium
A. File management
B. Process management
C. Memory management
D. Device management

Solution

  1. Step 1: Identify the hardware devices involved

    Printers and keyboards are input/output devices.
  2. Step 2: Link devices with OS responsibility

    Device management handles communication with hardware devices.
  3. Final Answer:

    Device management → Option D
  4. Quick Check:

    All I/O devices are managed through device management ✅
Hint: Hardware peripherals → Device management.
Common Mistakes: Selecting file management for hardware-related tasks.
5. Which of the following is NOT a function performed by an operating system?
medium
A. Managing running processes
B. Allocating memory to programs
C. Designing computer hardware
D. Controlling input and output devices

Solution

  1. Step 1: Recall core OS functions

    The OS manages processes, memory, and devices.
  2. Step 2: Identify the unrelated task

    Designing hardware is done by engineers, not the operating system.
  3. Final Answer:

    Designing computer hardware → Option C
  4. Quick Check:

    OS manages existing hardware, not its design ✅
Hint: Creation or design tasks are never OS functions.
Common Mistakes: Assuming OS is involved in hardware design.

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