The default theme for Word is:

A) Windows.
B) Office.
C) Word.
D) Normal.


B

Computer Science & Information Technology

You might also like to view...

What is the value of x after execution of the following code fragment?

``` int x; x = m[0][0]; for ( int i = 0; i < 3; ++i ) for ( int j = 0; j <3; ++j ) if ( m[i][j] < x ) x = m[i][j]; ``` a. 0 b. 3 c. 4 d. 18

Computer Science & Information Technology

In Excel 2016, row headings are identified by ________

A) lowercase letters B) Roman numerals C) uppercase letters D) numbers

Computer Science & Information Technology

When you ____ a method, you write multiple methods with a shared name but different parameter lists.

A. redo B. repurpose C. reload D. overload

Computer Science & Information Technology

The items marked 2 in the accompanying figure are the ____ markers.

A. onion skin B. baseline C. Timeline D. index

Computer Science & Information Technology