The default font in Word is ________
A) Arial
B) Calibri
C) Comic Sans
D) Times New Roman
B
You might also like to view...
Assume array items contains the integer values 0, 2, 4, 6 and 8. Which of the following uses the enhanced for loop to display each value in array items?
a. for (int i = 0; i < items.length; i++) { System.out.prinf("%d%n", items[i]); } b. for (int i : items) { System.out.prinf("%d%n", items[i]); } c. for (int i : items) { System.out.prinf("%d%n", i); } d. for (int i = 0 : items.length) { System.out.prinf("%d%n", items[i]); }
When viewing the results of a query, a series of ________ symbols indicates that a column is too narrow to display the complete results
A) @ B) # C) ! D) &
When a slide is duplicated, the slide layout and content is duplicated, but not its formatting
Indicate whether the statement is true or false
The ________ feature in PowerPoint offers an array of design sizes for posters, banners, and even small banners for the top of Web pages
Fill in the blank(s) with correct word