Notes about the hour Test. Version #2 (NOTE: this may get more specific with time... The text in the link field on the web will change if it is updated.) The test will be based on: Quizes You will likely see a variation on each quiz on the midterm Computer Communications HTML Sample Programs You should understand the sample programs discussed in class They are all on the web. Here is a list of programs and the topics they introduced. HelloWorld.java Basic use of TextField's, the init() function CarDx.java if statement, action(Event..) function, Button's Tallies.java more Button's TextField's, if's; counting events. PigLatin.java, string processing: if/else, substring(), indexOf(), length() StringPlay.java more string manipulations Numbers.java, IntField's, DoubleField's, numerical computation CompInterest.java while loops, compound interest calculations, using Return key to trigger action routine Diamond.java TextArea's, looping and string manipulation Hotel.java Use of Arrays, Information storage and update also a number of looping program fragments were shown in class Labs You should know what was going on there. However, since there is a specific lab exam at the end of the semester, it's not that important that every detail be check on the mid-term exam. Book There is no specific material but understanding the first three or four chapters, and Chapter 11, will be of great help. Not Covered on This Exam Writing Functions (i.e. 2/18 lecture)