The LVM uses physical disk partitions referred to as which of the following?
A. volume sets
B. primary volumes
C. system volumes
D. volume groups
Answer: D
Computer Science & Information Technology
You might also like to view...
Which is NOT a text rotation or angle option in the Orientation list?
A) Angle Clockwise B) Angle Counterclockwise C) Reverse Vertical Text D) Vertical Text
Computer Science & Information Technology
Assume int[] scores = {1, 20, 30, 40, 50}, what is the output of System.out.println(java.util.Arrays.toString(scores))?
a. {1, 20, 30, 40, 50} b. [1, 20, 30, 40, 50] c. {1 20 30 40 50} d. [1 20 30 40 50]
Computer Science & Information Technology