How might you represent a floating point number in terms of bytes?
Do a search on the Web for “floating point” and see what you find.
Floating point numbers store the signbit, the mantissa, and the exponent.
Computer Science & Information Technology
You might also like to view...
Any software that can automate a task or autonomously execute a task when commanded to do so is called a(n) ____.
A. malware B. malicious software C. intelligent agent D. secret agent
Computer Science & Information Technology
A sorting algorithm that sorts data in ascending order can be used to sort data in descending order
a. Never. b. Only if the algorithm is modified. c. Only if the algorithm is inverted. d. Given the proper data. e. None of the above.
Computer Science & Information Technology