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
-
Clear Sound file
-
Clarion Sound file
-
Clear Source file
-
Clarion Source file
D
Correct answer
Explanation
CLA is the file extension for Clarion source files. Clarion is a database-oriented programming language, and .CLA files contain source code written in this language. This is a correct technical identification.
-
Full Mode Video file
-
Free Motion Video file
-
Full Max Video file
-
Full Motion Video file
D
Correct answer
Explanation
FMV stands for Full Motion Video, which refers to video content that plays at full frame rate (typically 24-60 fps) creating smooth, lifelike motion. This term was commonly used in early multimedia and CD-ROM games to distinguish from choppy or low-frame-rate video.
-
WinZip
-
7Zip
-
Winrar
-
All of the Above
B
Correct answer
Explanation
7-Zip is a free and open-source file archiver with high compression ratios. WinZip and WinRAR are proprietary commercial software that require payment for full functionality. TCS and many enterprises prefer 7-Zip because it's free, secure, and has no licensing costs.
-
Launches a utility to search files
-
Launches a utility to sort files
-
Launches a utility to compare two files.
-
Launches the utility to compare two sorted files
-
Security on File
-
Scrutiny on File
-
Stage on File
-
Signature on File
D
Correct answer
Explanation
SOF stands for Signature on File in healthcare and insurance contexts. It means that a healthcare provider has a signed document (like an assignment of benefits or authorization form) on record, so the patient doesn't need to sign for each individual claim or transaction.
D
Correct answer
Explanation
GIF uses an 8-bit color palette (256 colors maximum), making it an 8-bit-per-pixel format. JPEG supports 24-bit color, PSD supports higher bit depths, and TGA typically supports up to 32-bit.
B
Correct answer
Explanation
JPEG uses lossy compression that typically achieves 10:1 compression ratios with minimal visible quality loss for photographs. TGA is uncompressed, PSD uses RLE or ZIP, and GIF uses LZW compression.
C
Correct answer
Explanation
PSD (Photoshop Document) is Adobe's native format that fully supports layers and layer masks. JPEG, GIF, and TGA are flat image formats without layer support.
A
Correct answer
Explanation
TGA (Targa) was developed by Truevision for their Targa graphics cards in the 1980s. JPEG was developed by Joint Photographic Experts Group, PSD by Adobe, and GIF by CompuServe.
B
Correct answer
Explanation
JPEG stands for Joint Photographic Experts Group, the committee that developed this compression standard in 1992. TGA is from Truevision, PSD from Adobe, and GIF from CompuServe.
C
Correct answer
Explanation
PSD (Photoshop Document) is Adobe Systems' proprietary format for Photoshop files. TGA is from Truevision, JPEG from the Joint Photographic Experts Group, and GIF from CompuServe.
-
File
-
Circuit Board
-
Image
-
Format
A
Correct answer
Explanation
The French word 'fichier' translates to 'file' in English, referring to computer files or documents. Circuit board, image, and format are related concepts but not the direct translation of fichier.
-
txt
-
wrd
-
doc
-
none of these
C
Correct answer
Explanation
The default file extension for Word documents is .doc (for older Word 97-2003 format) or .docx (for Word 2007+ XML format). Both are valid Word extensions. Option C correctly identifies 'doc' as a Word extension.
-
Mobile
-
File
-
Wallet
-
Desktop
C
Correct answer
Explanation
In French, 'portefeuille' refers to a wallet or purse used for carrying money, cards, and documents. It's a false friend - the literal translation 'portfolio' means something different in English.
A
Correct answer
Explanation
Windows reserves 'con' as a reserved device name dating back to MS-DOS, along with 'prn', 'aux', 'nul', etc. These refer to system devices and cannot be used as filenames, though workarounds exist with prefixes like 'con1'.