In your index, you want the index entry "17-Mile Drive" to appear under "S" rather than at the beginning of the index in the numbers and symbols section. How do you make that happen?

What will be an ideal response?


In the New Page Reference dialog box, type "Seventeen" in the
Sort As field to the right of "17-Mile Drive."

Computer Science & Information Technology

You might also like to view...

Given the following statement, which statement will write the string "Calvin" to the file DiskFile.txt?

``` PrintWriter diskOut = new PrintWriter("DiskFile.txt"); ``` a. System.out.println(diskOut, "Calvin"); b. PrintWriter.println("Calvin"); c. DiskFile.println("Calvin"); d. diskOut.println("Calvin");

Computer Science & Information Technology

A records keeper for a local hospital is approached by law enforcement officials. One of them informs him that they are searching for a suspect in a homicide and that they have reason to believe that person was recently examined by that institution. They are asking for specific information regarding distinguishing characteristics, such as scars or birthmarks. They also want to know the person's date of birth. Which of the following actions are appropriate?

a. Tell them to go away until they have a court-issued warrant or subpoena. b. Provide this information without the need for a warrant. c. This information may be provided as long as the scar or birthmark being described is one that is generally visible when the suspect is seen in public. d. Only publically available information, such as a person's date of birth, can be released. e. The date of birth cannot be released without legal authorization.

Computer Science & Information Technology

A popular database programming language used to extract data from an underlying database is ________

A) MQL (modern query language) B) RQL (restricted query language) C) SQL (structured query language) D) TQL (top-down query language)

Computer Science & Information Technology

Describe the optimal location for APs using omnidirectional antennas in a WLAN.

What will be an ideal response?

Computer Science & Information Technology