If you use a mouse or non-tablet device with the Bristle brush it will be like working with a brush fixed at a ____-degree angle.

A. 30
B. 35
C. 40
D. 45


Answer: D

Computer Science & Information Technology

You might also like to view...

Compare and contrast the Scrum approach to project management with conventional plan-based approaches as discussed in Chapter 23. Your comparison should be based on the effectiveness of each approach for planning the allocation of people to projects, estimating the cost of projects, maintaining team cohesion and managing changes in project team membership.

What will be an ideal response?

Computer Science & Information Technology

Select the code below that uses CSS to configure a class called “offer” with blue text that uses the Arial or sans-serif font typeface.

a. ``` #offer { color:blue; font-family:Arial,sans-serif;} ``` b. ``` .offer { color:blue; font-family:Arial,sans-serif;} ``` c. ``` .offer { text:blue; font-family:Arial,sans-serif;} ``` d. ``` #offer { color:blue; font-family:Arial,sans-serif;} ```

Computer Science & Information Technology

Event handler mouseDragged is declared in the __________ interface.

a) MouseMotionListener b) MouseListener c) MouseDraggedListener d) ActionListener

Computer Science & Information Technology

_________ involves using a base-class pointer or reference to invoke virtual functions on base-class and derived-class objects.

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

Computer Science & Information Technology