in Technology by

What is the best case height of a B-tree of order n and which has k keys?
a) logn (k+1) – 1
b) nk
c) logk (n+1) – 1
d) klogn

1 Answer

0 votes
by

Answer: a
Explanation: B-tree of order n and with height k has best case height h, where h = logn (k+1) – 1. The best case occurs when all the nodes are completely filled with keys.

Related questions

0 votes
    A B-tree of order 4 and of height 3 will have a maximum of _______ keys. 1) 255 2) 63 3) 127 4) 188...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    B-tree of order n is a order-n multiway tree in which each non-root node contains __________ a) at most (n – 1)/2 keys ... ) at least 2n keys d) at least (n – 1)/2 keys...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    Compression techniques can be used on the keys to reduce both space and time requirements in a B-tree. 1) True 2) False...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
0 votes
    The numbers 1,2,3,.., n are arranged in a random order. The probability that the digits 1,2,3,..,k(n>k) appears ... n-k .nCk D. k! n! Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
    B-tree and AVL tree have the same worst case time complexity for insertion and deletion. a) True b) False...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    For a reaction, A+B→ Product, the rate law is given by r=k[A] 1 2 [B]2 . What is the order of the reactio ? Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
0 votes
    When I iterate over the values or keys are they going to correlate? Will the second key map to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    Calculate the half life of a first order reaction from their rate constants given below : a.200s-1 ,b.2min-1 ,c.4years-1 Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
0 votes
0 votes
    Which platform could gain its best use case from financial service industry? A. Hyperledger B. R3 Corda C. Ethereum D. All the options...
asked Nov 30, 2022 in Education by JackTerrance
0 votes
    The rate for the decomposition of NH3 on platinum surface is zero order. What are the rate of production of N2 ... 10-4mollitre-1s-1? Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
0 votes
    The rate constant for the first order decompoistion of a certain reaction is described by the equation logk(s-1)= ... periof be 256min? Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
...