Which of the following Scene Editor layout tools is used to move an object up or down?
A. Vertical tool
B. Turn tool
C. Pointer tool
D. Tumble tool
Answer: A
You might also like to view...
Newsprint is an example of a texture fill that can be added to a slide background
Indicate whether the statement is true or false
The Alexamara Marina Group database uses two uppercase letters to represent an owner number.
Answer the following statement true (T) or false (F)
What numbers are displayed in the list box by the following program segment?
``` Dim states() As String = {"Colorado", "New Mexico", "Arizona", "Utah"} Dim query = From state in states Where state.EndsWith("o") Select state.Length For Each number in query lstBox.Items.Add(number) Next ``` (A) 8 and 10 (B) 8, 10, 7, 4 (C) 8 (D) 29
Which type of memory is used as the working storage space of the computer?
A) CPU registers B) Hard drive C) Thumb drive D) RAM