Exam 14: Multi-Way Search Trees

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What is the boundary folding method?

(Essay)
4.9/5
(30)

The __________ method is very effective when dealing with an unknown set of key values.

(Multiple Choice)
4.9/5
(34)

In the shift folding method, the parts of the key are added together to create the index.

(True/False)
4.9/5
(41)

What is the mid-square method?

(Essay)
4.9/5
(34)

In the ______ method, the parts of the key are added together to create the index.

(Short Answer)
4.9/5
(38)

______ involves using only a part of the element's value or key to compute the location at which to store the element.

(Short Answer)
4.9/5
(42)

The chaining method for handling collisions simply treats the hash table conceptually as a table of individual cells rather than as a table of collections.

(True/False)
4.8/5
(35)

The open addressing method for handling collisions looks for another open position in the table other than the one to which the element is originally hashed.

(Multiple Choice)
4.8/5
(44)

The load factor is the ______ percentage occupancy allowed in the hash table before it is resized.

(Short Answer)
4.8/5
(33)

What is the radix transformation method?

(Essay)
4.9/5
(45)

What is chaining?

(Essay)
4.8/5
(39)

What is our goal for a hashing function?

(Essay)
4.9/5
(34)

A hashing function that maps each element to a unique position in the table is said to be a _________ hashing function.

(Multiple Choice)
4.9/5
(38)

What is a collision in a hash table?

(Essay)
4.9/5
(41)

A hashing function that maps each element to a unique position in the table is said to be an ideal hashing function.

(True/False)
4.8/5
(38)

The load factor is the minimum percentage occupancy allowed in the hash table before it is resized.

(True/False)
4.9/5
(37)

Extraction involves using only a part of the element's value or key to compute the location at which to store the element.

(True/False)
4.8/5
(40)

What is the shift folding method?

(Essay)
4.7/5
(30)

What is the consequence of not having a good hashing function?

(Essay)
4.9/5
(37)

The ______ method for handling collisions simply treats the hash table conceptually as a table of collections rather than as a table of individual cells.

(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)