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 technology databases
  1. data files

  2. redo logs

  3. password files

  4. control files

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

Mandatory Oracle disk files are: data files (store database data), control files (database metadata/structure), and redo log files (transaction recovery). Password files are optional - only needed if using password file authentication for remote admin connections.

Multiple choice technology
  1. ASCII , CSV, XML

  2. CSV,XML

  3. XML, ASCII

  4. ASCII, CSV

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

SAP BW's flat file import functionality supports ASCII and CSV file formats. While XML files can be processed in certain SAP contexts, the standard flat file import methods for data loading into BW primarily use ASCII (plain text) and CSV (comma-separated values) formats.

Multiple choice technology enterprise content management
  1. A fight

  2. Tactical Image Figure Format

  3. Technical Insitute for File Formats

  4. Tagged Image File Format

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

TIFF stands for Tagged Image File Format, a widely used file format for storing images, particularly in publishing and photography. It supports multiple layers and various color depths.

Multiple choice technology mainframe
  1. 44

  2. 92

  3. 61

  4. 89

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

File status code 92 in COBOL indicates a logic error occurred during file operations. This typically happens when a program violates file processing rules, such as attempting to read past end-of-file or performing invalid sequential access. Codes 44, 61, and 89 represent different error conditions (duplicate key, file not found, and冲突 situations respectively).

Multiple choice technology databases
  1. Source file

  2. Directories

  3. Binary files

  4. All the above

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

In the context of XML or document processing, an Element can be any of these: source files, directories, or binary files. The question is asking about possible constituents or components that might be classified as elements in a document model or file system context.

Multiple choice technology databases
  1. Check-In

  2. Check-Out

  3. Deliver

  4. Retrieve

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

In ClearCase, Check-Out is the operation used to retrieve a file from the repository to your local workspace for editing. Check-In is the reverse operation - it returns the modified file back to the repository. Deliver is used to merge completed work between streams, not for retrieving individual files.

Multiple choice technology databases
  1. A new version of the file will be added

  2. The current version will be updated

  3. The current version of the file will be deleted

  4. None

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

ClearCase uses a version control system where each check-in creates a new version of the file rather than modifying the current version. This maintains the complete history of all changes. Option B is incorrect because ClearCase doesn't update in place; option C is incorrect as versions are never deleted.

Multiple choice technology databases
  1. Html

  2. Java

  3. Binary

  4. Ascii

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

Binary files cannot be automatically merged by ClearCase because the system cannot intelligently merge binary data. Text-based files like HTML, Java, and ASCII files can be merged using line-by-line or diff-merge algorithms. Binary files require manual resolution.

Multiple choice technology databases
  1. Contains orphaned elements, which are no longer catalogued in any version of any directory

  2. All the deleted elements will be stored

  3. It the meta directory of the ClearCase

  4. None

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

The Lost and Found directory in ClearCase contains orphaned elements - files or directories that were removed from all directory versions but still exist in the VOB database. It is not a general storage for deleted elements (those are in the VOB but not catalogued), nor is it a meta directory. It's a special container for cleanup of unreferenced objects.

Multiple choice technology enterprise content management
  1. exe

  2. dwp

  3. com

  4. wdp

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

Web parts in SharePoint use the .dwp file extension, which stands for 'Web Part Description file'. This XML-based format contains metadata about the web part's properties and settings. Option B is correct - .dwp files are the standard extension for SharePoint web parts.

Multiple choice technology platforms and products
  1. It defines MyEclipse-specific information such as the location of the web-root folder and other important details required by MyEclipse web tools for their proper operation.

  2. It is an optional file and may contain some project related information.

  3. It is an empty folder to cache information.

  4. None of these

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

The .mymetadata file stores MyEclipse-specific configuration including web-root location and other details needed for MyEclipse web tools to function properly. Option B is incorrect because this file is essential for MyEclipse projects, not optional. Option C is incorrect because it's a file with content, not a folder.