Computer Knowledge

Computer File Systems

1,516 Questions

Computer file systems dictate how data is stored, organized, and retrieved on storage devices. Important concepts include file allocation tables, access mechanisms, and various formats like sequential and video files. Candidates preparing for banking and government exams should practice these fundamentals thoroughly.

File access mechanismsVideo and password filesFile extensionsFile allocation tableSystem metadata

Computer File Systems Questions

Multiple choice
  1. a long integer

  2. a pointer data type

  3. a pointer to BOF

  4. a pointer to EOF

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice
  1. Files may share the same name or the same extension but not both

  2. Every file in the same folder must have a unique name

  3. File extension is another name for file type

  4. The file extension comes before the dot (.) followed by the file name

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The file extension follows the dot (.) and indicates the file type; it does not come before the dot. The other statements are standard rules for file naming in most operating systems.

Multiple choice
  1. Files may share the same name or the same extension but not both

  2. Every file in the same folder must have a unique name

  3. File extension is another name for file type

  4. The file extension comes before the dot (.) followed by the file name

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

File extensions typically follow the dot (.) after the file name (e.g., document.docx). Option D incorrectly states that the extension comes before the dot.

Multiple choice
  1. inverted organization

  2. multi-list organization

  3. regular organization

  4. hierarchical organization

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Regular or sequential file organization is the simplest form, where records are stored in a specific order, typically based on a key, without complex indexing.