How many bit combinations are there in a byte?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need function?

597


How do you flush std cout?

567


What is iterator c++?

545


How long does it take to get good at leetcode?

656


What is c++ virtual inheritance?

595






What are protected members in c++?

619


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

620


When should we use container classes instead of arrays?

582


What is an object in c++?

611


What gives the current position of the put pointer?

559


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

632


Describe the process of creation and destruction of a derived class object?

642


Is java as fast as c++?

598


How would you use qsort() function to sort an array of structures?

717


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

660