Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How many bits does it take to store 256 in binary? Each byte can only hold 8 bits, and the max number of 8

How many bits does it take to store 256 in binary? Each byte can only hold 8 bits, and the max number of 8 bites can hold is 255, so for 256, there should be 2 byte which is 16 bites. When a processor computes an addition that has more result bits than the computer supports, it ignores the extra bits. For example, 255+5=4 on an 8-bit processor. This is called overflow. Explain how overflow makes Two's Complement numbers act negative. | I

Step by Step Solution

3.51 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

1 To store the decimal number 256 in binary you would need at least 9 bits Heres how to find out step1Find the largest power of 2 that is less than or ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Engineering Mechanics Dynamics

Authors: James L. Meriam, L. G. Kraige, J. N. Bolton

8th Edition

1118885848, 978-1118885840

More Books

Students also viewed these Programming questions

Question

How many electrons does it take to make the mass of one proton?

Answered: 1 week ago