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 general knowledge science & technology
  1. On your computer

  2. On one massive computer - the www

  3. On individual computers, often known as servers

  4. On a network of routers

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

The correct answer is C because files on the internet are stored on individual computers called servers, which host websites and deliver content when requested. The internet is not one single massive computer (option B), nor does it store files on your personal computer (option A) or on routers (option D), which simply direct traffic between servers.

Multiple choice general knowledge
  1. FileUpLoad

  2. Function

  3. File

  4. Date

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

In server-side JavaScript environments like Node.js, the File object provides file system operations for reading and writing files. Function and Date are core JavaScript objects available in both client and server environments. FileUpload is not a standard JavaScript object.

Multiple choice general knowledge
  1. .CAB

  2. .EXE

  3. .SYS

  4. .ZIP

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

Windows installation files use the .CAB (cabinet) extension, which is a compressed archive format used to package installation files. While .EXE files are executable programs, the actual installation data is stored in .CAB files. This format allows efficient compression and distribution of Windows components.

Multiple choice general knowledge
  1. Lever

  2. Link

  3. Lower

  4. License

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

DLL stands for Dynamic Link Library, which are shared code libraries that multiple programs can use simultaneously. The 'Link' refers to dynamic linking, where code is loaded into memory only when needed and can be shared across applications. This reduces memory usage and allows easier updates.

Multiple choice general knowledge
  1. Top Image File Format

  2. Top Interchange File Format

  3. Tagged Image File Format

  4. Ten Internal File Format

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

TIFF stands for Tagged Image File Format, a file format for storing images popular among graphic artists and the publishing industry. It supports multiple layers and pages. Options A, B, and D incorrectly use words like "Top" and "Ten" instead of the correct "Tagged".

Multiple choice general knowledge science & technology
  1. find files

  2. close file

  3. copy file

  4. open favourites

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

Windows key + F opens the search/find files function in Windows Explorer, allowing you to quickly search for files and folders on your computer. This is a direct shortcut to the search feature without having to open Explorer first. The 'F' stands for find or search.

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.