When you create a new Word document, you have the option to create a blank document or use a pre-defined ________

Fill in the blank(s) with correct word


template

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

``` public class Test { public static void main(String[] args) { int month = 09; System.out.println("month is " + month); } } ``` a. The program displays month is 09. b. The program displays month is 9. c. The program displays month is 9.0. d. The program has a syntax error, because 09 is an incorrect literal value.

Computer Science & Information Technology

The virtual interface that enables communication between the guest, Hyper-V host, and storage area networks

1. Checkpoint
2. Dynamically Expanding Disk
3. Differencing Disk
4. Fixed-size Disk
5. Host Bus Adapter
6. Multipath I/O
7. Pass-through disk
8. Storage QoS
9. Virtual Fibre Channel Adapter
10. Virtual SAN

Computer Science & Information Technology

What happens if a user uninstalls a purchased app before the 24-hour time period?

A. A refund is issued B. A 10% restocking fee C. Credit card is charged D. Developer is charged

Computer Science & Information Technology

A(n) ____________ that simulates a Windows Phone device is included as part of the Software Development Kit.

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

Computer Science & Information Technology