InterviewSolution
Saved Bookmarks
| 1. |
N bits in operation code imply that there are ___________ possible distinct Operators.(a) 2n(b) 2^n(c) n/2(d) n2 |
|
Answer» Right option is (b) 2^n For explanation I would say: 2^n possible combinations. |
|