How many different combinations can be made from a n bit value mcq.
1. How many different combinations can be made from a n bit value?
Explanation: 2(n) different combinations can be made from n bit value. For example, from 2 bit value 22 different combinations-00,01,10,11 can be made.