The default theme for Word is named ________

A) Windows B) Original C) Normal D) Office

D

Computer Science & Information Technology

You might also like to view...

If you have a 1000-element balanced binary search tree, what is the maximum number of comparisons that may be needed to find an element in the tree?

a) 500 b) 10 c) 20 d) 8

Computer Science & Information Technology

What is the value of x after the following code executes?

int x; x = 3 / static_cast(4.5 + 6.4); a. 0.3 b. 0 c. 0.275229 d. 3.3 e. None of these

Computer Science & Information Technology