Ask Question

Which data type requires the greatest number of bytes in computer memory? A. character B. integer C. single-precision number D. double-precision number E. all require the same amount of storage

+3
Answers (1)
  1. 5 June, 19:33
    0
    A double-precision number contains the most amount of memory. In programming language, there are often 2 types of decimal numbers. In java, for example there are floats and doubles. Doubles have more bytes associated, and can "go out" to further decimal places than floats.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which data type requires the greatest number of bytes in computer memory? A. character B. integer C. single-precision number D. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers