Which of the following is not a characteristic of a general linear list?

A. Insertions and deletions can be done anywhere in the list.
B. An empty linear list is identified by a null link pointer.
C. A linked list must always have a head pointer.
D. For programming efficiency, a linked list may have a last-node pointer.
E. One basic operation required to maintain a linear list is a search.


Answer: B

Computer Science & Information Technology

You might also like to view...

Macros are usually run ________

A) with a single click B) by pressing Ctrl + Alt + Delete C) using the Ribbon D) using the shortcut menu

Computer Science & Information Technology

Which of the following is the unabbreviated version of IPv6 address 2811:FF08::20:48?

A) 2811:FF08:0000:0000:0020:0048 B) 2811:FF08:0000:0000:0000:0000:2000:4800 C) 2811:FF08:0000:0000:0000:0000:0020:0048 D) 2811:FF08:0020:0048:0000:0000:0000:0000

Computer Science & Information Technology

A two-dimensional array has two subscripts.

Indicate whether the statement is true or false.

Computer Science & Information Technology

One question you should ask when choosing among recommended practices is "Can your organization afford to implement the recommended practice?"

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

Computer Science & Information Technology