You can add a(n) ____________________ to a slide if you want to display text or graphics arranged in columns and rows.

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


table

Computer Science & Information Technology

You might also like to view...

The following loop would execute how many times? Loop index from 0 up to (but not including) 4 times incrementing by 2

a. 1 b. 2 c. 3 d. 4 e. None of these

Computer Science & Information Technology

Which of the following method declarations correctly defines a method with a variable length parameter list?

a)``` public int average(int[] list) ``` b)``` public int average(int ... list) ``` c)``` public int average(...) ``` d)``` public int average(int a, int b, int c, ...) ``` e)``` public int average(integers) ```

Computer Science & Information Technology

A(n) ________ database contains data that is divided into several tables that can be related to each other by a common field

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ____ is a border with eight sizing handles.

a. layered selection b. bounding box c. tool d. shape

Computer Science & Information Technology