Ask Question
Today, 18:44

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. Today, 20:11
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers