Parallel Switch

In Boolean algebra, a sum term is a sum of literals.
In logic circuits, a sum term is produced by an OR operation with no AND operations involved.
Some examples of sum terms are:
A sum term is equal to
A sum term is equal to
Series Switch

In Boolean algebra, a product term or “minterm” is the product of literals.
In logic circuits, a product term is produced by an AND operation with no OR operations involved. Some examples of product terms are
A product term is equal to 1 only if each of the literals in the term is 1. A product term is equal to 0 when one or more of the literals are 0.
When all input variables appear in each product term, the expression is known as a standard Sum of Product (SOP) expression:
Following expression has input variables A, B, C and D , complete set of variables is not present in the first two expression
Following is a standard SOP (SSOP) expression
|
|
|








Note we see that a double inversion, cancel each other out!
Boolean Equation :
| A | S | |
|---|---|---|
| Truth Table | 0 | 1 |
| 1 | 0 |

The associative laws are also applied to addition and multiplication. For addition, the associative law states
When OR’ing more than two variables, the result is the same regardless of the grouping of the variables.
For multiplication, the associative law states
When ANDing more than two variables, the result is the same regardless of the grouping of the variables.
Z= (A.B).C == A.(B.C)

Z= (A+B)+C == A+(B+C)

The commutative laws are applied to addition and multiplication. For addition, the commutative law states:
In terms of the result, the order in which variables are ORed makes no difference.

For multiplication, the commutative law states:
In terms of the result, the order in which variables are ANDed makes no difference.
The distributive law is the factoring law. A common variable can be factored from an expression just as in ordinary algebra. That is
The distributive law can be illustrated with equivalent circuits:




1- The complement of the product of two variables equals the sum of their complements.

2- The complement of the sum of two variables equals the product of their complements.

If we can reduce the number of gate and yet produce the
same functionality we gain the benefits of:
A specialised format of a truth table facilitating simpler pattern identification
A graphical technique (Pictorial) for simplifying Boolean expressions
Suitable for circuit designs involving a maximum of 4 variables

S=A+B

Step-1: Create the K-map and fill it:
Step-2: Group adjacent 1s: Look for groups of adjacent 1s (1, 2, 4, 8, etc.) in the K-map. Groups can be rectangular in shape and can wrap around the edges of the K-map.
Step-3: Create Sum-of-Products (SOP) terms: Use the grouped 1s to generate simplified terms for the Boolean expression. Each group corresponds to a term in the minimized expression.


S=A


A+B

1




Rule: The grouping of 1s must be horizontal, vertical rectangle, or square and the number of 1s in a group has to be

S=A+B

No, It's wrong as the number of the 1's is 6 and it's not

Ali change it


Note: Always best to create group as larg as possible





A group must only contain 1s, no Os
A group can only be horizontal or vertical, not diagonal
A group must contain
Each group should be as large as possible
Groups may overlap
Groups may wrap around a table
Every 1 must be in at least one group



Last Week we used the 10 LAWs to minimise the expression, like so:
No of variable= 3, then number of cells =





Minimise the follwing using:1- Boolean Algerbra Laws
AND
2- K-MAP
Minimise the follwing using:1- Boolean Algerbra Laws
Minimise the follwing using: