📚 Question Bank Q49 — Programming and Data Structure
Tags
Programming and Data Structure
Q49. Marks: +2.0 UGC NET Paper 2: Computer Science 26th Nov 2021
Given a fixed‐length record file that is ordered on the key field. The file needs B disk blocks to store R number of records. Find the average access time needed to access any record of the given file using binary search.
1.B / 2
2.B + R
3.B
4.log2 B ✓ Correct
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question