CS notes

  1. CS 118 The CISC approach attempts to minimize the number of instructions per program, sacrificing the number of cycles per instruction. RISC does the opposite, reducing the cycles per instruction at the cost of the number of instructions per program. More about RISC and CISC
  2. CS 118 MIPS Architecture The Stanford research group had a strong background in compilers, which led them to develop a processor whose architecture would represent the lowering of the compiler to the hardware level, as opposed to the raising of hardware to the software level, which had been a long running design philosophy in the hardware industry. MIPS Architecture
  3. Games on the Linux Console
  4. Why learning to code is so damn hard By Erik Trautman
  5. CS 113 Discrete Math for computer science(UC Davis)
  6. CS 118 In-Memory Layout of a Program
  7. CS 118/ 113 Introduction to SML
  8. CS 118 Integer Representation
  9. CS 113 Conditional Propositions
  10. CS 118 Where the top of stack is on x86
  11. CS 113 Necessary Vs Sufficient Conditions