A file with an extension of .potx is a(n) ________

Fill in the blank(s) with correct word


PowerPoint template

Computer Science & Information Technology

You might also like to view...

Which of the following is an illegal use of function put?

a. cout.put( 'A' ); b. cout.put( "A" ); c. cout.put( 'A' ).put( '\n' ); d. cout.put( 65 );

Computer Science & Information Technology

What displays in the message dialog when each of the following JavaScript statements is performed? Assume x = 2 and y = 3.

a) ``` window.alert( "x = " + x ); ``` b) ``` window.alert( "The value of x + x is " + ( x + x ) ); ``` c) ``` window.alert( "x =" ); ``` d) ``` window.alert( ( x + y ) + " = " + ( y + x ) ); ```

Computer Science & Information Technology

The _____________ presents actual and remaining durations and costs.

A. Cost Table B. Tracking Table C. Summary Table D. Variance Table

Computer Science & Information Technology

Which of the following rules is NOT acceptable for defining names?

A) Defined names can be the same as a cell reference. B) A defined name can be no longer than 255 characters. C) The first character of the defined name must be a letter, an underscore, or a backslash. D) Defined names can contain uppercase and lowercase letters.

Computer Science & Information Technology