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
-
Image file
-
Image Color Matching Profile file
-
Hypertext related file
-
System file
D
Correct answer
Explanation
.INI files are system initialization files used by Windows and other operating systems to store configuration settings. They are plain text files with a specific structure. They are not image files, color profiles, or hypertext files - those use extensions like .jpg, .icc, and .html respectively.
-
CPU
-
Monitor
-
Hard drive
-
RAM
C
Correct answer
Explanation
The hard drive provides permanent (non-volatile) storage for files. When you save a file, it's written to the hard disk's magnetic surface and persists even after power is turned off. RAM is temporary storage that loses data when power is cut, the CPU processes data, and the monitor only displays it.
-
Group Interchange Format
-
Graphics Interchange Format
-
Graphics Interchange File
-
Group Interchange File
B
Correct answer
Explanation
GIF stands for Graphics Interchange Format, a bitmap image format introduced by CompuServe in 1987. It's widely used for simple graphics and supports animation.
-
Bitmap picture
-
Binary map picture
-
Bitmap post
-
Binary map post
-
Audio Video Interleaved
-
Audio Video Interaction
-
Audio Video Interchange
-
Audio Video Interpreter
A
Correct answer
Explanation
AVI stands for Audio Video Interleaved. It's a multimedia container format introduced by Microsoft in 1992. 'Interleaved' refers to how audio and video data are stored together in alternating chunks.
-
Portable Document File
-
Portable Document Format
-
Photo Document Format
-
Photo Document File
B
Correct answer
Explanation
PDF stands for Portable Document Format, which is a file format developed by Adobe to present documents independently of application software, hardware, and operating systems. The key distinction is Format (the structure) versus File (an instance). Photo is incorrect as PDFs handle various content types.
-
Image file
-
Animation/movie file
-
Audio file
-
MS Office document
B
Correct answer
Explanation
The .MOV file extension is used for QuickTime multimedia files, which contain video, audio, and text data. It was developed by Apple and is commonly used for storing movies and other video content. The format supports multiple tracks for storing different types of media.
-
GNU's Not Unix
-
GNU is Unix
-
GeNeral Unix
-
None of the above
A
Correct answer
Explanation
GNU is a recursive acronym that stands for 'GNU's Not Unix,' reflecting the Unix-like design while explicitly stating it's not Unix. The other options incorrectly suggest GNU is Unix or propose nonsensical expansions.
-
Image file
-
System file
-
Audio file
-
Backup file
B
Correct answer
Explanation
The .INI extension stands for 'initialization' and is used for configuration or system files that initialize application settings. The correct answer is B (System file). These are plain text files containing key-value pairs. They are not image, audio, or backup files.
-
Compressed Archive file
-
System file
-
Audio file
-
Backup file
B
Correct answer
Explanation
The .BAT extension stands for 'batch' and refers to batch files - script files containing a series of commands for the Windows operating system. The correct answer is B (System file). They are not compressed archives, audio files, or backup files. BAT files execute commands in sequence.
-
System file
-
Animation/movie file
-
MS Ecarata document
-
Image file
D
Correct answer
Explanation
The .JPG (or .JPEG) extension refers to image files using the JPEG compression format for photographs and graphics. The correct answer is D (Image file). JPG files are not system files, animation/movie files, or document files. They are the most common format for digital photographs.
-
Image file
-
Animation/movie file
-
Audio file
-
MS Office document
B
Correct answer
Explanation
The .MOV extension is Apple's QuickTime format for storing video and audio files. It's commonly used for movie files and can contain multiple tracks including video, audio, and subtitles. Image files use extensions like .jpg or .png, audio files use .mp3 or .wav, and documents use .doc or .pdf.
-
Text file
-
Image file
-
Audio file
-
Adobe Acrobat file
A
Correct answer
Explanation
The .TXT extension universally denotes plain text files containing unformatted characters. These files store simple text without special formatting, fonts, or embedded graphics. Image files use extensions like .jpg, .png, or .gif, while audio files use .mp3, .wav, or .aac.
-
Compressed Archive file
-
System file
-
Audio file
-
Backup file
B
Correct answer
Explanation
.BAT files are batch files - scripts containing a sequence of commands for the DOS or Windows command-line interpreter. They are plain text files with .bat extension that execute multiple commands in sequence when run. While called system files, more precise terms would be batch scripts or command files.
A
Correct answer
Explanation
In Windows XP, you can create a 'con' folder by using the command prompt with specific syntax like 'mkdir .\con\' or by using other methods that bypass the standard Windows restriction. This is because 'con' is a reserved device name in Windows (referring to the console), but there are ways to work around this limitation.