CSCI102 - Final Exam Study Guide -------------------------------- Last updated: Wednesday 12th November 2008 8:17 PT, AHD REFRESH THIS PAGE FOR LATEST VERSION Topics to be studied for the final exam: READ ALL ON THIS PAGE! Java data types and simple processing using selection and repetition statements. Java Arrays and Strings Classes, Objects, Methods and Inheritance Search and Sort Algorithms and Efficiencies: Sequential and Binary Searching Bubblesort and Selection Sort REFRESH THIS PAGE FOR LATEST VERSION Please note, for the above topics, you should focus on the resource material provided on http://www.annedawson.net/CSCI102.php In particular, you should cover all topics in all slides shown in the Powerpoints: linked to on this page: http://www.annedawson.net/CSCI102.php i.e. www.annedawson.net/Java_Intro_Ch01.ppt www.annedawson.net/Java_Types_Ch02.ppt www.annedawson.net/Java_Flow_Ch03.ppt (omit switch statement) www.annedawson.net/Java_Classes_Ch04.ppt (omit Abstract Data Types, User Interfaces, and javadoc) www.annedawson.net/Java_Objects_Ch05.ppt (omit sections 5.6 and 5.7) www.annedawson.net/Java_Inheritance_Ch07.ppt www.annedawson.net/Java_Arrays_Ch06.ppt www.annedawson.net/Java_Searching.ppt (omit recursion) www.annedawson.net/Java_SortingComplexity.htm - remember the basic algorithms and that Bubble Sort and Selection Sort = 0(n x n), *************************************************************************************