Negative numbers less than –(2 – 2-23) x 2 128 are called _________.

A. positive underflow
B. positive overflow
C. negative underflow
D. negative overflow


D. negative overflow

Computer Science & Information Technology

You might also like to view...

Suppose you declare int value = 99, to write it to a binary file, use ________.

a. binaryio.write(reinterpret_cast(value)); b. binaryio.write(reinterpret_cast(&value)); c. binaryio.write(value); d. binaryio.write(reinterpret_cast(value), sizeof(value)); e. binaryio.write(reinterpret_cast(&value), sizeof(value));

Computer Science & Information Technology

A laser printer's primary corona wire does which of the following?

a. Removes static electricity b. Puts the toner on the drum c. Puts a uniform negative charge on the drum d. Puts a uniform positive charge on the drum

Computer Science & Information Technology

Before adding an image to a webpage, you must ____.

A. set the figure and figcaption properties B. add the image file(s) to the file structure of the site C. define image containers for the images D. square and rasterize the image

Computer Science & Information Technology

A(n) display screen can be defined as a programmable, electronic device that accepts data, performs operations on that data, presents the results, and can store the data or results as needed. _________________________

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

Computer Science & Information Technology