If you need to find out how a computer's drives are configured or need to perform partitioning and formatting tasks, the most appropriate tool is:
A) Performance Monitor B) System Diagnostics
C) Task Manager D) Disk Management
D
You might also like to view...
Name three video file types that are suitable for Web playback.
What will be an ideal response?
Which is the output of the following statements? System.out.print("Hello "); System.out.println("World");
a. Hello World b. HelloWorld c. Hello World d. World Hello
Which of the following assigns ALT+C as a mnemonic key for the JButton object, clearButton?
A) clearButton.addMnemonic(KeyEvent.VK_C); B) clearButton.setMnemonic(KeyEvent.C); C) clearButton.setMnemonic(KeyEvent.VK_C); D) clearButton.assignMnemonic(KeyEvent.VK_C);
A calculation for a group of data such as a total, an average, or a count
A) Group formula B) Calculated column C) Summary statistic