Mr. Minich's Classwork Calendar
February 2006
Click "Refresh" to ensure this page is updated.

Monday

Tuesday

Wednesday

Thursday

Friday

30 

VB -

Ch. 5 lecture (2D arrays)

Java  -

Ch. 9 lecture (using interface type for parameters to make a method more general & reusable, polymorphism, early vs. late binding)

Data St -

Type in Ch. 19 wksht #11 methods to LinkedListImplementation driver file from Handout folder

.31

VB -

Ch. 5 lecture (parallel arrays, 2d arrays, Timer control)

Continue "Ch5Demo Animated With Timer " (Timer, elapsed time, sound clips)

Java -

Ch. 9 lecture (Comparable interface, compareTo method, implenting your own compareTo method & casting where necessary)

Data St -

Discuss potential Ch 19 fill-in-the-missing implementation code quiz

.Feb 1

VB -

Sign course selxn forms

Ch. 5 lecture (coun tdown number of secon d s, using sound effects and background sounds)

Continue "Ch5Demo Animated With Timer " (Timer, elapsed time, sound clips)

Java  -

Review Ch 9 Demo programs

Data St -

Midterm exam post-mortem

2

VB -

Take quiz on writing loop and 2D array code segment

Ch. 5 lecture (2d array algorithms)

Review "Ch5Demo two dimensional arrays " (algorithms with 2D arrays)

Java  -)

Sign course selxn forms

Work on Ch9Proj1

Midterm exam post-mortem

Data St -

Midterm exam post-mortem

3

VB -

Course Selxn Forms

Review "Ch5Demo two dimensional arrays " (algorithms with 2D arrays, parallel arrays)

Java  -)

Take practice quiz on writing an interface, a class that realizes the interface & a simple client program

Finish Ch9Proj1 & submit

Data St -

Ch 19 fill-in-the-missing implementation code quiz

Begin Ch 20 lecture (introduce Set as an ADT)

6.

VB -

Ch. 5 lecture(DateAndTime.Timer method to calculate elapsed time, using sound effects and background sounds)

Continue "Ch5Demo Animated With Timer " (Timer, elapsed time with DateAndTime.Timer, sound clips)

Java  -

Quiz on writing an interface & class that realizes the interface

Data St -

Continue Ch 20 lecture (Set, HashSet)

Review sets & maps guide

7

VB -

Ch. 5 lecture(reading data from a text file)

Review "Ch5Demo Reading From a File " (StreamReader, reading from a file)

Java  -

Introduce AP Exam info & call for money to be paid to Counseling Office

Review the RandNumGenerator, Location, & Direction class from CollegeBoard

Data St -

Work on Ch20Proj1 - writing a program that uses HashSets to find the union of two sets, the intersection of two sets, the difference of two sets, and to determine if one set is a subset of another

8.

VB -

Quiz on writing loop algorithms with 2D arrays

Ch. 5 lecture(reading data from a text file)

Review "Ch5Demo Reading From a File " (StreamReader, reading from a file)

Java  -

Review the RandNumGenerator, Location, & Direction class from CollegeBoard

Data St -

Work on Ch20Proj1 - writing a program that uses HashSets to find the union of two sets, the intersection of two sets, the difference of two sets, and to determine if one set is a subset of another

 

.9

VB -

Ch. 5 lecture(reading data from a text file)

Review "Ch5Demo Reading From a File " (StreamReader, reading from a file)

Java  -

Quiz on writing a class that realizes Comparable

Review the RandNumGenerator, Location, & Direction class from CollegeBoard

Data St -

Another Ch 19 fill-in-the-missing implementation code quiz

Work on Ch20Proj1 - writing a program that uses HashSets to find the union of two sets, the intersection of two sets, the difference of two sets, and to determine if one set is a subset of another

.10

VB -

Ch. 5 lecture(reading data from a text file)

Review "Ch5Demo Reading From a File " (StreamReader, reading from a file)

Java  -

Ch 9 Test

Data St -

Finish Ch20Proj1 - writing a program that uses HashSets to find the union of two sets, the intersection of two sets, the difference of two sets, and to determine if one set is a subset of another

.13

VB -

Ch. 5 lecture (writing to a text file)

Review "Ch5Demo Writing To a File " (StreamWriter, writing to a file)

Java  -

