InterviewSolution
Saved Bookmarks
| 1. |
The time it takes to delete a data item is called as _________(a) Insertion time(b) Deletion time(c) Time overhead(d) Access time |
|
Answer» The correct choice is (b) Deletion time Explanation: The time it takes to delete a data item is called as deletion time. This value includes finding the item to be deleted and the time taken to update the index structure. |
|