A doubly linked list is a:

A. linked list in which each node points to the node preceding it and also points to the node following it (if there are any such nodes)
B. linked list in which each node has two pointers to the node that follows it, just in case one pointer goes bad
C. two-dimensional matrix of linked lists, in which each node points to the node that follows it, and also has another pointer to the node below it
D. linked list that has two copies of itself, for speeding up a deep copy function


A

Computer Science & Information Technology

You might also like to view...

The expression, 4N2-2N+1 is

A. Linear (degree 1) B. Quadratic (degree 2) C. Cubic (degree 3) D. Logarithmic ( O(log N) )

Computer Science & Information Technology

You can only export one page at a time as an SWF file.

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

Computer Science & Information Technology

________ is a visual or sound effect added to an object or text on a slide

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ________ is a computer found in large businesses, organizations, and government agencies where thousands of users must simultaneously use the data and resources of their institution

A) mainframe
B) tablet
C) supercomputer
D) desktop

Computer Science & Information Technology