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

Monday

Tuesday

Wednesday

Thursday

Friday

.31

VB -

Ch 3 Lecture (KeyDown event, KeyPress event, MouseDown event, animating graphics with loops, collision & boundary detection)

Java  -

Finish up Ch5Proj1

Ch5Proj1 runtime grades

Review Ch 5 wksht #2

Data St -

Ch17Proj1 Recursion oral presentations

.Nov 1

VB -

Classwork - Finish Ch3Demo Vertical Maze

Java  -

HW collect and/or review (Ch. 5 worksheets #1& 3)

Review for Ch. 5 Test

Data St -

Ch17Proj1 Recursion oral presentations

.2 END OF 1st Q

VB -

Ch 3 Lecture (For loops, tracing / deskchecking For loops)

As a class, do one exercise from Ch 3 Worksheet #1 and one exercise from Ch 3 Worksheet #2

Java  -

Ch. 5 Test part 1

Data St -

Review for Ch. 17 Test

.3

VB -

HW check (Ch 3 worksheet #1 & #2)

Review Ch 3 worksheets #1 & 2

Java  -

AP students - Ch. 5 Test part 2

Honors students - Work on Ch. 6 vocab

Data St -

Ch. 17 Test

.4

VB -

HW check (Ch 3 worksheet #3 & 4)

Review Ch 3 worksheets #2, 3, & 4

Ch 3 Lecture (tracing double nested For loops)

Introduce Ch3Proj1

Java  -

Ch. 5 Test part 3

Honors students - Work on Ch. 6 vocab

Data St -

Begin Ch 18 Lecture (discuss sorts & characteristics)

.7

VB -

Work on Ch3Proj1 (drawing the maze with DrawLines)

Java  -

Ch. 5 Test AP mult choice part post-mortem (Honors students follow along)

Data St -

Ch 18 Lecture (discuss sorts & characteristics)

.8

VB -

Work on Ch3Proj1 (drawing the maze with DrawLines)

Java  -

Ch 6 lecture (while loop, do while loop, for loop)

Data St -

Ch 18 Lecture (discuss sorts & characteristics, role play the quick & merge sorts)

.9

VB -

Ch 3 Lecture (writing For loops, counter & accumulator statements)

Create "Ch3Demo For Loops" (For loop, animating a picturebox with a For loop, detecting collisions, Threading.Thread.Sleep pause command)

Work on Ch3Proj1 (writing loops to move picPlayer through the maze)

Java  -

Ch 6 lecture (nested loops, break, continue, mistakes with loops, OBOB, infinite loops, using < rather than !=, block scope with curly braces - trying to use for loop variable outside of the loop if its declared in the initializing expression, sentinel value, boolean flag variable)

Data St -

Ch 18 Lecture (Big Oh)

Discuss the Big Oh graph at the bottom of the Ch 18 lecture notes

.10

VB -

Ch 3 Lecture (menus, submenus, separator bar, Checked & Enabled properties)

Create "Ch3Demo menus" (hiding various labels with menu commands and Checked properties, File / Exit menu command, Enabled menu properties)

Work on Ch3Proj1 (add menus)

Java  -

HW collect (Ch 6 worksheet #1)

Ch 6 lecture (loop invariant)

Data St -

Continue Ch 18 Lecture (watch sort animations, compute or predict Big Oh of mystery code segments)

.11

VB -

Ch 3 Lecture (separator bar, KeyDown event, KeyPress event, MouseDown event)

Create "Ch3Demo KeyDown and KeyPress" (displaying message boxes with various user events)

Work on Ch3Proj1

Java  -

Ch 6 lecture (Random class, nextInt, nextDouble, seed values)

Review the Ch 6 demo programs including prime number detection, GCD, LCM, reversing digits

Review various double-nested loop algorithms

Data St -

Continue Ch 18 Lecture (practice identifying sorting algorithms by finding characteristics parts of the algorithm,execute sorting demo programs from the Handout folder)

Classwork - Ch. 18 worksheet #1 - identify each mystery sort

Introduce Ch18Proj1

.14

VB -

Ch 3 Lecture (separator bar, KeyDown event, KeyPress event, MouseDown event)

Create "Ch3Demo KeyDown and KeyPress" (displaying message boxes with various user events)

Java  -

Do Ch 6 worksheets #2-5 as classwork & homework

Data St -

Continue Ch 18 Lecture (trace the QuickSort, trace the MergeSort, trace & discuss sequential and binary search algorithms)

Work on Ch18Proj1

.15

VB -

Submit Ch3Proj1

Java  -

Work on Ch6Proj1 (due tomorrow at 2:50 pm)

Data St -

Discuss - fill in blank worksheet

Big Oh summary quiz

Work on Ch18Proj1

.16

VB -

Review for Ch 3 Test

Review Ch 3 worksheets #3 & 4

Java  -

Use 10 mins to finish Ch6Proj1 which is due at 2:50 pm

Do Ch 6 packet #1 as graded classwork & Ch 6 packet #2 as homework

Data St -

Do Ch 18 worksheet #3 as graded classwork

Review Ch 18 worksheet #3

Work on Ch18Proj1

.17

VB -

Ch. 3 Test

Java  -

Submit Ch 6 packet #2

Review Ch 6 worksheets & packets

Data St -

Do Ch 18 worksheet #6 as graded classwork

Review Ch 18 worksheet #6

Review for Ch 18 Test

Work on Ch18Proj1

.18

VB -

Introduction to Set

Java  -

Ch 6 Test part 1

After you turn in the true/false and write the code part, complete the 5 loop tracing mult ch questions & fill in on your Scantron form

Ch6Proj1 runtime grades

Data St -

Work on Ch18Proj1

.21

VB -

(substitute teacher)

Ch. 4 lecture (relational operators, logical operators, If Else, If ElseIf, truth chart)

Java  -

AP mult ch part of Ch 6 Test (Ch 6 packet #3)

Data St -

Ch 18 Test (includes Big Oh summary quiz & fill in missing sort algorithm code)

.22

VB -

Ch 4 lecture cont

Java  -

AP free response part of Ch 6 Test

Data St -

Finish Ch18Proj1

.23

VB -

Hacking contest or Set or Robocode

Java  -

Distinguished guest speaker

Data St -

Distinguised guest speaker

.24

No School

.25

No School

.28

No School

.29

VB -

Ch. 4 lecture (relational operators, logical operators, If Else, If ElseIf, truth chart)

Java  -

AP Ch 6 Mult Ch post-mortem

Data St -

Ch 18 Test post-mortem

.30

VB -

Ch. 4 lecture (relational operators, logical operators, If Else, If ElseIf, truth chart, DeMorgan's Law, Mod, divisibility & prime nos, public key cryptography, macho rounding algorithm, pseudorandom numbers, Random class, Next, nextDouble, String methods including Compare & SubString, Unicode, Math class methods, timing two events, Select Case, arrays, Do While loops, Exit Do & Exit For, flag variable, sentinel value, linear search, binary search)

Java  -

Finish AP Ch 6 Mult Ch post-mortem

Per 5 - Ch6Proj1 runtime grades

Ch 7 lecture

Data St -

Ch 19 lecture

.Dec 1

VB -

Truth chart quiz

Java  -

????

Data St -

Ch 18 Test part 2 (true/false, fill in code, & Big Oh summary)

.2

VB -

Introduce Ch4Proj1

Java  -

????

Data St -

Review AP Exam Free Response questions

Marine Bio Review