It is always good to run the Document Inspector because you might have used features that are not supported by earlier versions of PowerPoint

Indicate whether the statement is true or false


FALSE

Computer Science & Information Technology

You might also like to view...

______________________________ was designed to be the successor to Windows 98, after Microsoft's engineers had failed to bridge Windows 98 and Windows NT with Windows 2000.

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

Computer Science & Information Technology

In the Clock application, you have a(n) ____ loop display the number of seconds.

A. outer B. control C. nested D. subordinate

Computer Science & Information Technology

Answer the following questions regarding an array called table:

Output: fractions[ 0 ] = 0.0 fractions[ 1 ] = 0.0 fractions[ 2 ] = 0.0 fractions[ 3 ] = 0.0 fractions[ 4 ] = 0.0 fractions[ 5 ] = 0.0 fractions[ 6 ] = 3.333 fractions[ 7 ] = 0.0 fractions[ 8 ] = 0.0 fractions[ 9 ] = 1.667 a) Declare the array to be an integer array and to have 3 rows and 3 columns. Assume that the constant variable arraySize has been defined to be 3. b) How many elements does the array contain? c) Use a for statement to initialize each element of the array to the sum of its subscripts. Assume that the integer variables i and j are declared as control variables. d) Write a program segment to print the values of each element of array table in tabular format with 3 rows and 3 columns. Assume that the array was initialized with the declaration int table[ arraySize ][ arraySize ] = { { 1, 8 }, { 2, 4, 6 }, { 5 } }; and the integer variables i and j are declared as control variables. Show the output.

Computer Science & Information Technology

If a power connector is available from the PSU, but it is not a SATA power connector, a(n) _______ must be obtained

Fill in the blank(s) with correct word

Computer Science & Information Technology