Concept:
A DBMS is composed of several internal modules responsible for different tasks.
The File Manager manages storage structures and disk allocation.
Step 1: Understand File Manager.
The File Manager is responsible for:
• Disk space allocation
• File organization
• Maintaining file structures
• Free space management
Step 2: Analyze other components.
Buffer Manager manages memory buffers.
DDL Interpreter processes schema definitions.
Query Processor executes database queries.
Step 3: Identify the correct component.
Since disk space allocation is a storage management task,
\[
\boxed{\text{File Manager}}
\]
is the correct answer.
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions