InterviewSolution
Saved Bookmarks
| 1. |
A '' bit sequence generator employing SR flip-flop has maximum length of the sequence as : |
| Answer» Since for SR flip-flop all zero state is lock-in state; from which SR can not get out, the maximum length of sequence with 'n' bits will be 2n - 1. | |