The following steps are used to __________ two sequential files:
Open the existing files for Input
Open the new file for Output
Read the records, comparing those of the first file to the second
Write the records in order to the new file
Close all files

Fill in the blank(s) with correct word


merge

Computer Science & Information Technology

You might also like to view...

If there is a NodePtr named toDelete whose value points to a valid node in the list, which of the following statements would remove the node that follows toDelete from the list and return that memory to the freestore?

a. toDelete -> link = toDelete -> link ->link; delete toDelete-> link; b. tmp = toDelete -> link; toDelete -> link = tmp -> link; delete tmp; c. tmp = toDelete -> link; toDelete -> link = toDelete->link->link; delete tmp; d. All of the above e. none of the above f. A and B g. B and C

Computer Science & Information Technology

A(n) _________ is a visual model used to plan a database

Fill in the blank(s) with correct word

Computer Science & Information Technology

MIME types are specified by a two-part code, the first being the MIME type, and the second being the ____.

A. subtype B. arguments C. parameters D. plug-in

Computer Science & Information Technology

Which of the following is a large worldwide collection of networks that uses a common protocol to? communicate?

A. Domain Name System B. Bluetooth C. The Internet D. Local Area Network E. None of these.

Computer Science & Information Technology