InterviewSolution
Saved Bookmarks
| 1. |
A two-out-of-five code consists of _________(a) Two 0s and three 1s(b) Three 0s and two 1s(c) Four 0s and one 1s(d) One 0s and four 1s |
|
Answer» The correct option is (b) Three 0s and two 1s Best explanation: A two-out-of-five code consists of three 0s and two 1s. Hence, it contains ten possible combinations to represent digits from 0-9. |
|