MCQOPTIONS
Saved Bookmarks
| 1. |
A sequence detector is designed to detect precisely 3 digital inputs, with overlapping sequences detectable. For the sequence (1,0,1) and input data (1,1,0,1,0,0,1,1,0,1,0,1,1,0), what is the output of this detector? |
| A. | 1,1,0,0,0,0,1,1,0,1,0,0 |
| B. | 0,1,0,0,0,0,0,1,0,1,0,0 |
| C. | 0,1,0,0,0,0,0,1,0,1,1,0 |
| D. | 0,1,0,0,0,0,0,0,1,0,0,0 |
| Answer» C. 0,1,0,0,0,0,0,1,0,1,1,0 | |