Exam 16: Linked Lists

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The link of the last node in a linked list has the value ____________________.

Free
(Short Answer)
4.8/5
(33)
Correct Answer:
Verified

NULL

The linkedListType class presented in this chapter has two member variables.

Free
(True/False)
4.9/5
(38)
Correct Answer:
Verified

False

What does these terms refer to: - \gg Link:

Free
(Short Answer)
4.7/5
(34)
Correct Answer:
Verified

a component used to store the address of the next node in a linked list

Define a circular linked list.

(Short Answer)
4.8/5
(34)

What are the two components of a node in a linked list?

(Short Answer)
5.0/5
(30)

In general, what are the two types of linked lists?

(Short Answer)
4.8/5
(34)

What does these terms refer to: - \gg Circular linked list:

(Short Answer)
4.8/5
(46)

The list implementations in this chapter use a binary search algorithm for the search function.

(True/False)
4.9/5
(41)

What does these terms refer to: - \gg Head (first):

(Short Answer)
4.9/5
(34)

The data type of a node pointer is the node type itself.

(True/False)
4.9/5
(36)

What does these terms refer to: - \gg Linked list:

(Short Answer)
4.7/5
(32)

What operations does the unorderedLinkedList class in this chapter implement?

(Short Answer)
4.7/5
(38)

The deleteNode function of an unordered list considers ____________________ general cases.

(Short Answer)
4.9/5
(36)

The address of the first node in a list is stored in a separate location, called the ____________________.

(Short Answer)
4.9/5
(42)

What does these terms refer to: - \gg Iterator:

(Short Answer)
4.8/5
(36)

The node of a linked list is implemented as a(n) ____________________ in this chapter.

(Short Answer)
4.7/5
(34)

What does these terms refer to: - \gg Nodes:

(Short Answer)
5.0/5
(46)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)