Which of the following is true about upgrading to Windows Server 2012?
A. Windows Server 2003 SP2 and above are supported
B. Windows Server 2008 32-bit can only be upgraded to Standard edition
C. Server Core must be upgraded to Server Core
D. You can upgrade from any language to any other language
Answer: C
You might also like to view...
When an application is running, the control having the ____________ is the one that receives the user’s keyboard input.
a. focus b. scope c. data d. tab index
The table marked 2 in the accompanying figure has a rules value of ____.
A. all B. cols C. rows D. void
What is the value of the expression that follows?
strcmp(“dog”, “Dog”) a. -1 b. 0 c. 1 d. ‘\0’ e. none of the above
Can you have more than one parent class for inheritance?
A. No. B. Yes, use semi-colons to separate each parent class. C. Yes, declare each parent class on a separate line. D. Yes, use commas between each parent class.