COSC 1020 - Exam 2 Study Guide Exam date: Fri, Nov 4 The exam will cover the ideas of program design as discussed in class with ChessBoard and FlashCards (i.e. knowing when to introduce variables and/or data structures and appropriate classes and methods) and material from the following portions of the textbook: Chapter 9, Sections 10.1-10.4 You will be expected to read and understand Java code. You will also be expected to write small sections of Java code. Questions might involve topics similar to the following Self-Test Exercises: p.530 #2 539 #3, 4, 6 548 #12, 14, 16, 18, 19 555 #21, 22, 23 564 #24, 25, 27 567 #31 580 #2 588 #3, 5, 6 598 #8, 9, 10, 11 602 #12, 13, 15 605 #17, 18 613 #26, 27 619 #28, 29, 30 622 #32, 33 626 #37, 38 630 #40, 42, 43 Be familiar with code from assignments, labs, and class demos, such as: ButtonColors.java, FlashCardProject code, UpperCase.java, ChessBoard, Electronic Diary (lab), Text file and Binary file demos.