The term ____________________ refers to individual images or groups of graphics that can be transferred across computer applications.

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


clip art

Computer Science & Information Technology

You might also like to view...

To add an element to a vector of integers named numbers at the next available position in the vector, you would use:

a. numbers[numbers.size()+1] = newValue; b. numbers = newValue; c. numbers.pushBack(newValue); d. numbers.push_back(newValue);

Computer Science & Information Technology

Base class constructors and assignment operators:

a. Are not inherited by derived classes. b. Should not be called by derived class constructors and assignment operators. c. Can be inherited by derived classes, but generally are not. d. Can call derived-class constructors and assignment operators.

Computer Science & Information Technology

A ________ is a graphic representation of numeric data

A) legend B) chart C) cell D) table

Computer Science & Information Technology

If the underlying data for a PivotTable changes, you must ________ the PivotTable to show the changes.

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

Computer Science & Information Technology