CISC 1115
Modern Programming Techniques
Lecture 0
Review & Overview


What You Should Have Learned in 1115

Java Program Structure

Primitive Types

Literals, Constants, Variables

Imperative programming

The programming style to which you were introduced in CISC 1115, in which the step-by-step actions of a program are specified. This is accomplished by executing actions such as assigning and retrieving values to/from variables; erforming calculations and invoking methods; making decisions on which action to take using conditionals; and repeating actions using iterators.

Methods

Stream and File I/O

Arrays

Standard Java Classes

You may have learned a substantial number of the following:

Techniques

What You Will Be Learning in This Class

Code used in Lecture 0

CISC 1115 Lecture Notes

CISC 1115 Labs