

InterviewSolution
Saved Bookmarks
1. |
A special PCM system uses 16 channels of data, one whose purpose is an identification (ID) and synchronization. The word length is 6 bits. Find the number of bits per frame.(a) 94(b) 95(c) 96(d) 125 |
Answer» Right answer is (c) 96 Easy explanation: Here, Data channels = 16 and word length is 6 bits. Bits per frame = 6 x 16 = 96. |
|