InterviewSolution
Saved Bookmarks
| 1. |
If `2^n)=1024`, then `2^((n)/(2)+2=`_______A. 64B. 128C. 256D. 512 |
|
Answer» Correct Answer - B `2^n=1024=2^10rArrn=10` `2^((n)/(2)+2)= 2^((10)/(2)+2` `=2^5+2=2^7=128` Hence the correct option is (b). |
|