For a new presentation, the name is simply ____________________ followed by a number until you give it a name when you save the file.

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


Presentation

Computer Science & Information Technology

You might also like to view...

What will be returned from the following method?

``` public static int methodA() { double a = 8.5 + 9.5; return a; } ``` a. 18.0 b. 18 c. 8.0 d. This is an error.

Computer Science & Information Technology

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

1. WPF provides built-in functionality for custom windows. 2. WPF controls are “lookless,” meaning that their appearance can be set by any control template. 3. A routed command declared in the XAML changes a control’s appearance when that control enters a certain state. 4. Data members declared as ReadOnly must be initialized in their declaration. 5. The ItemsSource property of a ListView must refer to the name of a DataTemplate element. 6. A CollectionViewSource provides multiple “views” of the same data.

Computer Science & Information Technology

A factor to consider when full systems testing with test data is to examine whether operators have adequate ________ in procedure manuals.

A) documentation B) testing C) maintenance D) data

Computer Science & Information Technology

Two elements on the same page can have the same id attribute.

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

Computer Science & Information Technology