PRASHNIKAप्रश्निका
Back to the paper

How many maximum output lines would be there in a 4-input decoder? Draw the logic gate diagram for…

Computer Science20265 marksShort answer
(a)[1.0]
How many maximum output lines would be there in a 4-input decoder?
(b)[3.0]
Draw the logic gate diagram for 8 : 1 multiplexer.
(c)[1.0]
State any one application of an encoder.

Answer

Answer (a)

AI
A decoder with $n$ inputs has a maximum of $2^n$ output lines. For a 4-input decoder, maximum output lines $= 2^4 = 16$.

Answer (c)

AI
Application of an encoder: used in keyboard encoders — to convert the key pressed by the user (a decimal/alphanumeric character) into its equivalent binary (e.g. ASCII) code for the computer to process. (Other valid answers: priority encoders in interrupt-handling systems, decimal-to-BCD encoders in calculators.)
Computer Hardware

From ISC 2026 Improvement Computer Science Paper 1, question 3(i).