CISC370, Summer 2006, Quiz 1 (Total 20 pts) 06/13/2006 TA: Ke Li 1. 3 pts - each blank 1 pt 2. 3 pts - any two of: -- large class lib, if just mention 'string' -1 pt -- portable, -- Object-Oriented 3. 3 pts - object, method, parameter/string 4. 2 pts - static "of the class" 1 pt - eg: one of the following 1 pt -- constants for entire class, Math.PI -- methods, no need to create object 5. 4 pts - group related state/functionality - expose interface, not state or implem - interestd in 'what', instead of 'how' 6. 5 pts - double total = 0; 1 pt - for loop to add total area 2 pt - double avg = total/size; 1 pt