Use the ________ button to control the look of a PowerPoint presentation window

Fill in the blank(s) with correct word


View

Computer Science & Information Technology

You might also like to view...

The ____ window is the main control panel for the database.

A. Database B. Table C. Switchboard D. Object

Computer Science & Information Technology

Which of the following statements is false?

a. Each function should perform a single, well-defined task. b. The following code calls function square twice. We’ve replaced each of the output values with ???. The first call produces the int value 49 and the second call produces the int value 6: In [1]: def square(number): ...: """Calculate the square of number.""" ...: return number ** 2 ...: In [2]: square(7) Out[2]: ??? In [3]: square(2.5) Out[3]: ??? c. The statements defining a function are written only once, but may be called “to do their job” from many points in a program and as often as you like. d. Calling square with a non-numeric argument like 'hello' causes a TypeError because the exponentiation operator (**) works only with numeric values.

Computer Science & Information Technology

____ are a good way to create a picture inside a shape.

a. Photomosaics b. Knockouts c. Clipping masks d. Shape layers

Computer Science & Information Technology

Transmission media comprise the path that data takes to flow between devices on the network.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology