A single precision floating point number stored in a computer has three parts. They are:

a. sign, binary point, mantissa b. sign, exponent, mantissa
c. integer, binary point, fraction d. sign, integer, fraction


B

Computer Science & Information Technology

You might also like to view...

In the expression

cout << score[i] << endl; i is called the

Computer Science & Information Technology

The value of the expression (int) 27.6 evaluates to:

a. 28 b. 27 c. 26 d. None of the above.

Computer Science & Information Technology

To specify what to do when a user interacts with a RadioButton, set its ____________ event handler.

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

Computer Science & Information Technology

You can delete a table row using the Resize Table button in the Arrange group of the Table Tools Design tab. ____________________?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology