A _________________ is a tool with application programming interfaces (APIs) that allow reconfiguring a cloud on the fly; it's accessed through the application's Web interface.?

A. ?configuration manager
B. ?management plane
C. ?backdoor
D. ?programming language


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. The if, while and for statements control only one statement. 2. Given the declaration int x = 0; The following expression causes a divide by zero error: (x !=0) || (2/x < 1); 3. Suppose we have these declarations, int x = -1, y = 0, z = 1; This Boolean expression is correct and it does what the programmer intends. x < y < z 4. You want to determine whether time has run out. The following code correctly implements this. !time > limit 5. The value of count is 0; limit is 10. Evaluate: (count == 0)&&(limit < 20)

Computer Science & Information Technology

Explain what the kernel must provide for a user-level implementation of threads, such as Java on UNIX.

What will be an ideal response?

Computer Science & Information Technology

The Bullets and ________ dialog box contains tabs for bulleted and numbered list options

Fill in the blank(s) with correct word

Computer Science & Information Technology

The _________ is connected to the address lines of the system bus.

A. MBR B. MAR C. PC D. IR

Computer Science & Information Technology