Enumerate the steps required for addition of a record when an index file uses external hashing as specified in the text.
What will be an ideal response?
a. Add the data record to the data file,
b. keep track of the number of the block that contains the new data record = p
c. Use the search key from the data record in the hash function, i =h(searchKey)
d. Add index record
You might also like to view...
When designing a program, the developer selects a design approach like
a. if or for b. Python or C++ c. top down or object oriented d. IDE or compiler
Which of the following is not true about network architecture?
A) A peer-to-peer network where all the computers are equal and have the same computing power. B) In a node-network, the most common network found in many businesses, one centralized computer is the server that stores all the shared data on the network, including e-mail, Web pages, files, and applications. C) A common example of a client-server network is the Internet. D) The different architectures are classified by how the networks are controlled and how far apart the nodes are.