IT 114: Introduction to Java
Class 15

Topics

Review

New Material

Homework 6

Homework 6 is due this Sunday at 11:59 PM.

You will find the assignment here.

If you have a problem or a question, make a post on the Class Discussion Area.

Quiz 3

I have posted the answers to Quiz 3 here.

Homework 6

I have posted homework 6 here.

It is due this coming Sunday at 11:59 PM.

Mid-term

The mid-term exam will be given on Monday, March 23rd.

It will consist of questions like those on the quizzes along with questions asking you to write short segments of Java code.

60% of the points on this exam will consist of questions from the Ungraded Class Quizzes.

The other 40% will come from four questions that ask you to write a short segment of code.

The last class before the exam, Friday, March 13th, will be a review session.

You will only be responsible for the material in the Class Notes for that class on the exam.

The Mid-term is a closed book exam.

Due Date for Homework Assignments 2 - 6

The due date for homework assignments 2 - 6 is Friday, March 20th at 11:59 PM.

That is the Friday of the Spring Break.

Any of these assignments submitted after that date will receive a score of 0.

Review

Logical Operators

Truth Tables

Precedence of Logical Operators

The While Loop

The do/while Loop

Infinite Loops

New Material

Augmented Assignment Operators

Updated Order of Precedence

Storing More Than One Value

Getting Values from an Array

The Length of an Array

Creating an Array Object

Initializing Arrays

Changing Array Elements

Index Errors

What Is an Array Variable?

Limitations of Arrays

Class Quiz

Attendance

Class Exercise