Contents Types of digital circuit Combinational circuit Block diagram of combinational circuit Sum of product form Product of sum form Standard SOP form Standard POS form Conversion of non standard SOP to standard SOP Conversion of non standard POS to standard POS Minterm and Maxterm
Types of circuits In digital Electronics Two types of circuits 1. combinational circuit 2. sequential circuit
Introduction of Combinational circuit a circuit whose output is dependent only on the state of its inputs The output of combinational circuit at any instant of time, depends only on the levels present at input terminals. The combinational circuit do not use any memory. The previous state of input does not have any effect on the present state of the circuit. A combinational circuit can have an n number of inputs and m number of outputs. for example: Adder, subtractor,encoder , decoder, multiplexer and demultiplexer .
Block Diagram of Combinational Logic Circuit
3.1 Standard Boolean representation Sum of Product (SOP) & Product of Sum (POS), Maxterm and Minterm , Conversion between SOP and POS forms, Realization using NAND/NOR gates. Unit outcome: Develop logic circuits in standard SOP/POS form for the given logical expression.
Standard Any logical expression can be expressed in the following two forms: Sum of Product (SOP) Form Product of Sum (POS) Form
Sum of product form ( SOP form) of logical expression
Product of Sum form(POS form) of logical expression
Standard or canonical form means? A logic expression is said to be in the standard (or canonical) SOP or POS form if each product term (for SOP) and sum term (for POS) consists of all the literals in their complemented or uncomplemented form. std. SOP form std. POS form
Example:
Conversion of non standard SOP form to Standard SOP Steps: 1. Write down all the terms. 2. If one or more variables are missing in any product term, expand the term by multiplying it with the sum of each one of the missing variable and its complement . 3. Drop out the redundant terms
Conversion of non standard SOP expression in to standard SOP form
Continued---
Example: convert the following expression into canonical SOP form A+BCD ABC+BD
Convert the expression into canonical POS form 1. Y=(A+B)(A+C)(B+C) 2. Y=(A+B)(A+C)
Conversion of POS form to Standard POS Steps: 1. Write down all the terms. 2. If one or more variables are missing in any sum term, expand the term by adding the products of each one of the missing variable and its complement . 3. Drop out the redundant terms
Example
Continued--
minterm and Maxterm
minterm and Maxterm A minterm is a Boolean expression resulting in 1 for the output of a single cell, and s for all other cells in a Karnaugh map, or truth table. If a minterm has a single 1 and the remaining cells as s, it would appear to cover a minimum area of 1 s. minterm ABC a single product term, as a single 1 in a map A Maxterm is a Boolean expression resulting in a for the output of a single cell expression, and 1 s for all other cells in the Karnaugh map, or truth table. Maxterm (A+B+C) , a single sum term, as a single in a map
Minterm
Maxterm
Minterm & Maxterm
Minterm
Maxterm
K-Map Reduction Technique
K-map reduction technique for the Boolean expression
K-map
Cell number assignment
K-map
K-map
K-map
K-map
K-map
K-map
K-map
K-map
Representation of Standard SOP form expression on K-map