...
Database-Management-System
August 29, 2024
Software-Engineering
August 29, 2024
Database-Management-System
August 29, 2024
Software-Engineering
August 29, 2024

B-Trees

Question 2
The number of disk pages access in B-Tree search, where ‘h’ is height, ‘n’ is the number of keys, and ‘t’ is the minimum degree, is:
A
θ(log​ n​ h*t)
B
θ(log​ t​ n*h)
C
θ(log​ h​ n)
D
θ(log​ t​ n)
Question 2 Explanation: 
The number of disk pages access in B-Tree search, where ‘h’ is height, ‘n’ is the number of keys, and ‘t’ is the minimum degree, is θ(log​ t​ n).
Note: B-Tree search operation best,average and worst case will take θ(logn).
Correct Answer: D
Question 2 Explanation: 
The number of disk pages access in B-Tree search, where ‘h’ is height, ‘n’ is the number of keys, and ‘t’ is the minimum degree, is θ(log​ t​ n).
Note: B-Tree search operation best,average and worst case will take θ(logn).
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!