Multiple Choice
A linked list is accessed:
A) Through a linked field.Each linked field value of the record is the next record to be processed.
B) Uses a list pointer to specify which record is the first record to be processed.
C) Uses an empty pointer to specify the first record in which data can be entered.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A linked list uses an extra field
Q3: The records in a file using a
Q4: The head pointer holds the field number
Q5: You need a head pointer and an
Q6: The list pointer maintained with a list
Q7: The linked field shows where the next
Q8: When using linked lists:<br>A)New records are always
Q9: A circularly linked list has no end.
Q10: A circularly linked list:<br>A)Is the same as
Q11: Linked lists must always be in order.