CS 12 Calendar
Calendar for CS 12
(Old calendar here)
- 4/3 (Thursday)
- MC4 Practice on Schoology
- Turn in Queue today using this driver file posted on 4/1. Turn in the whole folder. Be sure push AND pop are fast!
- New project Calculator and files. Due Friday 4/11 (Phase 1, 2, extension)
- 4/9 (Wednesday)
- MC5 Practice on Schoology
- FRQ “April 9” on AP Classroom. Score yourself. Completion grade for thorough work.
- Check out this site I made and submit your Stack assignment to it (for practice, not a grade). Login is same as class server: first 7 of last name + first initial (jefferst) and student id is password.
- Calculator is due next class. Only LEFT-to-RIGHT precedence, plus all basic functions (decimal point, backspace, clear, equals)
- 4/11 (Friday!)
- SPRING BREAK
- 4/22 (Tuesday)
- MC7 Practice on Schoology
- (From December, for review) Notes on inheritance and polymorphism worksheet and key
- Reset your password on JavaDrop (aka javadrop.io)
- Look at FRQ: 2024 #1 (BirdFeeder) and #2 (ScoreBoard)
- MC TEST MONDAY 4/28. Review all MC* warmups and the old MC test in AP Classroom!
- FRQ TEST FRIDAY 5/2. Lots of problems coming online on JavaDrop.
- AP TEST Wed 5/7
- 4/24 (Thursday)
- MC8 Practice on Schoology
- Recursion practice questions
- FRQ practice on javadrop.io – focus on ArrayLists and Arrays
- MC Test next class.
- Review all the MC warmups here
- 4/28 (Monday)
- MC Practice Test
- 4/30 (Wednesday)
- AP Review
- Go over MC questions (results on AP classroom)
- FRQ test next class, practice problems on JavaDrop (aka javadrop.io)
- 5/2 (Friday)
- FRQ Test in class
- 5/6 (Tuesday)
- Verify you can log in to BlueBook
- Memorize your password!
- AP TEST TOMORROW. Review on JavaDrop. GOOD LUCK
- 5/12 (Monday)
- Notes on Binary Trees (here’s some examples online)
- Binary Tree Assignment due in class (submit to JavaDrop)
- BinaryTree Tester Day 1
- 5/14 (Wednesday)
- AP something or other test
- 5/16 (Friday!)
- Binary trees Day 2: FindMin, Delete, Find
- Add these methods to your code: FindMin returns an int, Delete returns void, Find returns boolean
- Make your own tester and then test with supplied BinaryTreeTester.java
- Submit on JavaDrop (Binary Day 2)