How many bit combinations are there in a byte?
Answer Posted / arjun
This has to be the easiest technical question for any
programmer...
A Byte is made of 8 Bits, so the number of combination for
Byte would be 2^8.
However, if asked the maximum number represented then it
would be (2^8)-1.
Surely, if you can't answer this you should seriously think
about changing your profession.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is ostream in c++?
What will the line of code below print out and why?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Explain the concept of copy constructor?
Are strings immutable in c++?
Keyword mean in declaration?
What are destructors?
What is an adaptor class in c++?
What is boyce codd normal form in c++?
Is vector a class in c++?
What is #include iostream in c++?
Is c++ primer good for beginners?
What is virtual destructor? What is its use?
What is an operator in c++?