Microsoft Word 2010 outlines that can be imported into a presentation have a ________ file extension
A) .docx B) .wrd C) .doc D) .wpd
A
You might also like to view...
The reverse method is defined in the textbook. What is list1 after executing the following statements?
``` int[] list1 = {1, 2, 3, 4, 5, 6}; list1 = reverse(list1); ``` a. list1 is 1 2 3 4 5 6 b. list1 is 6 5 4 3 2 1 c. list1 is 0 0 0 0 0 0 d. list1 is 6 6 6 6 6 6
The term ____ implies that the details of a method are hidden from the user; the user cannot see or edit the details of the method.
A. personification B. concurrency C. off-camera D. encapsulation
When possible, major incident response plan elements should be rehearsed. __________
Answer the following statement true (T) or false (F)
A(n) _____ tag is HTML code that a webpage creator places in the page header for the specific purpose of informing web robots about the content of the page.?
A. ?meta B. ?search C. ?head D. ?spider