Exam 11: Linked Lists

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

A linked list uses an extra field in a file to hold the links.

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

True

A linked list is accessed:

Free
(Multiple Choice)
4.8/5
(46)
Correct Answer:
Verified

D

The records in a file using a linked list:

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

A

The head pointer holds the field number of the next empty record.

(True/False)
4.9/5
(46)

You need a head pointer and an empty pointer to process linked lists.

(True/False)
4.8/5
(40)

The list pointer maintained with a list contains:

(Multiple Choice)
4.9/5
(25)

The linked field shows where the next item of data is to be processed.

(True/False)
4.9/5
(36)

When using linked lists:

(Multiple Choice)
4.8/5
(38)

A circularly linked list has no end.

(True/False)
4.8/5
(36)

A circularly linked list:

(Multiple Choice)
4.8/5
(37)

Linked lists must always be in order.

(True/False)
4.9/5
(38)

A multilinked list has multiple linked fields.

(True/False)
4.8/5
(34)

In a linked list:

(Multiple Choice)
4.8/5
(43)

A doubly linked list had two or more linked fields.

(True/False)
4.8/5
(35)

The number of added field(s)to a file that uses the linked list technique of accessing data are:

(Multiple Choice)
4.8/5
(38)

The empty pointer holds the field number of the next empty record.

(True/False)
4.9/5
(33)

After adding to and deleting from a linked list,the list must be sorted.

(True/False)
4.8/5
(37)
close modal

Filters

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