File Systems – File organization, allocation methods, directory structure, FAT, NTFS

    Question 1OS - File System Basics

    What is the primary purpose of a file system in an operating system?

    Question 2OS - File Allocation Methods

    Which of the following is NOT a common file allocation method used in operating systems?

    Question 3OS - Contiguous Allocation

    What is the main drawback of contiguous file allocation?

    Question 4OS - Linked Allocation

    In linked file allocation, how are file blocks organized?

    Question 5OS - Indexed Allocation

    What is the main advantage of indexed file allocation?

    Question 6OS - Directory Structures

    Which of the following directory structures allows the same file to appear in multiple directories without duplication of data?

    Question 7OS - FAT File System

    What role does the File Allocation Table (FAT) play in the FAT file system?

    Question 8OS - NTFS Features

    Which of the following is a major feature of NTFS (New Technology File System) compared to FAT?

    Question 9OS - Journaling in File Systems

    What is the main advantage of journaling file systems (like NTFS, ext3/ext4)?

    Question 10OS - FAT vs NTFS Comparison

    Which statement correctly compares FAT and NTFS?