aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • UGC NET June 2004 - Computer Science Paper 2
  • A hash table can store a maximum number of 10 records, cu...
Multiple choice

A hash table can store a maximum number of 10 records, currently there are records in locations 1, 3, 4, 7, 8, 9, 10. The probability of a new record going into location 2, with a hash function resolving collisions by linear probing is

  1. 0.6

  2. 0.1

  3. 0.2

  4. 0.5

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • A hash table has space for 100 records. What is the probability of collision before the table is 10% full?
  • A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After ...
  • Consider a hashing function that resolves collision by quadratic probing. Assume the address space to be in...
  • A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After ...
  • The keys 12, 18, 13, 2, 3, 23, 5 and 15 are inserted into an initially empty hash table of length 10 using ...
  • The keys 12, 18, 13, 2, 3, 23, 5 and 15 are inserted into an initially empty hash table of length 10 using ...
  • In a hierarchical database, a hashing function is used to locate the ___________.
  • Which three are methods of the Object class? 1. notify(); 2. notifyAll(); 3. isInterrupted(); 4. synchroniz...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy