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
How do you differentiate between overloading the prefix and postfix increments?
Describe the process of creation and destruction of a derived class object?
How is data hiding achieved in c++?
Is java the same as c++?
Is swift better than c++?
Is java made in c++?
What is low level language in simple words?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Can circle be called an ellipse?
Does c++ have foreach?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Why is c++ is better than c?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What are the defining traits of an object-oriented language?
What are member functions used in c++?