If you want to modify the color of a margin guide, which of the following do you use?

A. A menu command
B. A preference from the Preferences dialog box
C. The Columns panel
D. The Pages panel


Answer: B

Computer Science & Information Technology

You might also like to view...

MC Polymorphism is the ability for objects of______.

a) different classes to respond differently to the same message. b) the same class to respond to a single message. c) different classes to respond similarly to the same message. d) None of the above.

Computer Science & Information Technology

What does the following line of code display?

print(10, 20, 30, sep=', ') 
a. 102030 b. 10,20,30 c. 10 20 30 d. 10, 20, 30

Computer Science & Information Technology

The given definition describes which of the following terms?

A graph without self-loop and parallel edges in it. a. A simple graph b. A directed graph c. An undirected graph d. A weighted graph

Computer Science & Information Technology

Many programs are not run at the command prompt in a text environment, but are run using a ____, which allows users to interact with a program in a graphical environment.

A. UML B. GOOY C. GUM D. GUI

Computer Science & Information Technology