Question
Download Solution PDFIndexed/grouped allocation is useful as :
(A) It supports both sequential and direct access.
(B) Entire block is available for data.
(C) It does not require lots of space for keeping pointers.
(D) No external fragmentation.
Choose the correct answer from the options given below:
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFThe correct answer is (A), (B) and (D) Only
EXPLANATION:
- (A) It supports both sequential and direct access.
- Indexed/grouped allocation allows both sequential (one block after another) and direct (jumping straight to a desired block) access to data.
- (B) Entire block is available for data.
- In indexed allocation, the entire block is indeed available for storing data. The index block, a separate entity, contains the pointers to the data blocks.
- (D) No external fragmentation.
- Indexed allocation helps prevent external fragmentation as all files have their own index block that keeps track of the blocks associated with it.
However, option (C) is not correct because indexed allocation actually needs space to store pointers in the index block for each file, which can be considerably large for large files. Therefore, indexed allocation does require lots of space for keeping pointers.
Last updated on Jun 6, 2025
-> The UGC NET Exam Schedule 2025 for June has been released on its official website.
-> The UGC NET Application Correction Window 2025 is available from 14th May to 15th May 2025.
-> The UGC NET 2025 online application form submission closed on 12th May 2025.
-> The June 2025 Exam will be conducted from 21st June to 30th June 2025
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.