Review for Test1
Scope 10 problems, 60 points (will be converted to 20 credit in your overall score of this class). Close book, close notes No computer, no calculator, no scratch paper allowed on the desk. Java Programming CSC2010 book: chapter 1 –5, 7 (Graphics and File Processing not included) CSC2310 book: Chapter 8
Java programming Chapter 1: Introduction to java Chapter 2: data types and for loop Chapter 3: introduction to parameters and objects Chapter 4: conditional execution Chapter 5: Programming logic and while loop Chapter 7: Array Chapter 8: Classes Classes Data type, variables Method, method call, parameters, return type For loop, while loop If then condition Array, define an array, assign values to element, access array (e.g., to get the maximum and to compute the average)