CSCI 1321 - Schedule



This is the schedule for CSCI1321 during Spring 2004. The table below lists what we will be discussing in each class meeting as well as the required readings and the due dates for assignments, quiz dates, and test dates. Some of the readings are for specific classes in which case you should read the API at the Sun website.

Date Topics Readings Due Dates
1-13 Introduction to class and OO    
1-18 Objects, Classes, and UML Ch. 1  
1-20 Java Basics Appendix A  
1-25 Inheritance in Java A.13 Design #1
1-27 Inheritance and Polymorphism A.15 Assignment #1
2-1 String Processing java.lang.String API Quiz #1 (Answers)
2-3 Arrays Ch. 2  
2-8 Sorting, Searching, and Manipulating Arrays Ch. 5 Design #2
2-10 Sorting and OO Design   Assignment #2
2-15 Stacks and Queues (Array Based) Ch. 6.1-2,5 & 7.1-3,6,7 Quiz #2 (Answers)
2-17 Linked Lists Ch. 3  
2-22 Linked Lists and Iterators Ch. 8 Design #3
2-24 GUIs in Java java.awt &javax.swing Assignment #3 & Quiz #3 (Answers)
3-1 GUIs 2    
3-3 Test   Design #4
3-8 Stacks, Queues, Priority Queues (Linked List Based) Ch. 6.3,4,6,7 & 7.4,5,8 Assignment #4
3-10 Exceptions in Java   Quiz #4 (Answers)

3-15

Spring Break    
3-17 Spring Break    
3-22 Graphics in Java java.awt.Graphics Design #5
3-24 More Graphics in Java java.awt.Graphics2D Assignment #5
3-29 Recursion Ch. 4  
3-31 More Recursion   Quiz #5 (Answers)
4-5 Threads java.lang.Thread Design #6
4-7 Binary Trees Ch. 9 & 10 Assignment #6
4-12 DDA    
4-14 Heap Based Priority Queue Ch. 11  
4-19 File Streams java.io Quiz #6 (Answers)
4-22 NCUR   Design #7
4-26 Sockets and Networking java.net Assignment #7
4-28 RMI and Networking & Concluding Remarks java.rmi