Which of the following CANNOT be used in a linear linked list?

a) a head node
b) a dummy head node
c) a precede reference
d) a tail reference


d.

Computer Science & Information Technology

You might also like to view...

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

1. A thrown exception for which there is no matching catch block will cause the execution of the program to abort. 2. At most one catch block may be attached to a single try block. 3. A program may not contain a "regular" version of a function and a template version of the function at the same time. 4. There is no difference between defining an object of an ordinary class and an object of a template class. 5. The Standard Template Library (STL) contains templates for useful algorithms and data structures.

Computer Science & Information Technology

You should have some ________ in the way the transitions occur

Fill in the blank(s) with correct word

Computer Science & Information Technology

Formulas are not restricted to the built-in functions

Indicate whether the statement is true or false

Computer Science & Information Technology

What two devices in a computer should be considered "black boxes", and should never be opened, due to risks involving charged capacitors?

A. monitor B. power supply C. hard drive D. video card

Computer Science & Information Technology