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 c++ iterator?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is atoi?
What is a manipulative person?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the protected keyword used for?
What are c++ redistributables?
Is java as fast as c++?
What is called array?
Write about an iterator class?
What is size of string in c++?
Describe linkages and types of linkages?
How can I disable the "echo" feature?
What is a breakpoint?
What is algorithm in c++ programming?