How many bit combinations are there in a byte?
Answer Posted / azza
There are 256 combinations as 00000000 is classed a one
combination. plus the other 255 combinations. Answer 8 is
wrong.Answer 2 is correct.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Where are setjmp and longjmp used in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Is swift faster than c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Why is c++ not purely object oriented?
What is linked list in c++?
Explain what is polymorphism in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is virtual function? Explain with an example
Write syntax to define friend functions in C++.
Can circle be called an ellipse?
What language is a dll written in?
What is abstraction with real time example?
What is atoi in c++?