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. yellow icons

  2. blue icons

  3. green icons

  4. red icons

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

In standard Windows interfaces, folders are represented by yellow icons to distinguish them from file types. This visual convention has been consistent across many versions of the OS.

Multiple choice
  1. text

  2. graphics

  3. audio

  4. all of the above

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

Files are digital containers that can hold various types of data, including text, images, audio, and video. The file extension usually determines how the computer interprets the contents.

Multiple choice
  1. deleting the folder

  2. dragging it with your mouse to the new folder

  3. creating a new folder

  4. none of the above

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

Dragging and dropping a file with the mouse is the standard graphical user interface method for moving files between folders.

Multiple choice
  1. clicking on the file with your right mouse button and selecting delete

  2. clicking on the file and pressing delete on the keyboard

  3. all of the above

  4. none of the above

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

Users can delete files by using the context menu (right-click) or by selecting the file and using the Delete key on the keyboard.

Multiple choice
  1. the name of the file

  2. the date on which the file was created

  3. the text that the file contains

  4. all of the above

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

Windows search functionality is robust and allows users to filter files by various metadata, including name, date, and content keywords.

Multiple choice
  1. according to the date of creation or modification

  2. according to the date of lost

  3. both (1) and (2)

  4. none of the above

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

The date tab in file search utilities is designed to locate files based on timestamps such as when they were created or last modified.

Multiple choice
  1. update files

  2. print files on paper

  3. enter data

  4. none of these

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

A report generator is a tool used to extract data from a database and format it into a readable document, typically for printing or display on paper.

Multiple choice
  1. fp is a file pointer

  2. position the read-write-head at the start of the file

  3. position the read-write-head at the end of the file

  4. erase the contents of the file

Reveal answer Fill a bubble to check yourself
A Correct answer