A subset of the character styles available in an InDesign document are available in the New Hyperlink dialog box.

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


False

Computer Science & Information Technology

You might also like to view...

The smartphone is an example of convergence

Indicate whether the statement is true or false

Computer Science & Information Technology

(Date Class) Create a class called Date that includes three pieces of information as data members—a month (type int), a day (type int) and a year (type int). Your class should have a con- structor with three parameters that uses the parameters to initialize the three data members. For the purpose of this exercise, assume that the values provided for the year and day are correct, but ensure

that the month value is in the range 1–12; if it isn’t, set the month to 1. Provide a set and a get func- tion for each data member. Provide a member function displayDate that displays the month, day and year separated by forward slashes (/). Write a test program that demonstrates class Date’s capa- bilities. What will be an ideal response?

Computer Science & Information Technology

Match the following terms to their meanings:

I. Clipboard II. Copy III. Paste IV. Source table V. Destination table A. makes a duplicate version the original B. a table from which you are copying records C. Office temporary storage area D. a table to which records are appended E. moves a copy of a selected item from the Clipboard to a new location

Computer Science & Information Technology

Which term best describes a neighbor?

A. a path exist between vertices B. a vertex is reachable from another vertex C. two vertices have consecutive labels D. two vertices are adjacent

Computer Science & Information Technology