Course List: http://www.c-jump.com/bcc/

cis155_Ch4_lecture


  1. Weeks 3-4. Ch.4, Computation
  2. What is computable? How best to compute it?
  3. Computation
  4. Program structure and organization
  5. Expressions
  6. Expressions
  7. Primitive data types and operators
  8. Concise operators
  9. Statements
  10. if-else branching
  11. if-else example
  12. Iteration (while loop)
  13. Iteration (while loop) cont.
  14. Iteration (for loop)
  15. Functions
  16. Functions, cont.
  17. Another function example
  18. Data for iteration: vector
  19. Vector data type
  20. Vector operations
  21. Vector operations, cont.
  22. Combining language features
  23. Demo: a vector of words
  24. Credits