D Flip-flop

10 years ago

D flip-flop means data flip-flop. It is also called delay flip-flop. It has two inputs: normal input D and a…

Shift Registers

10 years ago

Shift register is an array of flip-flops capable of shifting the binary information from any cell to its neighboring cell.…

SR flip-flop

10 years ago

SR flip-flop is one of the most common types of flip-flop. SR stands for Set Reset. It has three inputs…

Binary Subtractor

10 years ago

Binary substractor is a digital circuit that performs subtraction of unsigned binary numbers. Subtraction of number, say B from another…

Binary Adder

10 years ago

Binary adder is a digital circuit that adds two binary numbers and produces the sum. It can be constructed by…

Digital systems

10 years ago

Digital systems are systems that represent and manipulate discrete elements of information represented internally in binary form. A digital system…

Full-Adder

10 years ago

Full-adder is a combinational circuit that can add three bits. The three bits include two significant bits and a previous…

Half-Adder

10 years ago

Half-adder is a simple combinational circuit that can add only two bits together. It is a combination of XOR gate…

Combinational circuit

10 years ago

Combinational Circuit is a combination of digital logic chips. Combinational logic is used to build this kind of circuits. They…

What is software?

10 years ago

Software is a set of programs, documentation and data. It consists of programs, configuration files that explains how to set…