How many bit combinations are there in a byte?
Answer Posted / santosh shah
256 combinations.Byte contains the 8 Bits and bit contains
either the value 0 or 1.i.e.(2 raise to power 8 minus
1).The maximum number of value represented with a byte is 8
bits is 255 but 0 should also be considered as well as 1,
2, 3, ..., 255. So there are total
256 combinations.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What are the benefits of oop in c++?
what is data encapsulation in C++?
Is java a c++?
Who was the creator of c++?
Is there any function that can skip certain number of characters present in the input stream?
Name the operators that cannot be overloaded in C++?
Why is c++ awesome?
What relational operators if statements in c++?
What does obj stand for?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Which is better c++ or java?
What is the difference between public, private, and protected access?
Can you Mention some Application of C/C++?
What are references in c++? What is a local reference?
What is a loop? What are different types of loops in c++?