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


Please Help Members By Posting Answers For Below Questions

What is the maximum combined length of command line arguments including the space between adjacent arguments?

758


What is the rule of three?

751


What is iterator in c++?

828


What are signs of manipulation?

807


How do I start a c++ project?

768


What is the full form of stl in c++?

881


How to demonstrate the use of a variable?

829


Which is not a valid keyword a) public b) protected c) guarded

979


What are the effects after calling the delete this operator ?

781


Describe the advantage of an external iterator.

783


How a new operator differs from the operator new?

861


Specify different types of decision control statements?

569


What is std :: endl?

775


What is meant by forward referencing and when should it be used?

749


What is the output of the following program? Why?

808