Binary Multiplication Methods
A binary multiplier is a combinational logic circuit used in digital systems to perform the multiplication of two binary numbers. These are most commonly used in various applications especially in the...
View ArticleBinary Encoders And Their Applications
An encoder is a device which converts familiar numbers or characters or symbols into a coded format. It accepts the alphabetic characters and decimal numbers as inputs and produces the outputs as a...
View ArticlePriority Encoder Types With Real Time Applications
In the previous tutorial we have seen binary encoders which encode the given data. But a standard digital encoder has one limitation that it would produce an error at its output if more than one input...
View ArticleTypes of Binary Decoders,Applications
Basically, Decoder is a combinational logic circuit that converts coded input to coded outputs provided both of these are different from one another. The name decoder means translating of coded...
View ArticleBCD to 7 Segment LED Display Decoder Circuit
Introduction Most often seven-segment displays are used to display the digits in digital watches, calculators, clocks, measuring instruments and digital counters, etc. Generally, LCD and LED segments...
View ArticleParity Generator and Parity Check
What is Parity Bit? The parity generating technique is one of the most widely used error detection techniques for the data transmission. In digital systems, when binary data is transmitted and...
View ArticleDigital Comparator and Magnitude Comparator
Data comparison is needed in digital systems while performing arithmetic or logical operations. This comparison determines whether one number is greater than, equal, or less than the other number. A...
View ArticleExclusive-NOR Gate
Exclusive NOR gate is another exclusive gate in the logic gates. In our previous tutorials, we have learned about the Exclusive – OR. This tutorial explains about Exclusive – NOR gate. Exclusive-NOR...
View ArticleMultiplexer(MUX) and Multiplexing
Multiplexer Multiplexing is the property of combining one or more signals and transmitting on a single channel .This is achieved by the device multiplexer. A multiplexer is the most frequently used...
View ArticleDemultiplexer (Demux)
The action or operation of a demultiplexer is opposite to that of the multiplexer. As inverse to the MUX , demux is a one-to-many circuit. With the use of a demultiplexer , the binary data can be...
View Article