When an insertion is done using the probing technique:

A. if the element to be inserted hashes to an occupied position, a sequential search is performed until an empty position is found
B. if the element to be inserted does not hash to an occupied position, another hash
function is used
C. if the element to be inserted hashes to an occupied position, the element is inserted
into a linked list
D. a sequential search is done from the beginning of the table until an empty position is
found


A

Computer Science & Information Technology

You might also like to view...

MC The information supplied in the URL for a Python CGI script is stored in the environment variable______ .

a) QUERY. b) QUERY_STRING. c) QUERYSTRING. d) None of the above.

Computer Science & Information Technology

Which of the following is a correct interface?

a. interface A { void print() { }; } b. abstract interface A { print(); } c. abstract interface A { abstract void print() { };} d. interface A { void print();}

Computer Science & Information Technology

A sound file that is stored as part of one object should not be played by any other object in Alice.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can pause, resume, restart, or view the properties of one or more documents in the ____ of a printer.

A. print order B. print file C. print stack D. print queue

Computer Science & Information Technology