InterviewSolution
Saved Bookmarks
| 1. |
How many different combinations can be made from a n bit value?(a) 2^(n+1)(b) 2^(n)(c) 2^(n)+1(d) None of the mentionedI have been asked this question in examination.Query is from Digital Communication Signal Processing in chapter Signals and Spectra of Digital Communications |
|
Answer» Right option is (B) 2^(n) |
|