A Counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship to… Read More
Category Archives: Digital Logic
In many digital circuits and practical problems we need to find expression with minimum variables. We can minimize Boolean expressions of 3, 4 variables very… Read More
A half subtractor is a digital logic circuit that performs binary subtraction of two single-bit binary numbers. It has two inputs, A and B, and… Read More
Introduction: A half adder is a digital logic circuit that performs binary addition of two single-bit binary numbers. It has two inputs, A and B,… Read More
There are posts on representation of floating point format. The objective of this article is to provide a brief introduction to floating point format. The… Read More