LAB SEVEN"7" GATES
LAB 7.1
- click here for lab image 7.1
- T and F=F: ANDGATE
- T and T=T: ANDGATE
- F or T=: ORGATE
- F or F=: ORGATE
- not T= : NOTGATE
- not F=: NOTGATE
LAB 7.2
- Two NOR gates
AND,OR
NOR
- click here for lab image 7.2
- click here for lab image 7.2a
- 3 way AND gates
LAB 7.3
- Two half adders=FULL adder
- click here for lab image 7.3
LAB 7.4
- LATCH CIRCUITS ,nothing to show
LAB 7.5
- PIPPIN
- X=(3*Y)+(2/W)
-
LOD #3
- MUL Y
- STO T1
- LOD #2
- DIV W
- ADD T1
- STO X
question #7
- Start at P.C. to get current instruction in the memory.
- Instruction goes to I.R. which stores current instruction.
- Data then goes to decoder which sends out output to M.U.X. and ALC.
- Input the ALU to determine what operations on it's data input.
- Data input goes to ACC which stores result of calculations.
- Finally input goes back to RAM to take next address and read information and start again.
- THE END.