Question
Download Solution PDFWhich of the following is/are NOT CORRECT statement?
(A) The first record in each block of the data file is known as actor record.
(B) Dense index has index entries for every search key value in the data file.
(C) Searching is harder in the B+ tree than B- tree as the all external nodes linked to each other.
(D) In extendible hashing the size of directory is just an array of 2d-1, where d is global depth.
Choose the correct answer from the options given below:
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFThe correct answer is (A), (C) and (D) Only
EXPLANATION:
(A) The first record in each block of the data file is known as actor record.
- The first record in each block of the data file is not known as an actor record, this seems to be an incorrect usage of terminology in the context of databases.
(C) Searching is harder in the B+ tree than B- tree as the all external nodes linked to each other.
- This statement is incorrect. Searching in a B+ tree is not harder than in a B- tree. In fact, B+ trees are often preferred over B- trees for database indexing because they allow for efficient traversal through all keys (all keys are stored in the leaves in a sorted manner and leaves are linked for easy traversal).
(D) In extendible hashing the size of directory is just an array of 2d-1, where d is global depth.
- In extendible hashing, the size of the directory is not an array of 2d-1. It is actually an array of 2d, where 'd' stands for the global depth.
So, the correct answer from the options given is: 2) (A), (C) and (D) Only
Last updated on Jun 12, 2025
-> The UGC NET June 2025 exam will be conducted from 25th to 29th 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.