A) to expedite the process of searching large sets of information
B) aesthetics and program design
C) code readability
D) that it is more flexible than the unary tree structure
E) None of these
Correct Answer
verified
Multiple Choice
A) LeftOrder traversal
B) PreOrder traversal
C) FrontOrder traversal
D) InOrder traversal
E) PostOrder traversal
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) right, node's
B) left, node's
C) right, left child's
D) left, right child's
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) climbing
B) traversing
C) stepping through
D) branching out
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) always triangular
B) always balanced
C) determined by the programmer
D) determined by the order in which values are inserted
E) None of these
Correct Answer
verified
Multiple Choice
A) child nodes, or children
B) parent nodes, or parents
C) binary nodes
D) subnodes
E) None of these
Correct Answer
verified
Multiple Choice
A) six nodes
B) one root and three nodes with two children each
C) three levels
D) three subtrees
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) root node
B) tree pointer
C) binary pointer
D) leaf pointer
E) node pointer
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) a value of the data type that is pointed to
B) another pointer
C) not possible to determine
D) a null pointer
E) None of these
Correct Answer
verified
Multiple Choice
A) root pointer
B) leaf pointer
C) null pointer
D) binary pointer
E) None of these
Correct Answer
verified
Multiple Choice
A) leftmost child node
B) first leaf node
C) root of the tree
D) deepest leaf node
E) None of these
Correct Answer
verified
Multiple Choice
A) head pointer
B) binary node
C) root node
D) pointer node
E) None of these
Correct Answer
verified
Multiple Choice
A) only the next node in sequence
B) only the previous node in sequence
C) more than one other node, plus the previous node in sequence
D) all of the other nodes in the list
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) >
B) <
C) &&
D) ==
E) linked
Correct Answer
verified
Showing 1 - 20 of 39
Related Exams