34) A linear data structure
A) always has more than one link per node
B) is sometimes represented as a tree or a graph
C) can have but a single link per node
D) almost always is kept in sorted order either ascending or descending
E) none of the above
35) A simple linear list
A) is an example of a degenerate tree
B) is an example of a degenerate graph
C) is an example of a degenerate digraph
D) cannot be represented as a degenerate tree, graph or digraph
E) none of the above
13.2 True/False Questions
1) An Abstract Data Type is a data structure, that is, it is the listing of the instance data and the
visibility modifiers for those instance data.
2) The push and enqueue operations are essentially the same operations, push is used for Stacks
and enqueue is used for Queues.