Introduction to Computer Science

Course Index

3460:209 - Course Information

Course Topics

Big Java, Chapters 1-10

  1. Introduction to computer systems, algorithms, programs, and Java
  2. Using Objects, constructors, methods, and variables
  3. Implementing Classes
  4. Fundamental data types and I/O: numbers, strings, characters, expressions
  5. Graphics
  6. Selection Structures
  7. Looping
  8. Arrays and ArrayLists
  9. Class design: accessor, mutator, and static methods and scope and packages
  10. Unit testing, tracing, and debugging