Operating System » File System Concepts
Operating System Subcategories
Memory Management Swapping 1Process Scheduling Queue
Virtual Memory Page Replacement Algorithms 1Linux
Cpu SchedulingMemory Management
Computer FundamentalsCpu Scheduling Benefits
Threads Signal HandlingThreads Ult Klt
Distributed Operating SystemBasics
Operating SystemProcesses
Cpu Scheduling Algorithms 1Cpu Scheduling Algorithms 2
DeadlockDeadlock Avoidance
Memory Management Swapping 2Memory Allocation 1
Secondary StorageMemory Management Paging 1
Memory Management Paging 2Rtos
Multimedia System Cpu Disk SchedulingSecurity Intrusion Detection
Virtual Memory ThrashingFile System Interface Access Methods 1
File System Interface Directory Structure 1File System Interface Directory Structure 2
File System Interface Mounting SharingFile System Allocation Methods 1
Disk Scheduling 2Disk Management
Classic Sync ProblemsSemaphores 1
Process CreationMultimedia System Network Management
Semaphores 2Cpu Scheduling 2
Application Io Interface 1Inter Process Communication
Process SynchronizationMultimedia System Compression 1
Network File System 1Disk Scheduling 1
Mass Storage Raid 1File System 1
Communication Systems Bandwidth Transmission MediumSecurity Cryptography
Two Port NetworkProcess Rpc
Virtual Memory Page Replacement Algorithms 2Virtual Memory Frame Allocation
Network File System 2File System Allocation Methods 2
File System Allocation Methods 3Process Control Block
Process StructuresCritical Section Problem
Process Sync MonitorsAtomic Transactions
Deadlock RecoveryMemory Allocation 2
Memory Management SegmentationApplication Io Interface 2
Kernel Io SubsystemsMultimedia System Compression 2
Multimedia System Compression 3Security User Authentication
Security Program System ThreatsSecurity System Facility
Threads Fork ExecThreads Cancellation
Threads PoolsMulti Threading Models
Virtual Memory Demand PagingVirtual Memory
File System ConceptsFile System Implementation
File System Interface Access Methods 2File System Recovery
Io SubsystemSwap Space Management
Mass Storage Raid 2Mass Storage Tertiary Storage
Protection ConceptsProtection Access Matrix
SecurityProtection Memory Protection
Protection Revocation Access RightsNetwork Structure Topology
RobustnessDistributed File System
Distributed SynchronizationDeadlock Prevention
Deadlock DetectionThreads
File System Interface ProtectionFile System Free Space Performance
______ is a unique tag, usually a number identifies the file within the file system.

A. File identifier
B. File name
C. File type
D. None of the mentioned

To create a file ____________

A. Allocate the space in file system
B. Make an entry for new file in directory
C. Allocate the space in file system & make an entry for new file in directory
D. None of the mentioned

By using the specific system call, we can ____________

A. Open the file
B. Read the file
C. Write into the file
D. All of the mentioned

File type can be represented by ____________

A. File name
B. File extension
C. File identifier
D. None of the mentioned

What is the mounting of file system?

A. Crating of a filesystem
B. Deleting a filesystem
C. Attaching portion of the file system into a directory structure
D. Removing the portion of the file system into a directory structure

Mapping of file is managed by ____________

A. File metadata
B. Page table
C. Virtual memory
D. File system

Mapping of network file system protocol to local file system is done by ____________

A. Network file system
B. Local file system
C. Volume manager
D. Remote mirror

Which one of the following explains the sequential file access method?

A. Random access according to the given byte number
B. Read bytes one at a time, in order
C. Read/write sequentially by record
D. Read/write randomly by record

When will file system fragmentation occur?

A. Unused space or single file are not contiguous
B. Used space is not contiguous
C. Unused space is non-contiguous
D. Multiple files are non-contiguous