by Tarun Agarwal 3 years ago USB Protocol : Architecture, Working, Synchronisation, DataFormat & Its Applications The USB protocol or universal serial bus was first developed and launched by Ajay V.Bhatt from Intel in the year 1996. This USB is replaced different kinds of serial & parallel ports for transferring data in between a computer as well...
by Tarun Agarwal 3 years ago PISO Shift Register : Working, Circuit ,Timing diagram, Verilog code & Its Applications We know that a Flip flop is used to store a single binary data bit but if we want to store multiple data bits then several FFs are required. So a shift register includes a set of FFs used for storing multiple data bits by connecting them...
by Tarun Agarwal 3 years ago What is Binary Division : Algorithm, Examples & Its Working There are four types of arithmetic operations that can be performed on binary and decimal number systems addition (Add), subtraction (Sub), multiplication (Mul) & division(Div). A base-2 number system or binary number system is simply...
by Tarun Agarwal 3 years ago What is SISO Shift Register : Working, Truth table, Circuit diagram & Its Applications Generally, a Flip Flop is used to store one data bit. If we want to store multiple data buts, we require a number of flip-flops. So, the set of flip-flops is called a register which is used to shift the bits. There are different kinds of...
by Tarun Agarwal 3 years ago What is PIPO Shift Register : Working, Truth Table, Circuit Diagram & Its Applications A shift register is one type of sequential logic circuit where its output mainly depends on its input & previous output. This register includes a set of Flip Flops where these are connected within cascade which means, one FF output...
by Tarun Agarwal 3 years ago What is Bidirectional Shift Register : Working & Its Applications A flip flop (FF) is a device used mainly for storing a single binary data bit either 0 or 1. But to store several bits of data, we require several FFs. So n-bits of data can be stored by connecting a number of flip-flops. A Register is...
by Tarun Agarwal 3 years ago What is Point Contact Diode : Working & Its Applications In 1930 during world war-II, point-contact diodes were implemented. At present, these diodes are used normally in the range of 3 to 30 gigahertz. Point contact diodes are the old microwave semiconductor devices that are used in microwave...
by Tarun Agarwal 3 years ago BSS138 MOSFET : Working & Its Applications From many years we know various 3.3Volts devices such as ESP8266, ESP32, HC-05 Bluetooth module, Nokia 5110 LCD, BMP180 barometric pressure sensor, etc. To connect a 3.3V SPI or I2C 3.3 Volts to a 5 Volts device like Arduino which supports...
by Tarun Agarwal 3 years ago BAT54A Schottky Diode : Pin Configuration & Its Applications The Schottky diode is one type of metal-semiconductor diode with a low voltage drop of 0.15V to 0.45V and a very high switching speed. These are also called Schottky barrier diodes or hot-carrier Schottky diodes. These diodes are used in...
by Tarun Agarwal 3 years ago What is Binary Multiplier : Working & Its Applications In digital systems, combinational logic circuits such as a binary multiplier, binary adder, binary subtractor, and binary division are used to perform binary arithmetic operations like multiplication, addition, subtraction, and division...