To move or nudge a selected picture in very small increments, hold down the ____ key while pressing the UP ARROW, DOWN ARROW, RIGHT ARROW, or LEFT ARROW.

A. TAB
B. ALT
C. CTRL
D. SHIFT


Answer: C

Computer Science & Information Technology

You might also like to view...

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

1. A recursive function must have at least one argument. 2. To make a recursive function trace itself, we store the function result in a local variable before returning. 3. Recursion can be used to display characters in reverse order. 4. Only recursive functions use a stack. 5. Programs that calculate factorials can only be written using recursion.

Computer Science & Information Technology

A packet analyzer is a program that can enable a hacker to do all of the following EXCEPT ________

A) assume your identity B) steal your logons and passwords for various accounts C) launch a denial of service (DoS) attack on your computer D) use your debit card information to purchase items illegally

Computer Science & Information Technology

Modify the program you created in Exercise 13.20 to display the shapes without using the

 and 
tags. Does the program display the shapes exactly as in Exercise 13.20?

What will be an ideal response?

Computer Science & Information Technology

Attribute values may be enclosed in _____ .

A. HTML B. XHTML C. Both A and B. D. Neither A nor B.

Computer Science & Information Technology