What are synchronous sequential circuits? What are synchronous sequential circuits? Discuss with examples. A sequential circuit is a logical circuit where the output of depends on the present value of the input as well as the sequence of past inputs Read More …
Category: Digital Logic Design
Define fan-in, fan-out, CMOS and TTL logic levels
Define fan-in, fan-out, CMOS and TTL logic levels Define fan-in, fan-out, CMOS and TTL logic levels. Fan in and fan out both are the characteristics of digital ICs or we can say that digital integrated circuits. if we talk about Read More …
How to Design a 4-bit Magnitude Comparator?

How to Design a 4-bit Magnitude Comparator? In this article you will learn about how to design a 4-bit magnitude comparator circuit and how their Boolean function equations are derived. Then I have generalized this concept to n-bit comparator. Also Read More …
How to Draw State Diagram of Sequential Circuit? – Updated

It is actually the graphical representation of logic circuits. The state diagram is a visual representation of how sequential circuits behave. It clearly depicts the transition of states from one state to the next, as well as the output for a given input. Each current state is represented by a circle in this graphic.
Discuss the Binary Counter With Parallel Load?
4-bit Binary Counter With Parallel Load 4-bit binary counter with parallel load. A binary counter is simply circuit which comprises of several flip-flop connected in series for each pulse of input the flip-flop toggled and then this given as input Read More …
What is the difference between fan-in and fan-out? Examples

Fan-in refers to the maximum number of input signals that feed the input equations of a logic cell. Fan-in is a term that defines the maximum number of digital inputs that a single logic gate can accept. Most transistor-transistor logic ( TTL ) gates have one or two inputs, although some have more than two. A typical logic gate has a fan-in of 1 or 2.
System on Chips (SoC) and their Applications

what is an SoC? In this article, I have discussed about System on Chips (SoC) and their Applications. An SoC, or System on a Chip, is a type of integrated circuit that integrates all components of a computer or electronic Read More …
What are the Power Efficient XOR and XNOR Gates?

Introduction What are the Power Efficient XOR and XNOR Gates? The advancement of Gates technology has set down the Plan of Universal logic gates at substantial ranks of abstraction with studies up to Gates. Realizing that circuits for low power Read More …
What is the Radio Equipment Directive (RED)?

Radio Equipment Directive (RED) What is the Radio Equipment Directive? Radio equipment directive is a European Union (EU) directive that sets out essential requirements for radio equipment with the purpose of achieving a high level of health, safety and environmental Read More …
What is the Encoder in Digital Circuits?

What are the Encoder Circuits? What is the Encoder in Digital Circuits? Encoder is an combinational circuit that performs the function of converting Decoder. It has 2 ^ n input lines and ‘n’ output lines, after which it enters data Read More …