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
-
Splitting files into pieces for easy sending over internet.
-
Merging up of splitted file pieces into original file after receiving from the internet.
-
Internal fragments of files in hard drive.
-
Concatenate fragments of data into contiguous blocks in memory or on a hard drive.
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).
C
Correct answer
Explanation
F3 opens the search/find dialog in Windows Explorer and many applications. F1 is for help, F2 renames files, and F4 has app-specific uses like address bar in Explorer.
C
Correct answer
Explanation
JPEG, GIF, and BMP are all standard image file formats used for storing digital pictures and graphics. TMP is a generic temporary file extension used by various programs for temporary data storage, not specifically for images.
D
Correct answer
Explanation
MP3, AIF, and WAV are all audio file formats used for storing sound data. COM is a file extension for executable programs (commands) in DOS and Windows systems, not an audio format.
B
Correct answer
Explanation
JPG is a image file format for photographs, while MP4, AVI, QT, and MOV are all video file extensions. The question asks which is NOT a video file format.
-
Internet Explorer
-
Winrar
-
Winzip
-
FileExplorer
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.
-
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
C
Correct answer
Explanation
In Unix and Linux systems, the sdiff command is used to side-by-side merge and compare two files, highlighting differences between them.
-
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.