Exam 16: Linked Lists

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In C++,the dereferencing operator is represented by the ____________________ symbol.

(Short Answer)
4.9/5
(34)

Every node (except of the last node)in a singly linked list contains ____.

(Multiple Choice)
4.7/5
(46)

How many pointers are needed to build a linked list in a backward manner?

(Multiple Choice)
4.7/5
(40)

Linked lists allow you to overcome the size limitations of an array data type.

(True/False)
4.8/5
(38)

The nodes of a standard ordered list (as constructed in the text)are in ____________________ order.

(Short Answer)
4.9/5
(38)

If a formal parameter is a value parameter,the ____________________ constructor provides the formal parameter with its own copy of the data.

(Short Answer)
4.8/5
(39)

Because each node of a linked list has two components,we need to declare each node as a(n)____.

(Multiple Choice)
4.9/5
(37)

In a linked list,if a new item is always inserted at the beginning or at the end of the list and the data read is unsorted,the linked list will be unsorted.

(True/False)
4.8/5
(31)

Data can be organized and processed sequentially using an array called a(n)____ list.

(Multiple Choice)
4.8/5
(33)

A(n)____________________ is an object that produces each element of a container,such as a linked list,one element at a time.

(Short Answer)
4.8/5
(37)
Showing 41 - 50 of 50
close modal

Filters

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