CS141: Topics for Oct 14 & 16, 2013


Homework and Reading

The reading and homework for this week can be found here: Lab 8

Begin working on the new programming assignment, TicTacToe. Instructions (pdf) and TicTacToeStubs Netbeans Project (zip)

Finish Chapter 6:

Chp 6 - Arrays and ArrayLists: We still need to cover 2D Arrays and ArrayLists

Chp 7 Vocabulary

File
Ascii (text) file vs binary file
Opening a file
Closing a file
White space

Exception
Throwing an Exception
Catching an Exception
try-catch
Delimiter

Topics: Chp 7 - Input/Output and Exception Handling

Note, we will not cover everything in this chapter. Your main task is to become familiar with the code in the Netbeans project: IOExampleProject (zip file)

In Class Practice Activities