A selected graphic, as shown in the accompanying figure, appears surrounded by a(n) _________________________, which has small squares and circles around its edges.

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


selection rectangle

Computer Science & Information Technology

You might also like to view...

When a user types values at the keyboard, those values are first stored

a. as ASCII characters b. in the header file iostream c. in the keyboard buffer d. as integers e. None of these

Computer Science & Information Technology

Identify the compiler errors, and state what is needed to eliminate the error(s).

``` // This is a little program that calculates a modulus answer. int main() { double x,y,answer; answer = x%y; cout << “\n\n answer = << answer; return 0; } ```

Computer Science & Information Technology

As in other Microsoft Office applications, on the _________ tab, in the Themes group, clicking More displays the Themes gallery from which you can select a theme (predesigned colors, fonts, and effects) for your presentation.

A. Slides B. Format C. Design D. Details

Computer Science & Information Technology

A formula in a cell that contains a reference back to itself is called a(n) ____________________.

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

Computer Science & Information Technology