Multiple Choice
When using linked lists:
A) New records are always added to the bottom of the file.
B) Deleting data is accomplished by moving all records up,after the deleted record,therefore,eliminating the deleted record.
C) When data is deleted,the links are changed to jump over the deleted record.The deleted record number is entered into the empty list.
D) New records are always added to the top of the file.
Correct Answer:

Verified
Correct Answer:
Verified
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
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.
Q12: A multilinked list has multiple linked fields.
Q13: In a linked list:<br>A)Data is held in