Presentation is loading. Please wait.

Presentation is loading. Please wait.

 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.

Similar presentations


Presentation on theme: " In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these."— Presentation transcript:

1

2  In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these devices contain only a maximum of 10 transistorized components inside, these chips normally contain a function used in boolean algebra. Switching functions using boolean algebra is the simplest operation used in digital circuits, since it only involves a zero (0) and a one (1) much like the false (if zero) and true (if one) signals of boolean algebra

3  This type of gate accepts a single input (either a logic ‘0’ or a logic ‘1’) and inverts the signal. YA

4  The truth table for that gate is summarized as follows:  In equation formY = A INPUT (A) OUTPUT (Y) ‘0’‘1’ ‘0’

5  This type of gate has two or more inputs, and if we follow simple logic, this implies the statement if any among the list is false, then the expression is false. 

6  The truth table for that gate is summarized as follows:  In equation form Y = A ● B  One can extend this to n inputs by using the following equationY = A ● B ● C ……. AND GATE INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’‘0’ ‘1’‘0’ ‘1’

7  This is type of gate has two or more inputs, and if we follow simple logic, this implies the statement if any among the list is true, then the expression is true. A B Y

8  The truth table for that gate is summarized as follows:  In equation formY = A + B  One can extend this to n inputs by using the following equationY = A + B + C ……. INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’ ‘0’‘1’

9  This type of gate has two or more inputs, and it does the opposite of the AND gate. if any among the list is false, then the expression is true.

10  The truth table for that gate is summarized as follows:  In equation formY = A ● B  One can extend this to n inputs by using the following equationY = A ● B ● C ……. INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’ ‘0’‘1’ ‘0’‘1’ ‘0’

11  This type of gate has two or more inputs, and it does the opposite of OR. if any among the list is true, then the expression is false

12  The truth table for that gate is summarized as follows:  In equation formY = A + B  One can extend this to n inputs by using the following equationY = A + B + C ……. INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’‘0’ ‘1’‘0’’‘0’ ‘1’ ‘0’

13  This type of gate has two or more inputs, and it follows the exclusive OR Logic. This mean if the inputs are similar, the output is ‘0’. If the inputs are not similar then the output is ‘1’.

14  The truth table for that gate is summarized as follows:  In equation formY = A B  One can extend this to n inputs by using the following equationY = A B C ……. INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’ ‘0’‘1’ ‘0’

15  This type of gate has two or more inputs, and it does the opposite or XOR. This mean if the inputs are not similar, the output is ‘0’. If the inputs are similar then the output is ‘1’.

16  The truth table for that gate is summarized as follows:  In equation formY = A B  One can extend this to n inputs by using the following equationY = A B C ……. INPUT (A) INPUT (B) OUTPUT (Y) ‘0’ ‘1’ ‘0’‘1’‘0’ ‘1’‘0’ ‘1’ ’1’

17


Download ppt " In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these."

Similar presentations


Ads by Google