What statement regarding the use of Windows Server Core is accurate?
A. Server Core, despite the smaller foot print, still provides a graphical interface.
B. The Server Core allows the use of Server Manager locally, but no other GUI utilities.
C. The Server Core displays a mouse pointer on the screen.
D. Server Core allows the ability to open the Notepad screen editor for editing files.
Answer: D
Computer Science & Information Technology
You might also like to view...
When an item in the combo box is selected, the combo box executes its action event listener's actionPerformed method, passing:
A) an ItemEvent object as an argurment. B) a SelectionEvent object as an argurment. C) an ActionEvent object as an argument. D) the combo box as an argument.
Computer Science & Information Technology
Which of the following fopen() file modes denotes 'cautious write'?
a. w b. x c. b d. w+
Computer Science & Information Technology