In the B-tree deletion logic, the immediate predecessor is the ____ of the entry to be deleted.

A. largest node on the left subtree
B. smallest node on the left subtree
C. largest node on the right subtree
D. smallest node on the right subtree


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following would you use in a function prototype for a formal parameter representing an array that will be changed by the function?

a) float [ ] b) float [SIZE] c) float& [ ] d) const float [ ]

Computer Science & Information Technology

When you choose a ____ image format, a tab with that format name appears in the dialog box shown in the accompanying figure, enabling you to refine settings for that format.

A. dynamic B. static C. portable D. destination

Computer Science & Information Technology

Including a semicolon before the action statement in a one-way selection causes a syntax error.

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

Computer Science & Information Technology

What basis do bridges use to determine whether to forward traffic?

A. MAC addresses B. IP addresses C. traffic conditions at the time D. nothing because bridges forward all traffic

Computer Science & Information Technology