combination of logic gates logic gates can be combined to produce more complex functions. they can...

10

Upload: rudolph-small

Post on 04-Jan-2016

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate
Page 2: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Combination of logic gates Logic gates can be combined to produce

more complex functions.

They can also be combined to substitute one type of gate for another.

Page 3: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Example:

To produce an output Q which is true only when input A is true and input B is false

To do this we can combine a NOT gate and an AND gate like this:

Can you draw the Truth Table??

Page 4: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Truth Table

Page 5: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Working out the function of a combination of gates

Truth tables can be used to work out the function of a combination of gates.

Page 6: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Example

The truth table shows the intermediate outputs D and E as well as the final output Q for the system shown below.

D = NOT (A OR B)E = B AND CQ = D OR E = (NOT (A OR B)) OR (B AND C) 

Page 7: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

Exercise

Draw a logic circuit for (A + B)C.

Page 8: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

2.

Draw a logic circuit for A + BC + D

Page 9: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

3.

Draw a logic circuit for AB + AC.

Page 10: Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate

4.

Draw a truth table for A(B+D).