0
0

File System & File Management

Introduction

File System & File Management என்பது ஒரு Operating System storage devicesல் dataவை எவ்வாறு store, organize, access, மற்றும் protect செய்கிறது என்பதைக் குறிக்கிறது. இந்த pattern அடிக்கடி சோதிக்கப்படுவதற்குக் காரணம், இது theoretical OS conceptsஐ real-world computer usage உடன் இணைக்கிறது.

இந்த பகுதியில் இருந்து வரும் கேள்விகள் பொதுவாக practical ஆகவும், easy முதல் medium level வரை இருப்பதுடன், competitive examsல் அதிக scoring தருபவையாகவும் இருக்கும்.

Pattern: File System & File Management

Pattern

File management என்பது Operating System இன் ஒரு function ஆகும்; இது files மற்றும் directoriesஐ organize செய்து, store செய்து, retrieve செய்து, ஒரு குறிப்பிட்ட file system மூலம் access controlஐ நிர்வகிக்கிறது.

Step-by-Step Example

Question

filesஐ folders ஆக organize செய்வதும், file accessஐ control செய்வதும் எந்த Operating System function இன் பொறுப்பு?

Options:
A. Process management
B. Memory management
C. File management
D. Device management

Solution

  1. Step 1: சம்பந்தப்பட்ட செயல்பாட்டை கண்டறியுங்கள்

    கேள்வி files, folders, மற்றும் access control பற்றி குறிப்பிடுகிறது.
  2. Step 2: சரியான OS function உடன் பொருத்துங்கள்

    directories உருவாக்குதல், files store செய்வது, மற்றும் access control செய்வது-all file management இன் பொறுப்புகள்.
  3. Final Answer:

    File management → Option C
  4. Quick Check:

    file organization மற்றும் permissions எப்போதும் file management மூலம் கையாளப்படுகின்றன ✅

Quick Variations

1. FAT32 மற்றும் NTFS போன்ற common file systems பற்றி கேள்விகள் வரலாம்.

2. சில நேரங்களில் directory structures மற்றும் file paths அடிப்படையில் கேள்வி அமைக்கப்படும்.

3. read, write, மற்றும் execute permissionsஐ எந்த function control செய்கிறது என்று கேள்வி வரலாம்.

Trick to Always Use

  • Step 1 → கேள்வியில் files, folders, அல்லது directories குறிப்பிடப்பட்டால், File Management என்று நினையுங்கள்.
  • Step 2 → storage organization சம்பந்தப்பட்டிருந்தால், CPU மற்றும் memory optionsஐ நீக்குங்கள்.

Summary

Summary

  • File management filesஐ store செய்வது, organize செய்வது, மற்றும் access செய்வதை கையாளுகிறது.
  • ஒரு file system data எவ்வாறு store செய்யப்பட வேண்டும் மற்றும் retrieve செய்யப்பட வேண்டும் என்பதை வரையறுக்கிறது.
  • file தொடர்பான கேள்விகள் practical ஆகவும், எளிதாக score செய்யக்கூடியவையாகவும் இருக்கும்.
  • இந்த pattern, Operating System conceptsஐ தினசரி computer usage உடன் இணைக்கிறது.

Practice

(1/5)
1. Which component of an operating system defines how data is stored, named, and retrieved on a storage device?
easy
A. File system
B. Device driver
C. Memory manager
D. Process scheduler

Solution

  1. Step 1: Identify the focus area

    The question refers to storing, naming, and retrieving data.
  2. Step 2: Match with OS component

    A file system defines how files are organized and accessed on storage.
  3. Final Answer:

    File system → Option A
  4. Quick Check:

    Data organization rules come from the file system ✅
Hint: Rules of storage and naming always point to file system.
Common Mistakes: Confusing file system with memory management.
2. Which file system is commonly associated with modern Windows operating systems?
easy
A. FAT16
B. NTFS
C. EXT4
D. HFS+

Solution

  1. Step 1: Identify the operating system

    The question refers to modern Windows systems.
  2. Step 2: Recall the default file system

    Windows primarily uses NTFS for advanced features and security.
  3. Final Answer:

    NTFS → Option B
  4. Quick Check:

    Windows + permissions + large files = NTFS ✅
Hint: Windows default file system = NTFS.
Common Mistakes: Choosing Linux or macOS file systems for Windows.
3. Which file-related feature controls who can read, write, or execute a file?
easy
A. File extension
B. Directory path
C. File permissions
D. File compression

Solution

  1. Step 1: Identify the control aspect

    The question refers to access control.
  2. Step 2: Match with file feature

    Read, write, and execute rights are governed by file permissions.
  3. Final Answer:

    File permissions → Option C
  4. Quick Check:

    Access rights are always defined by permissions ✅
Hint: Read-write-execute = Permissions.
Common Mistakes: Mixing file permissions with file extensions.
4. Which term refers to the hierarchical structure used to organize files on a computer?
medium
A. File allocation table
B. Memory map
C. Boot record
D. Directory structure

Solution

  1. Step 1: Identify the organization method

    The question mentions a hierarchy for files.
  2. Step 2: Match with correct term

    Directories organize files in a hierarchical structure.
  3. Final Answer:

    Directory structure → Option D
  4. Quick Check:

    Folders within folders form directory structure ✅
Hint: Hierarchical folders = Directory structure.
Common Mistakes: Choosing file allocation table instead of directory structure.
5. Which file management action removes a file reference while freeing its occupied storage space?
medium
A. File deletion
B. File renaming
C. File copying
D. File opening

Solution

  1. Step 1: Identify the action described

    The question mentions removing a file and freeing storage.
  2. Step 2: Match with file operation

    Deleting a file removes its reference and releases disk space.
  3. Final Answer:

    File deletion → Option A
  4. Quick Check:

    Only deletion frees occupied storage space ✅
Hint: Freeing disk space points to file deletion.
Common Mistakes: Assuming renaming or copying frees storage.

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