LAB SEVEN"7" GATES

LAB 7.1

  1. click here for lab image 7.1
  2. T and F=F: ANDGATE
  3. T and T=T: ANDGATE
  4. F or T=: ORGATE
  5. F or F=: ORGATE
  6. not T= : NOTGATE
  7. not F=: NOTGATE

LAB 7.2

  1. Two NOR gates AND,OR NOR
  2. click here for lab image 7.2
  3. click here for lab image 7.2a
  4. 3 way AND gates

LAB 7.3

  1. Two half adders=FULL adder
  2. click here for lab image 7.3

LAB 7.4

  1. LATCH CIRCUITS ,nothing to show

LAB 7.5

  1. PIPPIN
  2. X=(3*Y)+(2/W)
  3. LOD #3
  4. MUL Y
  5. STO T1
  6. LOD #2
  7. DIV W
  8. ADD T1
  9. STO X

question #7

  1. Start at P.C. to get current instruction in the memory.
  2. Instruction goes to I.R. which stores current instruction.
  3. Data then goes to decoder which sends out output to M.U.X. and ALC.
  4. Input the ALU to determine what operations on it's data input.
  5. Data input goes to ACC which stores result of calculations.
  6. Finally input goes back to RAM to take next address and read information and start again.
  7. THE END.