Linux Operating System

The Computer Science Department maintains some useful general help information for students new to using Linux, and about using Putty or SSH to connect to department Linux systems from Windows computers:

CSU Computer Science information is found here.

A useful Linux command reference card is found here.

Eclipse Environment

This semester CS160 will be using the Eclipse Integrated Development Environment (IDE) for developing Java code. Eclipse is favored as a premier tool in academia and industry. A standard installation of Eclipse is available on all CS Department Linux computers for use by CS160 students. As a default, it will be assumed that students use this version on CS Department Machines. Basics of how to use the Eclipse IDE productively will be covered somewhat in lecture and more extensively in course recitations. Lab machines are currently using the Juno version of Eclipse, which is version 4.2.

Eclipse documentation is found here.

Eclipse can also be downloaded for free and installed on most platforms. Eclipse is written entirely in Java, so it will operate properly on most any platforms that supports Java. This includes Linux, Solaris, Mac OS X and properly configured Windows platforms. It is assumed that many students will find it possible to install and use Eclipse on their own computers, and the instructor and GTAs will try to help informally. However, successful installation and use of tools such as Eclipse on your own machine demands some understanding of how to install and use new software on that platform, and ultimately it falls to the individual student to either succeed at such an effort or to use the resources already provided by the CS Department. The help that can be offered by the instructor and GTAs is by necessity limited.

If you decide to run Eclipse on your system, make sure you download and install the Java Platform (JDK) first from here, then download and install Eclipse from here. Select the version called Eclipse IDE for Java Developers. In both cases make sure you select the correct operating system.

Java Programming

For this course, you need Java, version 7. RamCT relies on a specific version of Java. You can get the most current information about installing this version of Java on Windows systems here. Oracle provides a great many useful online resources for working with Java, including the documentation referenced below. We will explain how to use this documentation in class and recitations.

Java documentation is found here.

An excellent tutorial on Java is found here.

An excellent summary on System.out.printf is found here.

Peer Instruction

Peer instruction sessions are held during lectures, generally on Fridays. The format will be described in detail at the time of each session, but it generally consists of each student answering questions individually and in a group. The premise is that groups perform better than individuals! We organize peer session by assigning students to groups.

Section 001 is found here, and Section 002 is found here.

iClicker Registration

Register your iClicker here by logging in with your EID and password. In the iClicker ID field, enter your remote ID and select the Register button. The remote ID is the number found on the back of your iClicker remote. If you cannot read the ID on your iClicker, there is a kiosk in the bookstore where you can retrieve it. Here is a list of iClickers that appear not to be registered. If your iClicker is on this list, please try to register again, then send me email:

Unregistered Remotes:

Section 001:
  • #02138495
  • #110C524F
  • #3A1F1134
  • #3E3C2F2D
  • #3E9A8125
Section 002:
  • #18ACDB6F
  • #37AF36AE
  • #39E06FB6
  • #3BC60BF6

Teaching Assistant Surveys

Other useful tools...

- Questions to almost any Java question you can think of can be found here.

- Stack Overflow is great for finding a variety of answers to your question from people with ranges of expertise levels, found here, or by adding "stackoverflow" to your Google search.

- w3schools is great for web-development related languages and resources, found here.

- Microsoft software can be downloaded by students for a reduced price through the Dream Spark program, found here.

- The chart we distributed in class containing ASCII codes is found here.

Discrete Math

A list of Logical Equivalences and Inference Rules is found here.