ISRO | ISRO CS 2020 | Question 47
In linear hashing, if blocking factor bfr, loading factor i and file buckets N are known, the number of records will be
(A) cr = i + bfr + N
(B) r = i – bfr – N
(C) r = i – bfr – N
(D) r = i * bfr * N
Answer: (D)
Explanation: Option (D) is correct.
r = i * bfr * N
Please Login to comment...