Introduction What are the Decoders? In this article, first you will learn about the basic definition of encoder and decoder and then you will get the idea of how is an encoder different from the decoder?. What is a decoder? Read More …
Category: Digital Logic Design
Implementation of Sequential Circuits using Flip Flops and Combination Logic Gates
Implementation of Sequential Circuits using Flip Flops and Combination Logic Gates It involves the following steps: Construct the state table from the state diagram of sequential circuit. From the state table, form the state equations using Karnaugh map (k-map). Finally, Read More …
What are the Different Types of Number Systems in Computing?
What are number systems? What are the Different Types of Number Systems in Computing? Usually we humans are more comfortable with decimal numbers (base 10). But in computer system we have other types that are used as per the requirement. Read More …
Mealy and Moore Type FSM for Serial Adder
Types of Finite State Machine In this article I will discuss Mealy and Moore Type FSM for Serial Adder. But let us just see first that there are two main types of finite state machines (FSM) Mealy type Moore type Read More …
What are the Different Types of Counters?
Introduction to Counters: What are the Different Types of Counters? The output of the counter, a digital device, has a quantified state based on the submissions of the clock pulses. You can count the number of pulses using the counter’s Read More …
what are the Serial Transfer and Serial Shift Properties of Shift Registers?
what are the Serial Transfer and Serial Shift Properties of Shift Registers? what are the serial transfer and serial shift properties of shift registers? Serial Transfer is defined as “Transmission of information as sequential units. For example, if two computers Read More …
What are the Flip-Flops and Registers in Digital Circuits?
What are the Flip-Flops and Registers in Digital Circuits? What are the flip flops and registers in digital design? Lets see each one of them in little detail. Flip Flops: In electronics, a flip-flop or latch is a circuit that Read More …
How to implement Boolean Functions using Multiplexer (MUX)?
Implementation of Functions using Multiplexer Implementation of Boolean function using multiplexer (MUX) is very simple. If you want to implement a Boolean function of n variables, you need a multiplexers that has (n-1) select lines. The purpose of select lines Read More …
Discuss a binary counter with the same load. Describe with an example?
4-Bit Counter Counter with the same load: Discuss a binary counter with the same load. Describe with an example? A 4-Bit binary table with the same load can be used to create the desired calculation sequence. It can be used Read More …
Design of Analog to Digital Converter Using CMOS Logic
Introduction In this article we have discussed about the Design of Analog to Digital Converter Using CMOS Logic. The biggest advantage in Digital circuits and digital signals as compared to analog circuits and signals is the processing speed and efficient Read More …