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. files

  2. folders

  3. programs

  4. files and folders

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

Computers use files to store data and folders (directories) to organize those files into a logical structure.

Multiple choice
  1. cp <source> <destination>

  2. mv <source> <destination>

  3. copy <source> <destination>

  4. ls <source> <destination>

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

The cp command (copy) is used to duplicate a file or directory from a source to a destination.

Multiple choice
  1. touch <file name>

  2. rm <path>

  3. mkdir <directory name>

  4. rmdir <directory name>

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

The touch command is primarily used to update the timestamps of a file, but it also creates an empty file if the specified file does not already exist.

Multiple choice
  1. file [path]

  2. ls [path]

  3. cd [path]

  4. pwd

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

The file command examines a file to determine its type, such as whether it is a text file, an executable, or a directory. It looks at file headers rather than just the extension.

Multiple choice
  1. A video file

  2. A sound file

  3. An image file

  4. A text file

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

A podcast is a digital audio file made available on the internet for downloading to a computer or mobile device, typically available as a series.

Multiple choice
  1. Zero Interface Force

  2. Zero Interface File

  3. Zero Insertion Force

  4. Zero Insertion File

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

ZIF stands for Zero Insertion Force, a type of IC socket that allows a chip to be inserted or removed without applying any force to the pins.

Multiple choice
  1. Lacing

  2. Fastening

  3. Zipping

  4. Buttoning

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

Zipping is the common term for compressing files to reduce their size. Other options like lacing, fastening, and buttoning are not standard technical terms for file compression.

Multiple choice
  1. From The Phone

  2. File Text Provider

  3. For The Phone

  4. File Transfer Protocol

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

FTP stands for File Transfer Protocol, a standard network protocol used for the transfer of computer files between a client and server on a computer network.

Multiple choice
  1. Portable Device Format

  2. Portable Disc File

  3. Portable Device and File

  4. Portable Document Format

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

The file extension .pdf stands for Portable Document Format. Developed by Adobe in 1992, it is designed to present documents consistently across different operating systems, software, and hardware.

Multiple choice
  1. Video file

  2. Photo file

  3. Document file

  4. Audio file

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

An MP3 file is a compressed digital audio format. It is widely used to store music, podcasts, and other sound recordings efficiently while maintaining high audio quality.

Multiple choice
  1. Photo Files

  2. Audio Files

  3. Document Files

  4. Video Files

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

Both .jpeg (Joint Photographic Experts Group) and .png (Portable Network Graphics) are standard file formats used to compress, store, and display digital images and photographs on computers and the web.