To apply a theme, the presentation must be shown in ____________________ view.

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


Normal

Computer Science & Information Technology

You might also like to view...

What names are displayed in the list box by the following lines of code?

``` Dim oceans() As String = {"Atlantic", Pacific", "Indian", "Arctic" "Antartic"} Dim query = From ocean in oceans Where ocean.Length = 6 Select ocean For Each ocean As String In query lstBox.Items.Add(ocean) Next ``` (A) Pacific and Indian (B) Indian and Arctic (C) Indian (D) Atlantic and Pacific

Computer Science & Information Technology

________ is invoked to create an object.

a. A constructor b. The main method c. A method with a return type d. A method with the void return type

Computer Science & Information Technology

The individual words you use as search terms when using a search engine are referred to as ________

A) wildcards B) keywords C) hits D) queries

Computer Science & Information Technology

________ software exists because the basic needs of the business are still met by the software

Fill in the blank(s) with correct word

Computer Science & Information Technology