How many bit combinations are there in a byte?
Answer Posted / anita sachdeva
Byte contains the 8 Bits and bit contains either the value
0 or 1. there are only two states there will be 255
combinations i.e.(2 raise to power 8 minus 1)
combinations .
| Is This Answer Correct ? | 18 Yes | 46 No |
Post New Answer View All Answers
Why do we use the using declaration?
Program to check whether a word is a sub-string or not of a string typed
What is the basic structure of a c++ program?
Why cout is used in c++?
What is flag in computer?
What is the benefit of c++?
What is virtual base class uses?
Write a program using display() function which takes two arguments.
Explain how a pointer to function can be declared in C++?
Which operations are permitted on pointers?
What do you mean by ‘void’ return type?
How static variables and local variablesare similar and dissimilar?
Is c++ built on c?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is a binary file? List the merits and demerits of the binary file usagein C++.