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.


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.

Computer Science & Information Technology

You might also like to view...

When a variable declared in a subclass has the same name as a variable declared in a superclass, it is called a _______________ variable.

a) final b) shadow c) static d) dead e) this is not allowed in Java

Computer Science & Information Technology

Search engines look for information about a page in the meta tags of the page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

With IaaS, customers pay to use the service provider's application software.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The validateText() function can only return one of two possible values: ____.

A. false or true B. no or yes C. null or void D. fail or pass

Computer Science & Information Technology