How many bit combinations are there in a byte?
Answer Posted / abdullah javid
There'll actually be 256 combinations. The maximum value
that can be represented with a byte (8 - bits) is 255 but as
far as combinations are concerned 0 should also be
considered as well as 1, 2, 3, ..., 255. So there are total
256 combinations.
Is This Answer Correct ? | 94 Yes | 8 No |
Post New Answer View All Answers
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the rule of three?
What is iterator in c++?
What are signs of manipulation?
How do I start a c++ project?
What is the full form of stl in c++?
How to demonstrate the use of a variable?
Which is not a valid keyword a) public b) protected c) guarded
What are the effects after calling the delete this operator ?
Describe the advantage of an external iterator.
How a new operator differs from the operator new?
Specify different types of decision control statements?
What is std :: endl?
What is meant by forward referencing and when should it be used?
What is the output of the following program? Why?