CS& 141: Computer Science I with Java

Credits 5
Quarter Offered
Winter
Distribution List
Academic Elective

This course introduces the "algorithmic thinking" and the design and implementation processes necessary for you to solve complex, real-world problems with computers. We introduce the Java programming language to learn to write programs; understand the features of programming languages; decompose problems; develop algorithms; and use important software practices. We include software architecture (structure), classes (ways of modeling things), handling data, some computer ethics, standards, and maintaining program correctness. This course and its successor, CS 142 will help you become more competent and comfortable on the paths to both computer science and professional software development. CS 100 is strongly recommended for students with no programming experience. This class may include students from multiple sections. (Elective)

Prerequisites

P (2.0 or higher) in MATH 98/99 or above or concurrent enrollment

  1. Implement basic numerical algorithms.
  2. Implement common search algorithms, including linear searches.
  3. Apply the concepts of modeling and abstraction with respect to problem solving.
  4. Design a simple class hierarchy using superclasses, and subclasses.
  5. Design an algorithm in a programming language to solve a simple problem.
  6. Create code in a programming language that includes primitive data types, references, variables, expressions, assignments, I/O, control structures, and functions.
  7. Apply a variety of strategies to test and debug programs.
  8. Use an integrated development environment (IDE) to create, execute,test, and debug secure programs.
  9. Use standard libraries for a given programming language.
  10. Differentiate among intellectual property, fair-use, copyright, patent,trademark, and plagiarism.
  11. Develop technical artifacts.
  12. Develop and use Unit Tests to guide development and verify software methods.
  13. Write programs involving multiple classes and files, user I/O and internal storage.