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. Symbolic name

  2. Binary name

  3. Both 1 and 2

  4. None of these

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

In a two-level directory structure, files are identified by a combination of the user name and the file name. The file name itself is a symbolic name, and the system often maps these to internal identifiers.

Multiple choice
  1. Control file

  2. Data file

  3. Online redo file

  4. Offline redo file

  5. Doc file

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

This option is correct because a data file contains use rand system data for backup and recovery process.

Multiple choice
  1. to create a duplicate of a file

  2. to create a unnamed pipe

  3. to create a named pipe

  4. none of the above

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

The pipe system call is used to create a named pipe. Pipe is buffered that allows one day data transmission through its ends using flow control.

Multiple choice
  1. file

  2. programs

  3. Both 1 & 2

  4. None of the above

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

A file is a resource for storing information, which is available to a computer program and is usually based on some kind of durable storage. Programs are also stored as files on a computer, making both definitions applicable.

Multiple choice
  1. Pigeon-hole filing

  2. Horizontal filing

  3. Vertical filing

  4. All are equally flexible

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

Vertical filing is considered more flexible than horizontal or pigeon-hole systems because it allows for easier expansion, better accessibility, and more efficient use of office space. It enables documents to be added or removed without disrupting the entire arrangement.