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?

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


Please Help Members By Posting Answers For Below Questions

How do c++ struct differs from the c++ class?

1146


What is a driver program?

1070


What is the oldest programming language?

965


Which programming language should I learn first?

1058


What is data hiding c++?

1010


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

1004


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

1132


Which field is used in c++?

1066


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2663


Can turbo c++ run c program?

1053


Is c++ a dying language?

1116


What is while loops?

1012


What are the stages in the development cycle?

1008


Explain the problem with overriding functions

1112


How do you declare A pointer to a function which receives nothing and returns nothing

1194