HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 4Operating SystemUnit 5: File Management (6 Hrs.)
Chapter Study

Bsc CSIT Semester 4 – Operating System – Unit 5: File Management (6 Hrs.)

Comprehensive questions and detailed answers for Unit 5: File Management (6 Hrs.). Perfect for exam preparation and concept clarity.

13
Questions
70
Marks
Back to All Chapters
1

Explain how the File Allocation Table (FAT) manages files.
Mention the merits and demerits of using FAT.

MediumTHEORY5 marks2070(TU Final)
2

Define file and directories. Explain about protection mechanism.

MediumTHEORY5 marks2071(TU Final)
3

Explain how file allocation table (FAT) manage the files. Mention the merits and demerits of using FAT.

MediumTHEORY5 marks2071(TU Final)
4

How can you manage free disk space? Explain the linked list approach of managing free disk space with example.

MediumTHEORY5 marks2076(TU Final)
5

What is ment by file attributes? Discuss any one technique of implementing directories in detail.

MediumTHEORY5 marks2078(TU Final)
6

What approaches are using for managing free disk spaces? Explain linked list approaches with example.

MediumTHEORY5 marks2078(TU Final)
7

Discuss about contiguous and linked list file allocation technique.

MediumTHEORY5 marks2080(TU Final)
8

Why do we need hierarchical directory system? Explain structure of disk.

MediumTHEORY5 marks2080(TU Final)
9

Write short notes on :

a. Inode

b. RAID

MediumTHEORY5 marks2080(TU Final)
10

List different file structures and explain them.

MediumTHEORY5 marks2081(TU Final)
11

Discuss about single level and two level directory system. Consider the following process and answer the following questions.

ProcessAllocationMaxAvailable
A B C DA B C DA B C D
P00 0 1 20 0 1 21 5 2 0
P11 0 0 01 7 5 0
P21 3 5 42 3 5 6
P30 6 3 20 6 5 2
P40 0 1 40 6 5 6

a. What is the content of matrix Need?
b. Is the system in safe state?
c. If P1 request (0,4,2,0) can the request be granted immediately.

HardTHEORY10 marks2079(TU Final)
12

Discuss the advantages disadvantages of implementing file system using Linked List.

MediumTHEORY5 marks2079(TU Final)
13

Differentiate between contiguous and linked list file allocation technique.

MediumTHEORY5 marks2080(TU Final)
Showing 13 questions

Exam Years

Past question papers

2081
TU Final•1 questions
2080
TU Final•3 questions
2080
TU Final•1 questions
2079
TU Final•2 questions
2078
TU Final•2 questions
2076
TU Final•1 questions
2071
TU Final•2 questions
2070
TU Final•1 questions

Questions in Unit 5: File Management (6 Hrs.)

Explain how the File Allocation Table (FAT) manages files. Mention the merits and demerits of using FAT.

Marks: 5

Year: 2070 Final TU

File Allocation Table (FAT) in Operating Systems 1. How FAT Manages Files - Definition: FAT is a table-based file system used to track which disk blocks (clusters) belong to which files. - Structur

Define file and directories. Explain about protection mechanism.

Marks: 5

Year: 2071 Final TU

File, Directory, and Protection Mechanism 1. File - Definition: A file is a collection of related information or data stored on secondary storage (disk) under a name. - Key Points: - Can be tex

Explain how file allocation table (FAT) manage the files. Mention the merits and demerits of using FAT.

Marks: 5

Year: 2071 Final TU

File Allocation Table (FAT) Management 1. Definition - FAT (File Allocation Table) is a table maintained by the operating system to keep track of all the blocks (clusters) allocated to files on disk.

How can you manage free disk space? Explain the linked list approach of managing free disk space with example.

Marks: 5

Year: 2076 Final TU

Free Disk Space Management Free disk space management refers to the techniques used by the Operating System to keep track of unused disk blocks so that new files can be stored efficiently. The main

What is ment by file attributes? Discuss any one technique of implementing directories in detail.

Marks: 5

Year: 2078 Final TU

File Attributes - Definition: File attributes are metadata associated with a file that describe its properties, ownership, and access. - Common File Attributes: 1. Name: Unique identifier of

What approaches are using for managing free disk spaces? Explain linked list approaches with example.

Marks: 5

Year: 2078 Final TU

Managing Free Disk Space 1. Approaches to Manage Free Disk Space Operating systems need to keep track of free disk blocks for file allocation. Common approaches: 1. Bit Vector / Bit Map: - Each d

Discuss about contiguous and linked list file allocation technique.

Marks: 5

Year: 2080 Final TU

File Allocation Techniques Files can be stored on disk using different allocation methods: --- 1. Contiguous Allocation - File occupies continuous disk blocks. - Example: File F1 uses blocks 10, 11

Why do we need hierarchical directory system? Explain structure of disk.

Marks: 5

Year: 2080 Final TU

Hierarchical Directory System and Disk Structure 1. Why We Need Hierarchical Directory System - Single-level directories have all files in one directory → difficult to manage as the number of files g

Write short notes on : a. Inode b. RAID

Marks: 5

Year: 2080 Final TU

Short Notes a) Inode (Index Node) - Definition: An inode is a data structure in Unix/Linux file systems that stores metadata about a file. - Contents of an Inode: - File type (regular, direct

List different file structures and explain them.

Marks: 5

Year: 2081 Final TU

File Structures A file structure defines how data is organized and stored in a file for efficient access and management. 1. Sequential File Structure - Records are stored one after another in a sequ

Discuss about single level and two level directory system. Consider the following process and answer the following questions. Process | Allocation | Max |Available| |----|-----|-----|-----| | |A B C

Marks: 10

Year: 2079 Final TU

1. Single-Level and Two-Level Directory Systems Single-Level Directory - Concept: - All files are stored in one directory per user or system. - Structure: - Directory contains file name → p

Discuss the advantages disadvantages of implementing file system using Linked List.

Marks: 5

Year: 2079 Final TU

Linked List Allocation in File System Concept: - In linked list allocation, each file is a linked list of disk blocks. - Each block contains a pointer to the next block. - First block of the fil

Differentiate between contiguous and linked list file allocation technique.

Marks: 5

Year: 2080 Final TU

File Allocation Techniques: Contiguous vs Linked List | Feature | Contiguous Allocation | Linked List Allocation | |---------|--------------------|----------------------| | Storage Layout | Each file

About Unit 5: File Management (6 Hrs.) Questions

This page contains comprehensive questions from the Unit 5: File Management (6 Hrs.) chapter of Operating System, part of the Bsc CSIT Semester 4 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Operating System Chapters

Unit 5: File Management (6 Hrs.) chapter questions with answers for Operating System (Bsc CSIT Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.