To create a cover page using the Cover Page command, click the ____________________ tab.
Fill in the blank(s) with the appropriate word(s).
Insert
You might also like to view...
A(n) __________ __________ diagram can be used to keep track of the data passed among the various modules.
Fill in the blank(s) with correct word
What is the output of the following code?
``` public class Test { public static void main(String[] args) { int[][][] data = {{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}; System.out.print(data[1][0][0]); } }``` a. 1 b. 2 c. 4 d. 5 e. 6
Match the following terms to their meanings:
I. Theme colors II. Background style III. Theme font IV. Headings font V. Body font A. a set of coordinating colors applied to backgrounds, objects, and text B. determines the font applied to two types of slide text C. applied to slide titles D. applied to all text except slide titles E. a slide background fill variation that combines theme colors
Which of the following statements is false?
a. Android—the fastest-growing mobile and smartphone operating system—is based on the Windows kernel and uses Java. b. Android is open source and free. c. Android smartphones include the functionality of a mobile phone, Internet client (for web browsing and Internet communication), MP3 player, gaming console, digital camera and more. d. Android handheld devices feature full-color multitouch screens which allow you to control the device with gestures involving one touch or multiple simultaneous touches.