Octal to Binary
Encoder
Pritam Maity
11611212
B47
Presentation Outline
Encoding
• An encoder is a digit circuit that performs the inverse
operation of a decoder. An encoder has 2n (or less) input
lines and n output lines. An encoder is the octal – to –
binary encoder.
• It has eight inputs, one for each of the octal digits, and
three outputs that generate the corresponding binary
number.
ALGORITHMS
TRUTH TABLE LOGICAL EXPRESSION
A 2 = D 4 + D 5 + D 6 + D 7
A 1 = D 2 + D 3 + D 6 + D 7
A 0 = D 1 + D 3 + D 5 + D 7
ALGORITHMS ( L o g i c a l d i a g r a m )
IMPLENTING CIRCUIT
IMPLENTING CIRCUIT
Octal to binary encoder

Octal to binary encoder