Question: 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

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

1 Expert Approved Answer
Step: 1 Unlock

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 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!