Each entry needs to hold the key of the data, the data itself (or a pointer to the data if stored elsewhere), and a pointer to ____.
A. its right subtree
B. its left subtree
C. its parent
D. the head
Answer: A
You might also like to view...
Which of the following statements is false?
a. In the UML, each class is modeled in a class diagram as a rectangle with three compartments. The top one contains the class’s name centered horizontally in boldface. The middle one contains the class’s attributes, which correspond to instance variables in Java. The bottom one contains the class’s operations, which correspond to methods and constructors in Java. b. UML represents instance variables as an attribute name, followed by a colon and the type. c. Private attributes are preceded by the keyword private in the UML. d. The UML models operations by listing the operation name followed by a set of parentheses. A plus sign (+) in front of the operation name indicates that the operation is a public.
The relationship between an interface and the class that implements it is
a. Composition b. Aggregation c. Inheritance d. None
To display the Rotate gallery, with the graphic selected, click the Rotate button in the ____ group on the Picture Tools Format tab.
A. Default B. Live Preview C. Standard D. Arrange
Which method of sending a packet allows one computer to send a message directly to another user?
A. Omnicast B. Broadcast C. Unicast D. Multicast