A Decoupler/Decoder with 3 select input lines has how many output lines?
A8
B16
C3
D4
Explanation
A binary decoder with ‘n’ select input lines decodes input binary combinations into up to 2^n unique output lines. For n = 3 select lines, the decoder has 2^3 = 8 output lines (3-to-8 line decoder).

No Comments