The ____ commands found on the Align list evenly space objects horizontally or vertically relative to each other or the slide.

A. Arrange
B. Align
C. Distribute
D. Space


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following will not be included in C++0x?

a. decimal types b. rvalue reference c. template aliases d. variable type deduction

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Suppose you have been given a sorted list of 100 names and need to find a particular name in that list. Using binary search, it is possible that you might have to look at every location in the list before finding the desired name. 2. Binary search is an example of an O(log N) algorithm, where the number of items in the list to be searched is N. 3. One advantage of assembly languages over machine languages is that they enable the programmer to use words to identify instructions instead of using binary- number sequences. 4. JavaScript, C++, and Java are all examples of high-level programming languages. 5. When a Web page is loaded into a Web browser, JavaScript code in that page is executed by a JavaScript interpreter that is embedded in the browser.

Computer Science & Information Technology

Suppose i is an int type variable. Which of the following statements display the character whose Unicode is stored in variable i?

a. System.out.println(i); b. System.out.println((char)i); c. System.out.println((int)i); d. System.out.println(i + " ");

Computer Science & Information Technology

You would use the ________ file format to retain structure and most text formatting when transferring documents between applications or platforms

Fill in the blank(s) with correct word

Computer Science & Information Technology