What type of memory allows Hyper-V to adjust the memory allocation for a VM up or down, based on the VM's actual memory needs, between the minimum and maximum value you specify?

A. Flexible
B. Dynamic
C. Static
D. Weighted


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true?

``` a. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") returns null. b. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") returns null. c. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") creates a new file named c:\temp.txt. d. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") creates a new directory named c:\liang. e. None of the above. ```

Computer Science & Information Technology

If a nested loop is used to process a two-dimensional array, the inner loop corresponds to ____ elements.

A. row B. page C. data D. column

Computer Science & Information Technology

You can have old items in Outlook automatically transferred to a(n) ____.

A. library B. storage file C. dead folder D. index

Computer Science & Information Technology

All of the following types of controls can be added to a Web Forms page, EXCEPT ____.

A. Standard B. HTML C. ASP controls D. Validation

Computer Science & Information Technology