What is the maximum decimal number that can be accommodated in a byte.a) 128b) 256c) 255d) 512

C
This question is related to Axes-Technologies Interview

Showing Answers 1 - 3 of 3 Answers

We know that 1 Byte=8Bits,Hence 2^8=256.

A bite can represent one of these 256 distinct values i.e,numbers between 0(min) to 255(max).

Hence the maximum decimal number accommodated in a byte is 255.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions