Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How many bit combinations are there in a byte?

Answers were Sorted based on User's Feedback



How many bit combinations are there in a byte?..

Answer / 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

How many bit combinations are there in a byte?..

Answer / vaibhav meena

it is 2^8
means 2 ^ no of bits
means 256....
:)

Is This Answer Correct ?    29 Yes 3 No

How many bit combinations are there in a byte?..

Answer / 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

How many bit combinations are there in a byte?..

Answer / 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

How many bit combinations are there in a byte?..

Answer / 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

How many bit combinations are there in a byte?..

Answer / manoj

2 pow 8 combinations =256

Arjun is right

Is This Answer Correct ?    5 Yes 2 No

How many bit combinations are there in a byte?..

Answer / krishna

ya they r right.

Is This Answer Correct ?    6 Yes 15 No

How many bit combinations are there in a byte?..

Answer / saranya

the first two answers are right

Is This Answer Correct ?    4 Yes 14 No

How many bit combinations are there in a byte?..

Answer / panaitsdv

if number of bite values is n, and length of the byte is k.
that means n = 2, k = 8.
for n even => n^k
(2^8 = 256)
for n odd => n^k - 1
(2^7 - 1 = 128-1 = 127)

Is This Answer Correct ?    5 Yes 15 No

How many bit combinations are there in a byte?..

Answer / k.kishorebabu

=2^8-1
=256-1
=255
bco'z only 8 bit data can be loaded that depends on the
address lines we take

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More C++ General Interview Questions

What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


what is pre-processor in C++?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Explain the concept of memory leak?

0 Answers  


What are the stages in the development cycle?

0 Answers  


Write about the stack unwinding?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What is a modifier in c++?

0 Answers  


Does c++ have string data type?

0 Answers  


What are advantages of using friend classes?

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


What are destructors?

0 Answers  


Categories