logic

Download Logic

If you can't read please download the document

Upload: sa

Post on 19-May-2015

274 views

Category:

Documents


0 download

TRANSCRIPT

  • 1. Logic Gate by , Logic gates outputs inputs AF AB F01 0 00100 1 0 1 0 0Logic NOT 1 1 1 Logic AND logic functions Basic Boolean Operations AND ABOR A+B NOTA

2. Logic Gateby , OperationAND ORBoolean Expression AB A+BLogic gate A B FAB F 0 0 000 0Truth Table0 1 001 1 1 0 010 1 1 1 111 1OperationNOT NORBoolean Expression A A+BLogic gateAB F A F00 1Truth Table0 101 0 1 010 011 0 3. Logic Gate by , OperationNAND XORBoolean Expression ABA BLogic gateA B FAB F0 0 100 0Truth Table 0 1 101 11 0 110 11 1 011 0OperationXNORBoolean Expression A BLogic gateA B F0 0 1Truth Table01 0 10 0 11 1 4. Logic Gateby , A BX1X2X30 00 11 01 1A B X1X2X3X40 00 11 01 1 5. Logic Gate by , A B C D F1 F2 F3 F4 F5 Output0 0 0 00 0 0 10 0 1 00 0 1 10 1 0 00 1 0 10 1 1 00 1 1 11 0 0 01 0 0 11 0 1 01 0 1 11 1 0 01 1 0 11 1 1 01 1 1 1