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. Read-Write-Execute for Owner-Group-Others

  2. Read-Execute-Write for Other-Group-Owner

  3. Read-Execute-Write for Group-other-Owner

  4. Read-Write-Execute for Other-Group-Owner

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

The standard Linux file permission notation uses three groups (owner, group, others) with three characters each (read, write, execute). The pattern 'xxx xxx xxx' represents the rwx/rwx/rwx format, where each xxx shows Read-Write-Execute permissions for Owner-Group-Others respectively. This is the fundamental Unix permission model.

Multiple choice general knowledge science & technology
  1. Pile Dump File

  2. Pascal's Directory File

  3. Page Document File

  4. Portable Document Format

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

PDF stands for Portable Document Format, which was created by Adobe in the early 1990s. The format was designed to present documents in a manner independent of application software, hardware, and operating systems, making it ideal for document exchange and archiving.

Multiple choice general knowledge science & technology
  1. Splitting files into pieces for easy sending over internet.

  2. Merging up of splitted file pieces into original file after receiving from the internet.

  3. Internal fragments of files in hard drive.

  4. Concatenate fragments of data into contiguous blocks in memory or on a hard drive.

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

This technical question asks for the definition of defragmentation, with the claimed answer being 'Concatenate fragments of data into contiguous blocks in memory or on a hard drive.' Defragmentation is indeed the process of rearranging fragmented file pieces so they are stored in contiguous (adjacent) blocks on a disk, which improves read/write performance. Option A incorrectly reverses the definition, Option B describes file reassembly after network transfer (not defragmentation), and Option C mentions fragments without explaining the process.

Multiple choice general knowledge
  1. Audio Video Index

  2. Audio Video Interface

  3. Audio Video Interleave

  4. Audio Video Independent

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

AVI is a multimedia container format that stores audio and video data in an interleaved format. 'Interleave' means the audio and video data are mixed together, not kept separate.

Multiple choice general knowledge
  1. files

  2. folder

  3. recycle bin

  4. none of these

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

This Rajinikanth joke exaggerates his power to the absurd level of deleting even the Recycle Bin - which is the ultimate deletion in computer systems, beyond normal files or folders. It's satirical humor mocking his supposed omnipotence.

Multiple choice general knowledge science & technology
  1. Splitting files into pieces for easy sending over internet.

  2. Merging up of splitted file pieces into original file after receiving from the internet.

  3. Internal fragments of files in hard drive.

  4. Concatenate fragments of data into contiguous blocks in memory or on a hard drive.

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

Defragmentation is a process that reduces the amount of fragmentation in file systems. It organizes the contents of the mass storage device into the smallest number of contiguous regions (fragments).

Multiple choice general knowledge science & technology
  1. Internet Explorer

  2. Winrar

  3. Winzip

  4. FileExplorer

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

WinRAR is a file archiver utility that has its own file browser. It can display files regardless of Windows 'Hidden' attributes or registry-based restrictions on 'Folder Options'. Internet Explorer and File Explorer rely on system settings, and WinZip is less commonly used for this specific workaround.