Manish Kumar Saini has Published 958 Articles

Positional Number System

Manish Kumar Saini

Manish Kumar Saini

Updated on 10-Jan-2023 11:13:46

13K+ Views

A number is a method used for representing an arithmetic value, measure, or count, of a physical quantity. A number system is defined as a method of naming and representing numbers. The concept of number system helps in defining the rules associated with the numbers and different operations on numbers. ... Read More

Build an Inverter with a Transistor

Manish Kumar Saini

Manish Kumar Saini

Updated on 10-Jan-2023 10:15:04

8K+ Views

In this tutorial, we will discuss the realization of an inverter (NOT gate) with a transistor. But before that let's have a look into the basics of inverter or NOT gate. What is an Inverter (NOT Gate)? An inverter is a single input and single output logic gate that toggles ... Read More

Realization of a Full Subtractor using NAND gate

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 18:30:18

21K+ Views

In digital electronics, a subtractor is a combinational logic circuit that performs the subtraction of two binary numbers. However, the subtraction of binary number can be performed using adder circuits by taking 1s or 2s compliments. But, we may also realize a dedicate circuit to perform the subtraction of two ... Read More

Positive and Negative Logic in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 18:27:33

24K+ Views

In digital electronics, a logic or logic function is one that follows the rules that governs a logical statement. Logics are implemented by using switching networks, where a switching network is one that is designed by interconnecting a finite number of switches. Example − Let "𝒚" is a logic function, ... Read More

OR Gate Using Diode Resistor Logic

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 18:25:01

5K+ Views

A logic gate is a digital electronic circuit that is used to implement different kinds of logical and comparison operations. We have several types of logic gates such as OR Gate, AND Gate, NOT Gate, NAND Gate, NOR Gate, etc. In this article, we will discuss the realization of OR ... Read More

Karnaugh Map and its Limitations

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 18:20:39

10K+ Views

What is Karnaugh Map? In realization of digital electronic systems, the simplification of Boolean expressions is one of the most crucial steps because it reduces the hardware complexity and cost of production. There are several tools and methods available for simplifying complex Boolean expression. K-Map or Karnaugh Map is one ... Read More

Half Adder with NAND Gates

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 18:08:59

27K+ Views

In digital electronics, there are different types of logic circuits used to perform different kinds of arithmetic operations. One of them is adder. Adder (or Binary Adder) is a combinational logic circuit that performs the addition of two or more binary numbers and gives an output sum. There are two ... Read More

Full Adder with NAND Gates

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 17:56:04

32K+ Views

In digital electronics, there are different types of logic circuits used to perform different kinds of arithmetic operations. One of them is adder. Adder (or Binary Adder) is a combinational logic circuit that performs the addition of two or more binary numbers and gives an output sum. There are two ... Read More

Adders and Subtractors in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 17:39:27

33K+ Views

In digital electronics, adders and subtractors both are the combinational logic circuits (a combinational logic circuit is one whose output depends only on the present inputs, but not on the past outputs) that can add or subtract numbers, more specifically binary numbers. Adders and subtractors are the crucial parts of ... Read More

3 Variable K-Map in Digital Electronics

Manish Kumar Saini

Manish Kumar Saini

Updated on 26-Dec-2022 17:31:17

9K+ Views

A K-Map or Karnaugh Map is a graphical method that used for simplifying the complex algebraic expressions in Boolean functions. This method avoid the use of complex theorems and equations manipulations. A K-Map is basically a special form of a truth table that can easily map out the values of ... Read More

Advertisements