CSC103 How Computers Work

Notes4

Last Update:
  1. Switches → Logic Gates

  2. Switches
  3. Analogy:
  4. Normally closed (n.c.)switch: acts like a NOT gate
    • NotSwitch
  5. A: input
    Output
    0 (leave closed)
    1 (water out)
    1 (pop open)
    0 (nothing out)
  6. Normally open (n.o.) switch: acts like an AND gate.
  7. Can make all logical operations from NOT and AND. In particular, OR
  8. A: input
    B: input
    Output
    0
    0
    0
    0
    1
    1
    1
    0
    1
    1
    1
    1
  9. Logic Gates→ Arithmetic

  10. {NOT, AND, OR}→ One Bit Adder
  11. Arithmetic → CPU: Central Processing Unit

  12. Addition circuitry: one little piece of the CPU (in ALU: Arithmetic/Logic Unit)
  13. CPU: Fetch/Execute cycle
  14. CPU → Motherboard

  15. PC: Motherboard; Apple: Logic board; sometimes abbreviated mobo
  16. Includes
  17. Labeled Motherboard Image
  18. CPU Heat

 


Return to CSC103 Class Homepage: