Which of the following statements is false?

a. A floating-point number is a number with a decimal point.
b. Java provides two primitive types for storing floating-point numbers in memory—float and double.
c. Variables of type float represent single-precision floating-point numbers and have seven significant digits.
d. Variables of type double represent double-precision floating-point numbers; these require twice as much memory as float variables and provide 14 significant digits.


Variables of type double represent double-precision floating-point numbers; these require twice as much memory as float variables and provide 14 significant digits. Actually, variables of type double provide 15 significant digits.

Computer Science & Information Technology

You might also like to view...

The import declaration import *; ________.

a. causes a compilation error. b. imports all classes in the library. c. imports the default classes in the library. d. imports the classes in package java.lang.

Computer Science & Information Technology

If lengthy data exists in cell A4 that overlaps into cell B4 and you type an entry in cell B4, the data in A4 is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Specifying multiple criteria reduces the amount of time it takes the Search Companion to locate a file

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____________________ is a hash of the public key encrypted by the private key.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology