CISC 1115
Introduction to Programming Using Java
Exam #1 Topics


The Structure of the Exam

The exam covers Lectures 1-5.

Detailed Topic List

Java Programs

Developing and Executing Java Programs

The Software Lifecycle

Literals, Constants, Variables, Types, and Declarations

Expressions

Conditionals (if/else)

Simple 'for' Loops

Keyboard & File Input / Screen Output (I/O)

Methods

Techniques