Which of the following features are available in Windows 7 Professional beyond those available in Windows 7 Home Premium?
A. HomeGroup
B. Windows XP Mode
C. Aero Desktop
D. Internet Explorer 8
Answer: B. Windows XP Mode
Computer Science & Information Technology
You might also like to view...
________ sorts a list of text data in reverse alphabetical order from Z to A, or a numeric list in highest to lowest
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following correctly copies the contents of string2 into string1? Assume that string2 is equal to "goodbye"; and string1 is equal to "good morning"?
a. strcpy(string1, string2);. b. strcpy(string1, string2, 6);. c. Strncpy(string1, string2, 5);. d. strncpy(string1, string2, 6);.
Computer Science & Information Technology