Review the modified Ch9Proj2 version of the Fish class from CollegeBoard

Introduce Ch9Proj2 (including code from Handout folder) - demo my working version

Data St -

Continue Ch 20 lecture (TreeSet, using a TreeSet to order elements, maps, HashMap)

14.

VB -

Ch. 5 lecture (writing to a text file, discuss difference between .txt file & .doc file, discuss file path & use of ../../)

Review "Ch5Demo Writing To a File " (StreamWriter, writing to a file)

Java  -

Work on Ch9Proj2 in groups of 2

Data St -

Continue Ch 20 lecture (maps, HashMap)

15

VB -

Ch. 5 lecture (writing to a text file, discuss difference between .txt file & .doc file, discuss file path & use of ../../)

Review "Ch5Demo Writing To a File " (StreamWriter, writing to a file)

Java  -

Work on Ch9Proj2 in groups of 2

Data St -

Continue Ch 20 lecture (maps, HashMap, using a TreeMap)

.16

VB -

Work on Ch5Proj1 as a class

Java  -

Ch 9 Test Post-Mortem

Begin Ch 11 lecture

Data St -

Work on Ch20Proj2

.17

No School

.20

No School

21

VB -

Work on Ch5Proj1 as a class

Java  -

Per 2 - No class due to testing

Ch 11 lecture (parent & child classes, extends, is-a, inheritance, Object class, hierarchy chart)

Review Ch. 11 objectives #1-3 chalkboard example of Object, LivingObject, Fish, SlowFish, Client demo classes

Data St -

Ch20Proj2

22

VB -

Work on Ch5Proj1 as a class

Introduce game proposal assignment

Java  -

Ch 11 lecture (levels of access control incl protected)

Discuss example code segments in objective #1

Data St -

Ch20Proj2 is due

23

VB -

Ch. 5 lecture (using functions that return values, passing parameters including sender and e, passing by reference, using a method in Form1 to set a module-level variable )

Java  -

Ch 11 lecture (partial overriding, shadowing, polymorphism, signature, super keyword)

Discuss example code segments in objective #3

Data St -

Trace the insertNode method in the BinarySearchTree class from the HandOut folder

24

VB -

Ch. 5 lecture (using functions that return values, passing parameters including sender and e, passing by reference, using a method in Form1 to set a module-level variable )

Java -

Quiz on examples in obj's 1 or 3

Ch 11 lecture (constructors in parent & child classes, abstract classes, final methods & classes, toString method, equals method, clone method, inheritance with interfaces)

Discuss example code segments in objective #4

Data St -

Quiz on vocab related to trees

Continue Ch 20 lecture (using a TreeMap, binary trees, binary search trees, min-heaps, binary tree algorithms, pre/post/infix traversals, heapsort, priority queues, binary expression trees, hash table, hashCode method, identifying BST vs heaps, heap, ordering property, completeness property)

27

VB -

Ch. 5 lecture (using functions that return values, passing parameters including sender and e, passing by reference, using a method in Form1 to set a module-level variable )

Java  -

Quiz on examples in obj's 1 or 3

Ch 11 lecture (constructors in parent & child classes, abstract classes, final methods & classes, toString method, equals method, clone method, inheritance with interfaces)

Discuss example code segments in objective #4

Data St -

Continue Ch 20 lecture (using a TreeMap, binary trees, binary search trees, min-heaps, binary tree algorithms, pre/post/infix traversals, heapsort, priority queues, binary expression trees, hash table, hashCode method, identifying BST vs heaps, heap, ordering property, completeness property)

28

VB -

????

Java  -

????

Data St -

Continue Ch 20 lecture (using a TreeMap, binary trees, binary search trees, min-heaps, binary tree algorithms, pre/post/infix traversals, heapsort, priority queues, binary expression trees, hash table, hashCode method, identifying BST vs heaps, heap, ordering property, completeness property)

Mar 1

VB -

????

Java  -

Review selected midterm exam questions

Marine Bio classwork

Who is taking the AP exam? I need to forward a list to Mrs Kreps (Sam W)

Data St -

????

2

VB -

????

Java  -

????

Data St -

????

3

VB -

????

Java  -

????

Data St -

Review methods from BinarySearchTree class including insertNode, printTree, etc.

Begin Ch. 20 worksheet #3 part a