Understanding Karnaugh Map
In the previous post, you learned about representing boolean functions as canonical sum of product and canonical product of sum; then you can minimize them… Read More »Understanding Karnaugh Map
In the previous post, you learned about representing boolean functions as canonical sum of product and canonical product of sum; then you can minimize them… Read More »Understanding Karnaugh Map
So far you have seen, gates and truth table, and output of each gates and combinations of gated circuits. The circuit is represented in the… Read More »Boolean Function Minimization Overview
Boolean algebra basics contains a set of axioms, postulates, and theorems. It also contains a set of elements and operators. The operators are called the… Read More »Boolean Algebra Basics
There are some logic gates that are derived from the basic gates such as AND, OR and NOT by combining them into single unit. These… Read More »Derived Logic Gates
In this lesson, you will learn about -logic gates. The logic gates are building blocks of digital circuit to which voltage and current are applied… Read More »Logic Gates
In the previous lesson, we learned about binary codes and how they are used for representing a distinct discrete element of information using 1s and… Read More »Binary-Coded Decimal
Binary codes are used to represent the distinct discrete element of information. They are patterns of 1s and 0s for a computer to understand information… Read More »Binary Codes
In the previous lesson, we learned about number systems – binary, decimal, octal and hexadecimal number systems in detail. Complements are very helpful in performing… Read More »Complements
Numbers are everywhere and used in many places – financial institution, statistics, engineering and so on. Without number system our daily life would be difficult.… Read More »Number Systems