Computer Knowledge

Computer File Systems

1,249 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 general knowledge science & technology
  1. F3

  2. F1

  3. F9

  4. F8

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

F3 is the standard keyboard shortcut to open the Search/Find dialog in Windows Explorer and most file managers. F1 opens Help, F9/F8 have various uses depending on context (F9 refreshes in some applications). The Find Files function is essential for locating documents and is tested in basic computer literacy exams.

Multiple choice general knowledge science & technology
  1. audio video interleave

  2. automated video interleave

  3. audio video interface

  4. automated video interface

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

AVI stands for Audio Video Interleave, a multimedia container format introduced by Microsoft. The key elements are "Audio" and "Video" - both words appear correctly, and "interleave" means they're mixed together. It's not "automated" or an "interface".

Multiple choice general knowledge science & technology
  1. Memory Stack Voice files

  2. Media Stick Voice files

  3. Motion Stick Voice files

  4. Memory Stick Voice files

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

MSV stands for Memory Stick Voice, a proprietary audio format developed by Sony for their voice recorders. It's specifically designed for storing voice recordings on Sony's Memory Stick flash storage media.

Multiple choice general knowledge science & technology
  1. win media video

  2. windows mediaplayer video

  3. winrar media video

  4. windows media video

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

WMV stands for Windows Media Video, a video compression format developed by Microsoft. It's part of the Windows Media framework and is commonly used for storing and streaming video content on Windows-based systems.

Multiple choice general knowledge
  1. File name

  2. program

  3. record

  4. data

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

A filename is the name assigned by a user to identify a file in a file system. Programs, records, and data are different concepts - a program is executable code, a record is a data structure, and data is the content itself.

Multiple choice general knowledge
  1. Folder on desktop

  2. File on a desktop

  3. Folder in my computer

  4. File in my computer

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

The Recycle Bin is a special folder on the Windows desktop that temporarily stores deleted files before they are permanently removed. It is not a file itself, but rather a container that holds deleted items. This design allows users to recover accidentally deleted files if needed.

Multiple choice general knowledge
  1. Mini Directory

  2. Junior Directory

  3. Part Directory

  4. Sub Directory

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

A subdirectory (or subfolder) is a directory nested within another directory in the file system hierarchy. 'Mini Directory,' 'Junior Directory,' and 'Part Directory' are not standard terms - the correct terminology is 'Sub Directory' or 'subfolder.'

Multiple choice general knowledge science & technology
  1. awk '{print $9}' test.txt > Result.txt
  2. awk '{print $9}' Result.txt > test.txt
  3. awk '{print $9}' Test.txt > result.txt
  4. awk '{print $9}' result.txt > Test.txt
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The awk command '{print $9}' extracts the 9th column from each line of test.txt, and the '>' operator redirects the output to Result.txt. This is the correct syntax and file order. The other options either swap the file names (which would overwrite test.txt) or have incorrect case sensitivity in filenames (Unix is case-sensitive).

Multiple choice general knowledge
  1. txt

  2. wrd

  3. doc

  4. none of these

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

The .doc extension was the default file format for Microsoft Word documents from Word 97 through Word 2003. When Office 2007 introduced the XML-based .docx format, .doc became the 'legacy' format but remained widely supported. While .txt is plain text and .wrd is not a standard Word extension, .doc is the historically correct answer for Word's default extension. Modern Word uses .docx by default.

Multiple choice general knowledge
  1. Tagged Image File Form

  2. Tag Image File Form

  3. Tagged Image Film Format

  4. Tagged Image File Format

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

TIF (more commonly TIFF) stands for Tagged Image File Format. It is a flexible file format for storing images, popular in desktop publishing and graphic design. The other options miss 'Tagged' or use incorrect variations like 'Film' instead of 'File'.

Multiple choice general knowledge science & technology
  1. temp file

  2. raw file

  3. permanent file

  4. None

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

A raw file contains unprocessed, uncompressed data directly from a source with no alterations or manipulation by the computer. Raw files preserve all original data without compression algorithms or other processing, making them ideal for applications requiring maximum fidelity and editing flexibility.