In Microsoft Word 2016, the _____ command creates a copy of the original document with a new name.?

A. ?Save
B. ?Save As
C. ?New
D. ?New Index


Answer: B

Computer Science & Information Technology

You might also like to view...

___________ provides the basic attributes and behaviors of a window—a title bar at the top of the window, and buttons to minimize, maximize and close the window.

a. JLabel. b. JFrame. c. JSwing. d. JWindowControl.

Computer Science & Information Technology

What are the motivations for data communications?

What will be an ideal response?

Computer Science & Information Technology

The command to prevent the termination of a background process after the user is logged off is:

a: nohup sleep 1200 b: sleep 1200 ; sort xyz c: sleep 1200 ; sort xyz & d: nohup sort xyz & e: nohup & sort xyz

Computer Science & Information Technology

In the following statement, what is the initial condition, given that y = 600?

``` for(x = 500; x > y; x++) ``` a. ``` x = 500; ``` b. ``` x = 600; ``` c. ``` x > y; ``` d. none of these

Computer Science & Information Technology