You are on page 1of 3

Subject Lab No: 6 Submitted By: M. UsmaN Rashid Submitted To: Mam.

Marina Karim Submitter Class No: 22 Semester: 3rd Subject: Digital Logic Design (Lab)

NWFP UNIVERSITY OF ENGINEERING & TECHNOLOGY PESHAWAR, MARDAN CAMPUS. IMPLEMENTING THE HALF ADDER & FULL ADDER ON EWB
HALF ADDER: Half adder is a type of combinational circiut in which the two bits are added and give an answer in sum & carry form. Its circuit application is in electronic devices like Calculator, PCs &etc. I made this half adder on EWB and with ICs circuit. Its implementation involves the AND gate & the XOR gate. The truth table for half adder is given below: TRUTH TABLE Input Input Output Output A B Sum Carry 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 The formulae for the half adder for the Sum & Carry are given below: Sum = AB + AB Carry = AB

FULL ADDER: Full adder is a type of combinational circiut in which the four bits are added and give an answer in sum & carry form. Its circuit application is in electronic devices like Calculator, PCs &etc. I made this half adder on EWB and with ICs circuit. Its implementation involves the AND gate, the OR gate & the XOR gate. The truth table for half adder is given below: TRUTH TABLE Input Input Input Output Output A B C Sum Carry 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 The formulae for the full adder for the Sum & Carry are given below: Sum = A XOR B XOR C Carry = C (A XOR B) + AB

You might also like