What is the name of the virtual machine image management component used by OpenStack?

A. Glance
B. StackMon
C. VirtManager
D. ActiveMQ

Answer: A

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

``` public class Test { public static void main (String args[]) { int i = 0; for (i = 0; i < 10; i++); System.out.println(i + 4); } } ``` a. The program has a compile error because of the semicolon (;) on the for loop line. b. The program compiles despite the semicolon (;) on the for loop line, and displays 4. c. The program compiles despite the semicolon (;) on the for loop line, and displays 14. d. The for loop in this program is same as for (i = 0; i < 10; i++) { }; System.out.println(i + 4);

Computer Science & Information Technology

In Page Layout view, you can add headers and footers containing information that you want to include at the top or bottom of each page.

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

Computer Science & Information Technology