The keyboard shortcut ________ inserts a new slide into a presentation

Fill in the blank(s) with correct word


[Ctrl] + [M]

Computer Science & Information Technology

You might also like to view...

Markers can only be used with objects that move.

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

Computer Science & Information Technology

One way of dealing with the PCDATA problem is to use a special construct called a CDATA ____________________, which marks a block of text as CDATA.

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

Computer Science & Information Technology

Find the error in each of the following:

a) ``` SceneNode node; ``` b) ``` ColourValue( 0, 0, 255 ); ``` c) ``` Root *rootPtr = new Root(); rootPtr->initialize( true, "Window" ); ``` d) ``` viewportPtr = sceneManagerPtr->addViewport( cameraPtr ); ```

Computer Science & Information Technology

Match the following terms to their meanings:

I. Append query II. Find Unmatched query III. Find Duplicates query IV. Make table query V. Totals query A. creates a new table by extracting data from one or more tables B. locates identical records in a table C. locates unmatched records D. adds new records to existing database from another database E. calculates subtotals across groups of records

Computer Science & Information Technology