A(n) ________ is a line that appears when an image is being moved and that can be used to align the image with specific areas of the document

A) Alignment Guide
B) Anchor
C) Margin Guide
D) Smart Guide


D

Computer Science & Information Technology

You might also like to view...

Given the following declarations, what result is stored in each of the listed assignment statements?

``` int iResult, num1 = 25, num2 = 40, num3 = 17, num4 = 5; double fResult, val1 = 17.0, val2 = 12.78; ``` a. iResult = num1 / num4; b. fResult = num1 / num4; c. iResult = num3 / num4; d. fResult = num3 / num4; e. fResult = val1 / num4; f. fResult = val1 / val2; g. iResult = num1 / num2; h. fResult = (double) num1 / num2; i. fResult = num1 / (double) num2; j. fResult = (double) (num1 / num2); k. iResult = (int) (val1 / num4); l. fResult = (int) (val1 / num4); m. fResult = (int) ((double) num1 / num2); n. iResult = num3 % num4; o. iResult = num 2 % num3; p. iResult = num3 % num2; q. iResult = num2 % num4;

Computer Science & Information Technology

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

1) The security of modern cryptosystems lies in the secrecy of the algorithm. 2) Increasing the security of a network often decreases its functionality and efficiency. 3) Firewalls are the single most effective way to add security to a small computer network. 4) Kerberos is an authentication protocol that is used over TCP/IP networks. 5) SSL can connect a network of computers over the Internet.

Computer Science & Information Technology

Which of the following is NOT a feature on the Picture Tools Format tab?

A) Create picture background B) Picture contrast C) Remove the background of a picture D) Picture correction

Computer Science & Information Technology

You enter the text for a WordArt design in the Text pane

Indicate whether the statement is true or false

Computer Science & Information Technology