The Format ____ tool "picks up" or copies the attributes of an object and pastes them to the next object you select.

A. Connector
B. Picture
C. Painter
D. Shape


Answer: C

Computer Science & Information Technology

You might also like to view...

Fruit is an enumerated type with values apple, banana, grape, and orange, in that order. Which of the following statements assigns the value orange to the Fruit variable snack?

a) snack = orange; b) Fruit.snack = orange; c) snack = Fruit.orange; d) snack =Fruit.last(); e) snack = Fruit(4);

Computer Science & Information Technology

Which of the following expressions creates a JLabel that displays the text "Here is what I look like!" The JLabel should display Icon object face, and the JLabel’s contents should be left aligned.

a. new JLabel("Here is what I look like!", face, SwingConstants.LEFT) b. new JLabel("Here is what I look like!", face, SwingJustification.LEFT) c. new JLabel("Here is what I look like!", SwingConstants.LEFT, face) d. new JLabel("Here is what I look like!", SwingJustification.LEFT, face)

Computer Science & Information Technology

Which of the following is true of working with queries in Microsoft Access 2016??

A. ?Query results cannot be seen in a query datasheet. B. ?Fields and records should not be specified in a query. C. ?Queries cannot be updated in a query datasheet. D. ?Data in a query datasheet is not duplicated.

Computer Science & Information Technology

The Windows 8 operating system ________ programs when they are not being used

Fill in the blank(s) with correct word

Computer Science & Information Technology