|
.Nov 1
Geometry -
Review some of 4.6 homework
VB -
Review Ch. 3
worksheet #2
Ch. 3 lecture -
tracing double-nested For loops
Java -
Review graded Ch. 3 worksheets
#3 & #4
Review for Ch. 3 Test
Data St -
Finish Ch13Proj1 (Tic
Tac Toe - due Tue 3 pm)
|
.2
Geometry -
Review rest of 4.6 homework
Lecture 4.7 (def'ns, p. 156 #2-4, sample proofs)
VB -
Submit homework (Ch. 3 worksheets #3 & #4)
Review for Ch.
3 Test
Java -
Ch. 3 Test
Data St -
Do Ch. 13 Packet #2
|
.3
Geometry -
Homework review
Finish 4.7 lecture
(if time) Lecture 5.1
VB -
Ch. 3 Test
Java -
Part 2 of Ch. 3 Test
Begin Ch.
5 lecture (if, if else if, relational & logical
operators,
short
circuit evaluation)
Data St -
Review Ch. 13 packet #1
|
.4
Geometry -
Finish Lecture 5.1
Homework review
Lecture 5.2
VB -
Begin Ch. 4 lecture (If statements)
Build Ch4ClassDemo1 (KeyDown, If ElseIf statements, collision
detection, boundary detection)
Java -
Ch. 5 lecture (using
braces with if's, nested
if statements, dangling
else)
Data St -
Begin Ch13Proj3
|
.5
Geometry -
Homework review
Lecture 5.3
VB -
Continue Ch. 4 lecture (If
statements)
Continue Ch4ClassDemo1 (begin Ch4Proj1)
Java -
Ch. 5 lecture (DeMorgan's
law, comparing floating-point values with epsilon,String
class equals and compareTo methods)
Data St -
Continue Ch13Proj3
|
|
.8
Geometry -
Homework review
Lecture 5.4
VB -
Continue Ch. 4 lecture (If
statements)
Introduce Ch4Proj1
Java -
Quiz on first few pages of Ch. 5
Ch. 5 lecture (null
reference, predicate methods, switch statement, ternary operator)
Data St -
Finish Ch13Proj3
Ch13Proj (tic tac toe) runtime grades
Introduce Thursday's Ch. 13 Test
|
.9
Geometry -
Homework review
Lecture 5.5
VB -
Continue Ch. 4 lecture (If
statements)
Work on Ch4Proj1
Java -
Ch. 5 classwork (p. 219 #1, 5, 6, 8-10,
12, 14, 17, 18)
Data St -
Begin Ch. 14 lecture (exceptions)
|
.10
Geometry -
No 8th graders (Career Day)
Introduction to Set
VB -
Work on Ch4Proj1
Java -
Continue homework Ch.
5 p. 219 #1, 5, 6, 8-10, 12, 14, 17, 18
Data St -
Ch. 13 Test part 1
|
.11
Geometry -
Quiz 4.6 - 5.3
Homework review
Lecture 6.1
VB -
Continue Ch. 4 lecture (pseudorandom
number generation)
Work on Ch4Proj1
Java -
AP style multiple choice questions
Data St -
Continue Ch.
14 lecture (exceptions)
Review author's Ch. 14 purse class & Ch14Demo1
(Grades & GradesList) from Handout folder |
.12
Geometry -
Quiz post-mortem
Homework review
VB -
Ch. 3 Test Post-Mortem
Continue Ch. 4 lecture (random
number generation formula)
Work on Ch4Proj1 Java -
Review yesterday's classwork
Ch. 3 Test Post-Mortem
Data St -
Ch. 13 Test part 2
|
|
.15
Geometry -
HW review (Ch. Test on p. 199)
VB -
Work on Ch4Proj1 (due
today at 2:45 pm)
Continue Ch. 4 lecture (truth
chart)
Java -
HW review (Ch.
5 worksheet #1)
Data St -
Work on Ch14Proj1 (due Thur 2:30 pm) |
.16
Geometry -
Review for test (Ch. Test on p. 199)
Lecture 6.1 continued
Lecture 6.2
VB -
Continue Ch.
4 lecture (truth chart)
Begin Ch. 4 worksheet #1 as a class
Java -
Ch. 5 Test review
Ch.
5 worksheet #2 review Ch. 5 p. 219 exercises review
Do Ch. 5 worksheet #3 Data St -
Ch. 13 Test post-mortem
|
.17
Geometry -
Ch. 5 Test
VB -
Continue Ch. 4 lecture (DeMorgan's
Law, Mod)
Begin Ch. 4 worksheet #2 as a class
Java -
Ch. 5 Test
Data St -
Ch. 13 Test post-mortem
|
.18
Geometry -
Lecture 6.2
VB -
Continue Ch. 4 lecture (using
Mod to test divisibility)
Begin Ch. 4 worksheet #14 as a class
Java -
Ch. 5 Test Part 2 - AP style mult
ch
Data St -
Begin Ch.
17 lecture (recursion)
(if time) Work on Ch14Proj1 (due
Thur 2:30 pm) |
.19
Geometry -
HW review (6.2 on p. 210)
Write VB computer program that determines if 3
measurements could form a triangle Test post-mortem
VB -
Ch4Proj1 runtime grade
Java -
AP - Ch. 5 Test Part 3 - AP style fr resp
Honors - Begin Ch. 6 vocab
Data St -
Flash intro |
|
.22
Geometry -
Finish writing VB computer program that determines
if 3 measurements could form a triangle
VB -
Finish Ch4Proj1 runtime grades
Do Ch. 4 worksheet #3
Java -
Per 5 - guest speaker
Data St -
Continue Ch. 17 lecture (recursion)
Guest speaker 10:30-10:45 am |
.23
Geometry -
Lecture 6.3
VB -
Review HW - Ch. 4 worksheets #4 & #5
Java -
Ch. 6 lecture (while
loop, for loop, break, continue, spaghetti code)
Data St -
Continue Ch.
17 lecture (recursion, tracing stack frames, tracing
stack frames using a binary tree)
|
.24
Geometry -
HW review (6.3)
VB -
Continue Ch. 4 lecture (prime number detection, DeMorgan's Law) Java -
Ch. 6 lecture (mistakes with for loops, OBOB, infinite loops, block scope)
Data St -
Continue Ch.
17 lecture (recursion, btree stack frame evaluation - inorder, preorder, postorder traversals) |
.25
Thanksgiving
|
.26
No School
|
|
.29
No School |
.30
Geometry -
HW review (6.3)
VB -
Continue Ch. 4 lecture (StrComp,
Unicode, Mid)
Java -
Ch. 6 lecture (do while loops, using < rather
than !=, nested loops)
Data St -
Continue Ch. 17 lecture (recursion)
Review Ch. 17 Demo program #5
|
.Dec 1
Geometry -
HW review (6.4)
VB -
Homework review (Ch. 4 worksheet #6)
Build Ch4ClassDemo2 to review string methods
Java -
Homework review (Ch.
6 worksheet #1) Ch. 6 lecture (
Random class)
Data St -
Continue Ch.
17 lecture (recursion, identifying tail recursion)
Review Ch. 17 Demo programs #6 & 7
|
.2
Geometry -
Quiz 6.1-6.3
Begin homework (Sxn 6.5 p. 231 #5-10)
VB -
Classwork - Do Ch. 2 worksheets #1 & #2
Begin homework (Ch. 2 worksheets #3 & #4)
Begin HW (Ch. 4 worksheet
#7)
Java -
Type up your own version of Ch.
6 worksheet #1. Print your name on the back of the typed worksheet along
with the answers.
Work on Ch.
6 vocab which is due tomorrow
Data St -
Do ACSL recursive functions worksheets #1
& 2
Do Ch. 17 worksheets #2, 3 & 5 |
.3
Geometry -
Homework review
Begin homework (Chapter Test on pp. 236, 237)
VB -
Continue Ch. 4 lecture (Math class & methods,
random number generation, timing two events, Select Case, array,
Do While Loop, counter statement, flag variable, sentinel value,
linear search, binary search)
Finish Ch4ClassDemo2 to review string methods
Build Ch4ClassDemo3 to review Math methods
Build Ch4ClassDemo4 to review random number generation
(Ch. 4 test sometime next week)
Java -
Ch.
6 lecture (Random class)
Build Ch6ClassDemo1 to review
loops and random number generation
Introduce Ch6Proj1
Ch. 5 Test post-mortem?
(Ch. 6 test sometime next week)
Data St - Continue Ch. 17 lecture (recursion)
Build Ch17ClassDemo2 to review iterative
and recursive versions of linear and binary search algorithms
Ch. 17 test sometime next week |