Penned By: FAISAL HAROON
COURSE: COMPUTER ORGANIZATION AND LOGIC DESIGN
ASSIGNMENT: LAB WORK
AND ,OR AND NOT GATES
OBSERVATION TABLE:
A B Q=A+B
0 0 0
0 1 1
1 0 1
1 1 1
Table: 1.1
A
A B Q=A*B
0 0 0
0 1 0
1 0 0
1 1 1
Table: 1.2
A A’
0 1
1 0
Table: 1.3
QUESTIONS / RESULTS:
1. The output of an OR gate is LOW only when __both inputs are low (0)_______
2. The output of an AND gate is _low (0) ___ whenever any input is LOW.
COURSE: COMPUTER ORGANIZATION AND LOGIC DESIGN
ASSIGNMENT: LAB WORK
AND ,OR AND NOT GATES
OBSERVATION TABLE:
A B Q=A+B
0 0 0
0 1 1
1 0 1
1 1 1
Table: 1.1
A
A B Q=A*B
0 0 0
0 1 0
1 0 0
1 1 1
Table: 1.2
A A’
0 1
1 0
Table: 1.3
QUESTIONS / RESULTS:
1. The output of an OR gate is LOW only when __both inputs are low (0)_______
2. The output of an AND gate is _low (0) ___ whenever any input is LOW.