In the Move dialog box, entering 0 in the Horizontal text box and -.5 in the Vertical text box moves the selected object ____.

A. to the right
B. to the left
C. straight up
D. straight down


Answer: C

Computer Science & Information Technology

You might also like to view...

When using the Scanner class one should account for a/an:

(a) NumberFormatException (b) InputMismatchException (c) ArrayIndexOutOfBoundsException (d) PowerFailureException

Computer Science & Information Technology

Write a Java statement or a set of Java statements to accomplish each of the tasks:

Print the integers from 1 to 20, using a for statement and the counter variable i. Assume that the variable i has been declared, but not initialized. Print only five integers per line. [Hint: Use the calculation i % 5. When the value of this expression is 0, print a newline character; otherwise, print a tab character. Assume that this code is an application. Use the System.out.println() method to output the newline character, and use the System.out.print('\t') method to output the tab character.]

Computer Science & Information Technology

CompTIA defines the following as logical network topologies: client/server, peer-to-peer, VPN, and VLAN.

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

Computer Science & Information Technology

The ________ cell specifies the cell containing the formula that produces a value for Solver to optimize.

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

Computer Science & Information Technology