Course overview

Welcome to Computer Science I! This is an introductory course in computer science, with an emphasis on problem solving and programming in Java. You will become familiar with the syntax and structure of Java, but this course is about more than just one language. You will gain exposure to some of the fundamentals of computer science, including problem decomposition, algorithm design, software construction and testing, recursion arithmetic and logical operations, conditional execution, classes, data structures, and object-oriented programming. We will do so using the Java programming language. This course is designed for majors and non-majors alike, and upon completion, students will have enhanced their reasoning and logic skills, which will serve them well in many disciplines.

Note: this course contributes to the data analytics minor.

Learning outcomes

By the end of this course students will be expected to be able to do the following:
  • Explain core concepts in computer science
  • Convert between binary, decimal, and hexadecimal numbers
  • Distinguish between primitive data and objects, and how to convert between the two when applicable
  • Create interactive programs using Scanner and Java's printing functions
  • Understand Java's arithmetic and logical operators in order to evaluate expressions to the rules of the language
  • Understand and apply conditional execution, iteration, and recursion
  • Understand how and when to use arrays and ArrayLists for storing compound data
  • Apply decomposition, abstraction, and pattern recognition through the use of reusable methods
  • Design custom classes and objects with proper encapsulation
  • Use the Random and Math packages for special mathematical operations
This list is neither exhaustive nor set in stone.

Instructor

Name: Arjun Chandrasekhar (he/him/his)
Lecture:
  • Section 1: Monday/Wednesday/Friday from 9:30 am - 10:45 am
  • Section 2: Monday/Wednesday/Friday from 3:30 pm - 4:45 pm

Email: chandrasa@southwestern.edu
Student Hours: Tuesdays from 1:00 pm - 4:00 pm in FJS 310 (the math/CS common room). If these times do not work for me AND you cannot make tutoring hours, then email me to set up student hours by appointment.

Tutors

CS 1 Tutoring for Spring 2024 will take place on Thursdays in FJS 310 (the lounge/Chapman-Whitmore Common room) from 8:00 pm - 10:00 pm starting Thursday, 01/25/2024. The tutor for Spring/2024 will be Arden Neff (neffa@southwestern.edu).
  • There will also be tutors present on Mondays and Tuesdays and Wednesdays from 7:00 pm - 9:00 pm. On these days the tutors will give priority to CS 2 students, but otherwise they will be more than happy to help you!

Course Links

Here is a tentative calendar for the course.