Ee101 DGTL 1
Ee101 DGTL 1
M. B. Patil
[email protected] Department of Electrical Engineering Indian Institute of Technology Bombay
Digital circuits
1
high low
analog signal
digital signal
Digital circuits
1
high low
analog signal
digital signal
* For an analog signal x (t ), the actual value (a real number) at a given time is important.
Digital circuits
1
high low
analog signal
digital signal
* For an analog signal x (t ), the actual value (a real number) at a given time is important. * A digital signal, on the other hand, is binary in nature, i.e., it takes on only two values: low (0) or high (1).
Digital circuits
1
high low
analog signal
digital signal
* For an analog signal x (t ), the actual value (a real number) at a given time is important. * A digital signal, on the other hand, is binary in nature, i.e., it takes on only two values: low (0) or high (1). * Although we have shown 0 and 1 as constant levels, in reality, that is not required. Any value in the low (high) band will be interpreted as 0 (1) by digital circuits.
Digital circuits
1
high low
analog signal
digital signal
* For an analog signal x (t ), the actual value (a real number) at a given time is important. * A digital signal, on the other hand, is binary in nature, i.e., it takes on only two values: low (0) or high (1). * Although we have shown 0 and 1 as constant levels, in reality, that is not required. Any value in the low (high) band will be interpreted as 0 (1) by digital circuits. * The denition of low and high bands depends on the technology used, such as TTL (Transitor-Transitor Logic), CMOS (Complementary MOS), ECL (Emitter-Coupled Logic), etc.
VCC
4
Vo (Volts)
RC
C
3 2 1 0
Vo
RB Vi
B E
Vi (Volts)
VCC
4
Vo (Volts)
RC
C
3 2 1 0
Vo
RB Vi
B E
Vi (Volts)
VCC
4
Vo (Volts)
RC
C
3 2 1 0
Vo
RB Vi
B E
Vi (Volts)
* If Vi is low (0), Vo is high (1). If Vi is high (1), Vo is low (0). * The circuit is called an inverter because it inverts the logic level of the input. If the input is 0, it makes the output 1, and vice versa.
VCC
4
Vo (Volts)
RC
C
3 2 1 0
Vo
RB Vi
B E
Vi (Volts)
* If Vi is low (0), Vo is high (1). If Vi is high (1), Vo is low (0). * The circuit is called an inverter because it inverts the logic level of the input. If the input is 0, it makes the output 1, and vice versa. * Digital circuits are made using a variety of devices. The simple BJT inverter we have shown should only be considered as an illustrative circuit.
VCC
4
Vo (Volts)
RC
C
3 2 1 0
Vo
RB Vi
B E
Vi (Volts)
* If Vi is low (0), Vo is high (1). If Vi is high (1), Vo is low (0). * The circuit is called an inverter because it inverts the logic level of the input. If the input is 0, it makes the output 1, and vice versa. * Digital circuits are made using a variety of devices. The simple BJT inverter we have shown should only be considered as an illustrative circuit. * Most of the VLSI circuits today employ the MOS technology because of the high packing density and low power consumption it oers.
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
* A major advantage of digital systems is that, even if the original data gets distorted (e.g., in transmitting through optical bre or storing on a CD) due to noise, attenuation, etc., it can be retrieved easily.
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
* A major advantage of digital systems is that, even if the original data gets distorted (e.g., in transmitting through optical bre or storing on a CD) due to noise, attenuation, etc., it can be retrieved easily. * There are several other benets of using digital representation:
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
* A major advantage of digital systems is that, even if the original data gets distorted (e.g., in transmitting through optical bre or storing on a CD) due to noise, attenuation, etc., it can be retrieved easily. * There are several other benets of using digital representation: - can use computers to process the data.
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
* A major advantage of digital systems is that, even if the original data gets distorted (e.g., in transmitting through optical bre or storing on a CD) due to noise, attenuation, etc., it can be retrieved easily. * There are several other benets of using digital representation: - can use computers to process the data. - can store in a variety of storage media.
Digital circuits
V1
V2 Vref
V2 V3 Vref
V3
* A major advantage of digital systems is that, even if the original data gets distorted (e.g., in transmitting through optical bre or storing on a CD) due to noise, attenuation, etc., it can be retrieved easily. * There are several other benets of using digital representation: - can use computers to process the data. - can store in a variety of storage media. - can program the functionality. For example, the behaviour of a digital lter can be changed simply by changing its coecients.
Logical operations
Operation
NOT
AND
OR
Gate
Truth table
Notation
Logical operations
Operation
NOT
AND
OR
Gate
X Truth table 0 1
Y 1 0
Notation
Y=A
Logical operations
Operation
NOT
AND
OR
Gate
A B
A B 0 1 0 1 Y 0 0 0 1
X Truth table 0 1
Y 1 0
0 0 1 1
Notation
Y=A
Y= AB = AB
Logical operations
Operation
NOT
AND
OR
Gate
A B
A B 0 1 0 1 Y 0 0 0 1
A B
A 0 0 1 1 B 0 1 0 1 Y 0 1 1 1
X Truth table 0 1
Y 1 0
0 0 1 1
Notation
Y=A
Y= AB = AB
Y=A+B
Logical operations
Operation
NAND
NOR
XOR
Gate
Truth table
Notation
Logical operations
Operation
NAND
NOR
XOR
Gate
A B
A 0 B 0 1 0 1 Y 1 1 1 0
Truth table
0 1 1
Notation
Y= AB = AB
Logical operations
Operation
NAND
NOR
XOR
Gate
A B
A 0 B 0 1 0 1 Y 1 1 1 0
A B
A 0 0 1 1 B 0 1 0 1 Y 1 0 0 0
Truth table
0 1 1
Notation
Y= AB = AB
Y= A+B
Logical operations
Operation
NAND
NOR
XOR
Gate
A B
A 0 B 0 1 0 1 Y 1 1 1 0
A B
A 0 0 1 1 B 0 1 0 1 Y 1 0 0 0
A B
A 0 0 1 1 B 0 1 0 1 Y 0 1 1 0
Truth table
0 1 1
Notation
Y= AB = AB
Y= A+B
Y=AB = AB + AB
Logical operations
Logical operations
Logical operations
* The AND operation is commutative. A B = B A. * The AND operation is associative. (A B ) C = A (B C ). * The OR operation is commutative. A + B = B + A.
Logical operations
* The AND operation is commutative. A B = B A. * The AND operation is associative. (A B ) C = A (B C ). * The OR operation is commutative. A + B = B + A. * The OR operation is associative. (A + B ) + C = A + (B + C ).
* Theorem: A = A.
Therefore, for all possible values that A can take (i.e., 0 and 1), A is the same as A. A = A.
Therefore, for all possible values that A can take (i.e., 0 and 1), A is the same as A. A = A. * Similarly, the following theorems can be proved: A+0=A A+1=1 A+A=A A+A=1 A1=A A0=0 AA=A AA=0
Therefore, for all possible values that A can take (i.e., 0 and 1), A is the same as A. A = A. * Similarly, the following theorems can be proved: A+0=A A+1=1 A+A=A A+A=1 A1=A A0=0 AA=A AA=0
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B
A+B
AB
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B
AB
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
AB
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
AB
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
* Comparing the truth tables for A + B and A B , we conclude that A + B = A B . * Similiarly, A B = A + B . * Similar relations hold for more than two variables, e.g.,
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
* Comparing the truth tables for A + B and A B , we conclude that A + B = A B . * Similiarly, A B = A + B . * Similar relations hold for more than two variables, e.g., A B C = A + B + C,
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
* Comparing the truth tables for A + B and A B , we conclude that A + B = A B . * Similiarly, A B = A + B . * Similar relations hold for more than two variables, e.g., A B C = A + B + C, A + B + C + D = A B C D,
De Morgans theorems
A 0 0 1 1
B 0 1 0 1
A+B 0 1 1 1
A+B 1 0 0 0
A 1 1 0 0
B 1 0 1 0
AB 1 0 0 0
AB 0 0 0 1
AB 1 1 1 0
A+B 1 1 1 0
* Comparing the truth tables for A + B and A B , we conclude that A + B = A B . * Similiarly, A B = A + B . * Similar relations hold for more than two variables, e.g., A B C = A + B + C, A + B + C + D = A B C D, (A + B ) C = (A + B ) + C .
Distributive laws
1. A (B + C ) = A B + A C .
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C A (B + C ) AB AC AB + AC
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) AB AC AB + AC
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) 0 0 0 0 0 1 1 1 AB AC AB + AC
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) 0 0 0 0 0 1 1 1 AB 0 0 0 0 0 0 1 1 AC AB + AC
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) 0 0 0 0 0 1 1 1 AB 0 0 0 0 0 0 1 1 AC 0 0 0 0 0 1 0 1 AB + AC
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) 0 0 0 0 0 1 1 1 AB 0 0 0 0 0 0 1 1 AC 0 0 0 0 0 1 0 1 AB + AC 0 0 0 0 0 1 1 1
Distributive laws
1. A (B + C ) = A B + A C . A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 B +C 0 1 1 1 0 1 1 1 A (B + C ) 0 0 0 0 0 1 1 1 AB 0 0 0 0 0 0 1 1 AC 0 0 0 0 0 1 0 1 AB + AC 0 0 0 0 0 1 1 1
Distributive laws
2. A + B C = (A + B ) (A + C ).
Distributive laws
Distributive laws
Distributive laws
Distributive laws
Distributive laws
Distributive laws
Distributive laws
Useful theorems
Useful theorems
* A + A B = A. To prove this theorem, we can follow two approaches: (a) Construct truth tables for LHS and RHS for all possible input combinations, and show that they are the same.
Useful theorems
* A + A B = A. To prove this theorem, we can follow two approaches: (a) Construct truth tables for LHS and RHS for all possible input combinations, and show that they are the same. (b) Use identities and theorems stated earlier to show that LHS=RHS.
Useful theorems
* A + A B = A. To prove this theorem, we can follow two approaches: (a) Construct truth tables for LHS and RHS for all possible input combinations, and show that they are the same. (b) Use identities and theorems stated earlier to show that LHS=RHS. A + AB = A 1 + A B = A (1 + B ) = A (1) =A
Useful theorems
* A + A B = A. To prove this theorem, we can follow two approaches: (a) Construct truth tables for LHS and RHS for all possible input combinations, and show that they are the same. (b) Use identities and theorems stated earlier to show that LHS=RHS. A + AB = A 1 + A B = A (1 + B ) = A (1) =A * A (A + B ) = A .
Useful theorems
* A + A B = A. To prove this theorem, we can follow two approaches: (a) Construct truth tables for LHS and RHS for all possible input combinations, and show that they are the same. (b) Use identities and theorems stated earlier to show that LHS=RHS. A + AB = A 1 + A B = A (1 + B ) = A (1) =A * A (A + B ) = A . Proof: A (A + B ) = A A + A B = A + AB =A
Duality
A + AB = A
A (A + B ) = A .
Duality
A + AB = A
A (A + B ) = A .
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved).
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved). A (A + B ) = A .
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved). A (A + B ) = A . Similarly, consider A + A = 1, with (+ .) and (1 0).
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved). A (A + B ) = A . Similarly, consider A + A = 1, with (+ .) and (1 0). Dual of LHS = A A.
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved). A (A + B ) = A . Similarly, consider A + A = 1, with (+ .) and (1 0). Dual of LHS = A A. Dual of RHS = 0.
Duality
A + AB = A
A (A + B ) = A .
Note the duality between OR and AND. Dual of A + A B (LHS): A B A + B A + A B A (A + B ). Dual of A (RHS) = A (since there are no operations ivolved). A (A + B ) = A . Similarly, consider A + A = 1, with (+ .) and (1 0). Dual of LHS = A A. Dual of RHS = 0. A A = 0.
Useful theorems
* A + A B = A + B.
Useful theorems
Useful theorems
Useful theorems
* A + A B = A + B. Proof: A + A B = (A + A) (A + B ) = 1 (A + B ) =A+B Dual theorem: A (A + B ) = A B . * A B + A B = A. Proof: A B + A B = A (B + B ) =A1 =A (by distributive law) (by distributive law)
Dual theorem: (A + B ) (A + B ) = A.
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date).
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai.
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C .
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C . However, this actually means, I will be in Mumbai or in Chennai or both.
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C . However, this actually means, I will be in Mumbai or in Chennai or both. Clearly, the English OR is not the same as the logical OR. The correct logical expression would be A = MC + C M .
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C . However, this actually means, I will be in Mumbai or in Chennai or both. Clearly, the English OR is not the same as the logical OR. The correct logical expression would be A = MC + C M . In some cases, a simple logical OR would be ne, e.g., A: You will nd Mr. Tandon or Mr. Gawai in the lab (at this time).
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C . However, this actually means, I will be in Mumbai or in Chennai or both. Clearly, the English OR is not the same as the logical OR. The correct logical expression would be A = MC + C M . In some cases, a simple logical OR would be ne, e.g., A: You will nd Mr. Tandon or Mr. Gawai in the lab (at this time). Dene T : You will nd Mr. Tandon in the lab (at this time). G : You will nd Mr. Gawai in the lab (at this time).
Let A be the statement, I will be in Mumbai or I will be in Chennai (on a certain date). Dene M I will be in Mumbai, and C I will be in Chennai. Simply translating the English OR to logical OR leads to A = M + C . However, this actually means, I will be in Mumbai or in Chennai or both. Clearly, the English OR is not the same as the logical OR. The correct logical expression would be A = MC + C M . In some cases, a simple logical OR would be ne, e.g., A: You will nd Mr. Tandon or Mr. Gawai in the lab (at this time). Dene T : You will nd Mr. Tandon in the lab (at this time). G : You will nd Mr. Gawai in the lab (at this time). In this case, A = T + G is valid.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met:
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets).
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
I =T +TW +TS
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
A game of words
In an India-Australia match, India will win if one or more of the following conditions are met: (a) Tendulkar scores a century. (b) Tedulkar does not score a century AND Warne fails (to get wickets). (c) Tedulkar does not score a century AND Sehwag scores a century. Let T S W I Tendulkar scores a century. Sehwag scores a century. Warne fails. India wins.
I =T +TW +TS =T +T +TW +TS = (T + T W ) + (T + T S ) = (T + T ) (T + W ) + (T + T ) (T + S ) =T +W +T +S =T +W +S i.e., India will win if one or more of the following hold: (a) Tendulkar strikes, (b) Warne fails, (c) Sehwag strikes.
This form is called the sum of products form (sum corresponding to OR and product corresponding to AND).
This form is called the sum of products form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for X in a systematic manner:
This form is called the sum of products form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for X in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities.
This form is called the sum of products form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for X in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities. (2) Tabulate X1 = A B C , etc. Note that X1 is 1 only if A = B = C = 1 (i.e., A = 0, B = 1, C = 0), and 0 otherwise.
This form is called the sum of products form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for X in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities. (2) Tabulate X1 = A B C , etc. Note that X1 is 1 only if A = B = C = 1 (i.e., A = 0, B = 1, C = 0), and 0 otherwise. (3) Since X = X1 + X2 + X3 + X4 , X is 1 if any of X1 , X2 , X3 , X4 is 1; else X is 0. tabulate X .
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 X2 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 1 X1 X2 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 1 X2 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 1 X3 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 0 0 0 0 1 0 0 0 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 0 0 0 0 1 0 0 0 1 X4 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 0 0 0 0 1 0 0 0 X4 0 0 0 0 0 0 1 0 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 0 0 0 0 1 0 0 0 X4 0 0 0 0 0 0 1 0 1 1 1 1 X
X = X1 + X2 + X3 + X4 = A B C + A B C + A B C + A B C A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 X1 0 0 1 0 0 0 0 0 X2 0 0 0 1 0 0 0 0 X3 0 0 0 0 1 0 0 0 X4 0 0 0 0 0 0 1 0 X 0 0 1 1 1 0 1 0
This form is called the product of sums form (sum corresponding to OR and product corresponding to AND).
This form is called the product of sums form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for Y in a systematic manner:
This form is called the product of sums form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for Y in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities.
This form is called the product of sums form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for Y in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities. (2) Tabulate Y1 = A + B + C , etc. Note that Y1 is 0 only if A = B = C = 0; Y1 is 1 otherwise.
This form is called the product of sums form (sum corresponding to OR and product corresponding to AND). We can construct the truth table for Y in a systematic manner: (1) Enumerate all possible combinations of A, B , C . Since each of A, B , C can take two values (0 or 1), we have 23 possibilities. (2) Tabulate Y1 = A + B + C , etc. Note that Y1 is 0 only if A = B = C = 0; Y1 is 1 otherwise. (3) Since Y = Y1 Y2 Y3 Y4 , Y is 0 if any of Y1 , Y2 , Y3 , Y4 is 0; else Y is 1. tabulate Y .
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 Y2 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 Y2 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 0 Y2 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 0 Y3 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 0 Y4 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 Y4 1 1 1 1 1 1 1 0 Y
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 Y4 1 1 1 1 1 1 1 0 0 0 Y 0 0
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 Y4 1 1 1 1 1 1 1 0 Y 0 0 1 1 1 0 1 0
Y = Y1 Y2 Y3 Y4 = (A + B + C) (A + B + C) (A + B + C) (A + B + C) A 0 0 0 0 1 1 1 1 B 0 0 1 1 0 0 1 1 C 0 1 0 1 0 1 0 1 Y1 0 1 1 1 1 1 1 1 Y2 1 0 1 1 1 1 1 1 Y3 1 1 1 1 1 0 1 1 Y4 1 1 1 1 1 1 1 0 Y 0 0 1 1 1 0 1 0
Note that Y is identical to X (seen two slides back). This is an example of how the same function can be written in two seemingly dierent forms (in this case, the sum-of-products form and the product-of-sums form).
Consider a function X of three variables A, B , C : X = AB C + AB C + AB C This form is called the standard sum-of-products form, and each individual term (consisting of all three variables) is called a minterm.
Consider a function X of three variables A, B , C : X = AB C + AB C + AB C This form is called the standard sum-of-products form, and each individual term (consisting of all three variables) is called a minterm. In the truth table for X , the numbers of 1s is the same as the number of minterms, as we have seen in an example.
Consider a function X of three variables A, B , C : X = AB C + AB C + AB C This form is called the standard sum-of-products form, and each individual term (consisting of all three variables) is called a minterm. In the truth table for X , the numbers of 1s is the same as the number of minterms, as we have seen in an example. X can be rewritten as, X = A B C + A B (C + C ) = A B C + A B.
Consider a function X of three variables A, B , C : X = AB C + AB C + AB C This form is called the standard sum-of-products form, and each individual term (consisting of all three variables) is called a minterm. In the truth table for X , the numbers of 1s is the same as the number of minterms, as we have seen in an example. X can be rewritten as, X = A B C + A B (C + C ) = A B C + A B. This is also a sum-of-products form, but not the standard one.
Consider a function X of three variables A, B , C : X = (A + B + C ) (A + B + C ) (A + B + C ) This form is called the standard product-of-sums form, and each individual term (consisting of all three variables) is called a maxterm.
Consider a function X of three variables A, B , C : X = (A + B + C ) (A + B + C ) (A + B + C ) This form is called the standard product-of-sums form, and each individual term (consisting of all three variables) is called a maxterm. In the truth table for X , the numbers of 0s is the same as the number of maxterms, as we have seen in an example.
Consider a function X of three variables A, B , C : X = (A + B + C ) (A + B + C ) (A + B + C ) This form is called the standard product-of-sums form, and each individual term (consisting of all three variables) is called a maxterm. In the truth table for X , the numbers of 0s is the same as the number of maxterms, as we have seen in an example. X can be rewritten as, X = (A + B + C ) (A + B + C ) (A + B + C ) = (A + B + C ) (A + C + B ) (A + C + B ) = (A + B + C ) (A + C + B B ) = (A + B + C ) (A + C ).
Consider a function X of three variables A, B , C : X = (A + B + C ) (A + B + C ) (A + B + C ) This form is called the standard product-of-sums form, and each individual term (consisting of all three variables) is called a maxterm. In the truth table for X , the numbers of 0s is the same as the number of maxterms, as we have seen in an example. X can be rewritten as, X = (A + B + C ) (A + B + C ) (A + B + C ) = (A + B + C ) (A + C + B ) (A + C + B ) = (A + B + C ) (A + C + B B ) = (A + B + C ) (A + C ). This is also a product-of-sums form, but not the standard one.
Note that we have a new entity called X in the truth table. X can be 0 or 1 (it does not matter) and is therefore called the dont care condition.
Note that we have a new entity called X in the truth table. X can be 0 or 1 (it does not matter) and is therefore called the dont care condition. Dont care conditions can often be used to get a more ecient implementation of a logical function.