You can make a brush tip larger by using the ______ key on your keyboard.

A. SHIFT
B. ALT
C. right bracket ( ] )
D. Command


Answer: C

Computer Science & Information Technology

You might also like to view...

VPNs can be used to protect network traffic:

a. Between any nodes on two different networks b. Between a station and any node on a network c. Between two stations d. All of the above

Computer Science & Information Technology

What will be printed after the following code is executed?

``` for (int number = 5; number <= 15; number +=3) System.out.print(number + ", "); ``` a. 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, b. 5, 8, 11, 14, 17, c. 5, 8, 11, 14 d. This is an invalid for statement.

Computer Science & Information Technology

Case-Based Critical Thinking Questions Case 5-3Santo has made a Web site to promote his soccer team. He wants to maintain a page where he can list the information about each of the soccer members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right. Santo wants the display the name of the team at the top of the table. Which element should he use to do this?

A. tbody B. caption C. td D. colgroup

Computer Science & Information Technology

The common shapes used in image maps are ________,_________ and ________.

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

Computer Science & Information Technology