STATISTICS


Course Credits: 3 Units

Prerequisites: Math 153

MATH 154 - Computer Programming II

Course Description

This course includes the fundamentals of object-oriented programming (objects, classes, abstraction, encapsulation, inheritance, and polymorphism), particularly using the Java programming language. The course starts with introductory concepts and progresses to touch on advanced topics, as well as the application of acquired skills in object-oriented programming into the real world.

Course Learning Outcomes

After completion of the course, the student should be able to:

  1. Understand and apply object-oriented programming (OOP) principles and concepts.
  2. Develop and write programs using Java, while utilizing tools of an IDE (integrated development environment), to solve real-world problems.
  3. Develop and write efficient, readable, well-structured, and properly documented code.
  4. Test and debug your own code in order to catch bugs and errors (exception-handling).
Course Outline

UNIT 1. Intro

  1. What, Who, When, Where, How, Why?
  2. Getting Started
  3. IDE (Integrated Development Environment)
  4. What real-life problem I want to solve

UNIT 2. Noob: Java Basics

  1. Java Building Blocks
  2. Operators and Statements
  3. Core Java API
    1. String and Stringbuilder
    2. Reading and Writing to files
    3. Java Arrays
    4. Math Functions
    5. Matrix Manipulations
    6. Dates and Times

UNIT 3. Four Pillars of OOP

  1. Methods and Encapsulation
  2. Inheritance
  3. Abstraction
  4. Polymorphism

UNIT 4. Advanced Topics

  1. Exceptions
  2. Annotations
  3. Java GUI and Graphing

UNIT 5. Pro: Java In Real-World

  1. Design Patterns
  2. Best Practices

UNIT 6. The End

  1. In Summary
  2. Where To Go From Here?