Get reliable answers to your questions at Westonci.ca, where our knowledgeable community is always ready to help. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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.