Combinational Logic Circuit Decoder and Multiplex
Combinational Logic Circuit Decoder and Multiplex
• (a)ASCII:-
American standard code for information interchange is
represented according to the standard. Many applications of
digital computers require handling of data that consists of not
only of numbers but also of the letters of alphabets and
certain characters eg. s, t, c etc. The alphanumeric character
is character set of elements that includes 10 decimal digits 26
letters of alphabet. And number of special characters. The
standard code for the alphanumeric character is ASCII.
Gray Codes:-
• In gray codes the bits arranged in such a way that it changes by only one bit
as it sequences from one number to next. In other words each gray code
number differ from the preceding number by a single bit so that
transitional error are minimized.eg
• Decimal Binary Gray code
• 0 0000 0000
• 1 0001 0001
• 2 0010 0011
• 3 0011 0010
• 4 0100 0110
• 5 0101 0111
• 6 0110 0101
Gray code conversion
Procedure :-
• The 1-to-4 demultiplexer has 1 input bit, 2 control bit, and 4 output
bits.
• An example of 1-to-4 demultiplexer is IC 74155.
• The input bit is labelled as Data D.
• This data bit is transmitted to the data bit of the output lines.
• This depends on the value of AB, the control input.
• When AB = 01, the upper second AND gate is enabled while other
AND gates are disabled. Therefore, only data bit D is transmitted to
the output, giving Y1 = Data.
Applications of Demultiplexer: