How many bit combinations are there in a byte?
Answer Posted / santosh shah
256 combinations.Byte contains the 8 Bits and bit contains
either the value 0 or 1.i.e.(2 raise to power 8 minus
1).The maximum number of value represented with a byte is 8
bits is 255 but 0 should also be considered as well as 1,
2, 3, ..., 255. So there are total
256 combinations.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
an integer constant must have atleast one a) character b) digit c) decimal point
What is the difference between the indirection operator and the address of oper-ator?
Write a note about the virtual member function?
What is buffering in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What do you mean by inheritance in c++?
What is constructor c++?
Explain the concept of copy constructor?
Are c and c++ different?
Explain the advantages of using friend classes.
What is fixed in c++?
What is a far pointer? where we use it?
What is the type of 'this' pointer?
What is the hardest coding language to learn?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator