Which type of DVD media has a storage capacity of 7.95 GB?
A. DVD-5
B. DVD-9
C. DVD-10
D. DVD-18
Answer: B
You might also like to view...
The putback member function returns to the input stream the previous character obtained by:
a. A get from the input stream. b. Using the stream extraction operator on the input stream. c. Reading input from the keyboard. d. Reading a file from disk.
Which statement is false?
a. Each primitive type has a corresponding type-wrapper class. b. The type-wrapper classes enable you to manipulate primitive-type values as objects. c. Type-wrapper classes are final, so you cannot extend them. d. The methods for primitive types correspond to the methods for the corresponding type-wrapper classes.
Given the following program:
``` public class Test { public static void main(String[] args) { for (int i = 0; i < args.length; i++) { System.out.print(args[i] + " "); } } } ``` What is the output, if you run the program using java Test 1 2 3 a. 3 b. 1 c. 1 2 3 d. 1 2
The business impact analysis (BIA) is the first major component of the CP process.
Answer the following statement true (T) or false (F)