Publisher has many types of layout ____________________ to help you position objects in a publication.

Fill in the blank(s) with the appropriate word(s).


guides

Computer Science & Information Technology

You might also like to view...

What is Return on Investment (ROI)?

What will be an ideal response?

Computer Science & Information Technology

After you click the Font arrow in the Property inspector, you can type the first letter of a font name to scroll the list to that name.

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

Computer Science & Information Technology

If lines of text exceed the size of the text placeholder, the ____ button displays on the left side of the slide.

A. Slide Options B. Line Options C. Text Options D. AutoFit Options

Computer Science & Information Technology

(Tokenizing Phone Numbers) Write a program that inputs a telephone number as a string in the form (555) 555-5555. The program should use function strtok to extract the area code as a token, the first three digits of the phone number as a token, and the last four digits of the phone number as a token. The seven digits of the phone number should be concatenated into one string. Both the area code

and the phone number should be printed. What will be an ideal response?

Computer Science & Information Technology