From the Word start page, if you want to open a Word document that is not listed in the Recent documents list, click:
A) Open Other Documents.
B) the File tab.
C) Computer.
D) the application's icon on the taskbar.
A
Computer Science & Information Technology
You might also like to view...
Name three ways to create a perfect circle with the Ellipse tool
What will be an ideal response?
Computer Science & Information Technology
The recursion step should:
a. check for the base case. b. call a fresh copy of the recursive method to work on a smaller problem. c. make two calls to the recursive method. d. iterate until it reaches a termination condition.
Computer Science & Information Technology