The location where a data item is to be inserted is called the _____.

A. merge field
B. merge block
C. text field
D. text window


Answer: A

Computer Science & Information Technology

You might also like to view...

An asterisk or circle are symbols that hide your user name from onlookers.

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

Computer Science & Information Technology

Modify the TelephoneNumber class described in Exercise 6 so that it is serializable. Write a program that creates an array whose base type is TelephoneNumber by reading data from the keyboard. Write the array to a binary file using the method writeObject. Then read the data from the file using the method readObject and display the information to the screen. Allow the user to change, add, or delete any telephone number until he or she indicates that all changes are complete. Then write the modified telephone numbers to the file, replacing its original contents.

One difficulty in the solution to this project is that we have not yet seen the collection classes. We will read the telephone numbers into an array. We either need to determine the number of objects in the file or expand the array as we read the objects. This solution reads the file twice, once to determine the number of objects and then to read the objects into an appropriately sized array. Once this is done, we make a single change and then write the file back out.

Computer Science & Information Technology

The chronological publication of personal thoughts is called what?

A) Blog B) Vlog C) Plog D) WebLog

Computer Science & Information Technology

Sorting values smallest to largest:

A) is the process of displaying only records that meet specific conditions. B) arranges dates in alphabetical order. C) arranges numbers in sequential order. D) arranges names in sequential order.

Computer Science & Information Technology