At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Get immediate answers to your questions from a wide network of experienced professionals on our Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

If each integer occupies one 64-bit memory cell and is stored using sign/magnitude notation, what are the largest (in terms of absolute value) positive and negative integers that can be stored?

Sagot :

Answer:

2^63 = 9 223 372 036 854 775 808

Explanation:

Of 64 bits, one is used to store the sign. The rest of 63 bits is used to store the absolute value. The maximum value of n-digit number of base b is b^n.

We are using bits which represent binary (base 2) digits. Base b = 2, digits/bits n = 63. The maximum number is 2^63.