The text and graphics in the main document are called the ________ information

A) fundamental B) variable C) basic D) constant

D

Computer Science & Information Technology

You might also like to view...

What is the value of the variable result in the following expression? Set result = 6 + 8 * 4 / 2

a. 22 b. 7 c. 28 d. 10

Computer Science & Information Technology

Which of the following statements is valid?

a. int i = new int(30); b. double d[] = new double[30]; c. int[] i = {3, 4, 3, 2}; d. char[] c = new char(); e. char[] c = new char[4]{'a', 'b', 'c', 'd'};

Computer Science & Information Technology