Found 158 Articles for Electrical Engineering

Basic CMOS Logic Gates

Manish Kumar Saini
Updated on 26-Jul-2023 17:01:23

2K+ Views

What is a Logic Gate? In digital circuits, a logic gate is a fundamental element of the digital circuit or system, that performs a specific logical operation. A logic gates typically has one or more inputs and only one output. The output of the logic gate is related to the inputs based on a certain logic. Some commonly used logic gates are: AND Gate, OR Gate, NOT Gate, NAND Gate, and NOR Gate. What is CMOS Technology? CMOS, Complementary Metal Oxide Semiconductor, is a predominant technology used for manufacturing integrated circuits (ICs). This technology is widely used for manufacturing a ... Read More

Block Coding in Digital Electronics

Manish Kumar Saini
Updated on 17-Jul-2023 17:16:02

2K+ Views

In digital electronics, block coding is a technique of encoding data into a specific format. It is mainly used to detect and correct errors occurred in the information during transmission and storage. This is done by adding a block code of redundant information to the main data. Block coding is mainly employed to create a robust method of data transmission and storage. In the block coding, data is encoded by splitting it into multiple blocks of a fixed size and applying encoding techniques to each of these blocks separately. In block coding, the input data is taken ... Read More

Bipolar-Output D/A Converters

Manish Kumar Saini
Updated on 17-Jul-2023 17:18:51

264 Views

In digital electronics, a D/A converter, also called Digital-to-Analog Converter, is an electronic device that converts digital signal inputs into analog signal outputs. Depending on the polarity of output signals, D/A converters can be classified into two types namely, Unipolar-Output D/A Converters and Bipolar-Output D/A Converters. A unipolar-output D/A converter can produce only positive analog signals as output, whereas a bipolar-output D/A converter can produce both positive and negative analog signals as output. In this tutorial, we will discuss bipolar-output D/A converts, along with their construction, types, working, advantages, and applications. So, let’s start with the basic definition ... Read More

Binary Weighted Resistor DAC

Manish Kumar Saini
Updated on 17-Jul-2023 16:45:11

6K+ Views

A DAC or Digital to Analog Converter is an electronic circuit that converts a digital input signal into an analog output signal. DACs are essential devices widely used in signal processing and communication systems. A digital to analog converter accepts signal input in the form of binary digits, i.e. 0 and 1 and generates output in the form of a continuous signal. Types of Digital-to-Analog Converters Based on construction and working principle, DACs are mainly classified into the following two types: Binary Weighted Resistor DAC ... Read More

Difference between Analytical Engine and Difference Engine

Manish Kumar Saini
Updated on 16-May-2023 15:23:50

2K+ Views

Difference engine and analytical engine are the two mechanical computing devices invented by the English mathematician Charlese Babbage (Father of Computer) in the 19th century. The fundamental difference between difference engine and analytical engine is that the difference engine can perform basic arithmetic operations like addition, subtraction, multiplication, and division, while the analytical engine can perform more complex operations like trigonometric functions, logarithmic functions, etc. Both difference engine and analytical engine together laid the foundation of modern computing. In this article, we will discuss the important differences between analytical engine and difference engine. But before discussing the differences, let ... Read More

Difference between Volt and Amp

Md. Sajid
Updated on 02-May-2023 11:45:59

324 Views

Voltage and amperage are both significant topics in electrical engineering. While they are related, they are relevant to different electrical circuit features. Voltage and current are two important electrical concepts. Voltage, measured in volts (V), is the potential difference between two points in a circuit that drives current flow. The flow of electric charge through a conductor is referred to as current, which is measured in amperes (A or amps). Read this article to find out more about Volt and Amp and how they are different from each other. What is Volt? Voltage is a fundamental term in electricity that ... Read More

Synchronous or Clocked S-R Flip-Flop

Manish Kumar Saini
Updated on 25-Apr-2023 16:19:06

8K+ Views

In digital electronics, a flip-flop is a most elementary memory element used in several electronic circuit to store 1-bit information. A flip-flop is a basically a bistable multivibrator having two stable states. Flip-flops are made up of an interconnection of logic gates. However, a logic gate itself does not storage capability, but when several logic gates are arranged in a specific manner, they can store information. Also, flip-flop is the most fundamental building block of sequential logic circuits. The block diagram representation of a typical flip-flop is shown in Figure-1. A flip-flop has one or more inputs and two ... Read More

Race-around Condition in JK Flip-flop

Manish Kumar Saini
Updated on 25-Apr-2023 16:18:01

22K+ Views

Let's start this article with a brief introduction of JK flip-flop and its block diagram and truth table, before moving on to discuss the race-around condition. JK Flip-Flop JK flip-flops is a one-bit storage device which has two stable states. The block diagram representation of a JK flip-flops is shown in Figure-1. It has two inputs specified by "J" and "K", one clock input for synchronization of the circuit, and two outputs represented by Q and Q'. When clock signal is absent, the output of the JK flip-flop is independent of the inputs J and K. When the clock ... Read More

Priority Encoder in Digital Electronics

Manish Kumar Saini
Updated on 22-Aug-2023 12:27:27

7K+ Views

In digital electronics, an encoder is a combinational logic circuit which accepts inputs as decimal digits and alphabetic characters, and produces the outputs as the coded representation of the inputs. In other words, an electronic combinational circuit that converts numbers and symbols into their corresponding coded format is called an encoder. The operation performed by the encoder is called encoding which is a process of converting familiar numbers and characters into their equivalent codes. An encoder has 2n input lines and n-output lines. At a time, only one of the 2n input lines is activated. The coded output of the ... Read More

Multiple Digit Decimal Display (4 Digits)

Manish Kumar Saini
Updated on 22-Aug-2023 12:25:12

201 Views

What is a Multiple Digit Decimal Display? A type of electronic display which is used to show multiple digits of decimal numbers is called a multiple digit decimal display. A most extensively used type of multiple digit decimal display in digital systems is a 4-digit display. The 4-digitl display is able to display decimal numbers between 0 and 9999 (largest 4 digit number). The most common application of these multiple digit decimal displays is in digital calculators, digital watches and clocks, and in many other electronic devices that need to display information in the form of decimal numbers. Let us ... Read More

Advertisements