How much drive space should be available for each virtual machine on a system?

A. 5 GB
B. 10 GB
C. 20 GB
D. 50 GB


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not a compilation error?

a. Neglecting to initialize a local variable in a method before it is used. b. Placing a semicolon at the end of the first line of an if statement. c. Omitting the left and right parenthesis for the condition of an if statement. d. All are compilation errors.

Computer Science & Information Technology

In the algorithm to evaluate a postfix expression, what does the algorithm do when an operand is encountered?

A. pop the operand from the stack B. push the operand onto the stack C. pop the operator from the stack D. push an operator onto the stack

Computer Science & Information Technology

Which of the following will display the contents of the /etc/shadow file? (Choose all that apply.)

A. cat /etc/shadow B. getent /etc/shadow C. show /etc/shadow D. read /etc/shadow

Computer Science & Information Technology

Which of the following would be the BEST reason for Jane, a security administrator, to initially select individual file encryption over whole disk encryption?

A. It provides superior key redundancy for individual files. B. The management of keys is easier to maintain for file encryption C. It is faster to encrypt an individual file. D. It provides protected access to all users

Computer Science & Information Technology