Computer Science, asked by nehasrinivasan, 6 months ago

memory storage of long and double​

Answers

Answered by humairanazir374
1

Answer:

Theoretically, the capacity of long-term memory could be unlimited, the main constraint on recall being accessibility rather than availability. Duration might be a few minutes or a lifetime. Suggested encoding modes are semantic (meaning) and visual (pictorial) in the main but can be acoustic also.

DOUBLE. The DOUBLE data type is stored in the IEEE double-precision format which is 64 bits long. The most significant bit is the sign bit, the next 11 most significant bits are the exponent field, and the remaining 52 bits are the fractional field

Answered by rohithkr8666
0

Answer:

It is useful to know how to store information on a computer because this will allow us to reason about the amount of space that will be required to store a data set, which in turn will allow us to determine what software or hardware we will need to be able to work with a data set, and to decide upon an appropriate storage format. In order to access a data set correctly, it can also be useful to know how data has been stored; for example, there are many ways that a simple number could be stored. We will also look at some important limitations on how well information can be stored on a computer.

Explanation:

Similar questions