1 | Wednesday, Aug 20 | Day X X Brn/Gld | For First Time Coders:
| | | Video Links
- Installing BlueJ Video
- Computer Methodology (5:48-7:41)
Download Links
- Download Chapter 1
- Download Java Methods Student Files
- Download BlueJ (v3.17 or v5.03)
- Download Java JDK
- Download Java JRE
- Download Eclipse (2024-06 IDE for Java Developers)
|
| | |
- Roll/Prayer/Welcome
- Counting on one finger (Binary on a Raspberry PI with LEDs)
- Log-in to Runestone Change your Password, find the CSAwesome2 Textbook and Assignments (Under your icon there is a pop-up menu
- Hello World without an IDE (Video)
- BlueJ, Eclipse as different IDE's (Integrated Development Environment)
HW
Watch Learn Java in 14 min
Install BlueJ and Eclipse on your home computer (Sorry, your chromebook is ok for online stuff, but not big and powerful to compile code)
| | |
- Syllabus
- Learn Java in 14 min
- www.learnjavaonline.org
- Hello World without an IDE
- https://www.tutorialspoint.com/java/index.htm
- Installing Eclipse on Windows or a Mac(12 min)
- www.learnjavaonline.org
- Guess My Rule
- Eclipse instructions
- mathorama.com/karel has slides and files
| 2 | Thursday, Aug 21 | Day 1 - Brown | In class
- Sign in to AP Classroom
- Pair Programming: Pick who is driver first
- Runestone Section 1.1 to 1.2
for HW
- Finish classwork (Runestone 1.1-1.2)
- Runestone Section 1.3
| | | | 3 | Monday, Aug 25 | Day 3 - Brown | In class
- Runestone Section 1.4 to 1.5
for HW
- Finish classwork (Runestone 1.4-1.5)
- AP Classroom: Unit 1 A Topic Questions
| | | In class
- Sign in to AP Classroom
- Pair Programming: Pick who is driver first
| 4 | Wednesday, Aug 27 | Day 5 M Brown | In class
- Questions on Runestone 1.4-1.6)
- Unit 1A quiz (up to Runestone 1.4)
- Runestone Section 1.7
- Sign in to AP Classroom Progress Check
for HW
- Runestone Section 1.8
- Study for Unit 1A Test (Sections 1.4-6)
| | |
- Sign in to AP Classroom Progress Check
- Pair Programming: Pick who is driver first
| 5 | Friday, Aug 29 | Day 1 F Brown | In class:
- Quiz like the Sample Quiz from class 4 (Bring your Person class to help!)
- Adding a Library to your IDE with a ".jar" file
- Lab: Make a Picture with a APLU Turtle using jturtle-0.1.1.jar Added to your library.
- Dot class, tested with ClickDot class.
for HW:
- Download studentfiles.zip and unzip to see the starter code, answers to odd questions, and the EasyClasses.jar file from Skylit.com
- Install the EasyClasses.jar files to your IDEs on your home computer. See details here
- Start Reading Ch 3
| | | Lab Scoring:
- Adds the jturtle-0.1.1.jar library in either BlueJ or Eclipse
- Your name as @author in a comment
- The date as @version in a comment
- Makes a Turtle that is visible
- Draws a shape
- Fills the shape with a color
- Autographs their work with a label
- (8th point: Has more than one shape with an additional Turtle instance
- (9th or 10th point: Has unique and creative work of art
| 6 | Wednesday, Sep 03 | Day 3 - Brown | In class:
- DQ1 Returned (if you scored under 8, you may have a redo to bring it up to 8/10 max)
- Litvin Ch 3 slides
- Morning.java (found in StudentFiles > Ch03 > Exercises). Make a Project, THEN drop roost.wav in folder from Finder)
- MovingDisk.java (found in StudentFiles > Ch03 > Syntax)
HW:
- Ch 3 page 61 #1, 2, 3b, 4-8,10. The Student Files has the needed starter code as well as the answers to the checked exercises in the book
- Finish Lab: TurtleGraphics with a APLU Turtle using jturtle-0.1.1.jar Added to your library. See the "Turtle" Topic in the the MyKnight Portal for helpful links.
- Start Reading Chapter 4
| 61 | 1, 2, 3(b), 4, 5, 6, 7, 8, 10 | download StudentFilesfrom the Textbook website Labs | 7 | Friday, Sep 05 | Day 5 F Brown | In class:
- Warm up at AP Classroom Class 7 Sampler
- Ch 3 Q and A (socrative.com)
- Intro to Litvin Ch 4: "OOP" -
- Class vs Object (page 71)
- Lab 4.2 (page 68 Code in Ch04 folder of StudentFiles)
- Chapter 4 (slides)
HW:
- Litvin Ch 4 exercises 1, 2, 3b, 4, (7) (please upload or type work directly into Blackbaud. No Google submissions)
| 90-92 | 1, 2, 3b, 4, (7) | download the Student Files for the book from the Textbook website
| 8 | Tuesday, Sep 09 | Day 1 - Brown | In class:
- Ch 4 Q and A (socrative.com)
- Lab 4.6 "Balloons of All Types" (p. 85) StudentFiles)
Class of 2024 Fancy Balloons
for Homework:
- Runestone: CSAwesome Assignment "Subclasses"
- Litvin exerciseses on page 92: # 8, 10, 11, 12
- Start Reading Chapter 5
| 92 | 8, 10, 11, 12 | Helpful Video Links (Assigned in AP Classroom so you find them, but not graded)
- Objects: Instances of classes
- Constructors
- Putting Strings together
| 9 | Thursday, Sep 11 | Day 3 - Brown | Litvin 5: Data Types, Variables, and Arithmatic
In Class
- Warm Up: String Methods: Pirate Translator (Talk Like a Pirate Day)
- TurtleGraphics 2024
and Fancy Balloons 2024 "Show and Tell"
- Quiz on Turtles, and Litvin Chapters 3 and 4
- Ch 5: Data Types, Variables and Arithmetic (slides)
- Lab 5.11 Pie Chart (Litvin p.119)
For HW:
- Watch 2 Unit 1.2 Unit Videos in AP Classroom
- Do p 125 exercises # 1, 2, 4, 5, 6
- Start on Runestone: CSAwsome: Data types, Variables, and Arithmetic
| 125 | 1, 2, 4, 5, 6 | Helpful Video Links (Assigned in AP Classroom so you find them, but not graded)
- Using the Math class
- Using the QRG with the Math class
- Using the Math.random() method
- Variable and Data Types Video 1 (7 min)
- Variable and Data Types Video2 (7 min)
- Casting & Ranges Video 1 (9 min)
- Casting & Ranges Video 1 (8 min)
| 10 | Monday, Sep 15 | Day 5 - Brown | In Class:
- Demo with BlueJ's Code Pad (Cmd-E) to explore data types
- Finish Poll Lab Steps 5, 6, and 7 Litvin page 120
- Test on Turtles, Chapter 3 and Chapter 4 (60 min)
For HW:
- If you haven't already, upload our completed PollDisplayPanel.java file to Litvin Lab 5-11
- Complete Runestone: CSAwsome: Data types, Variables, and Arithmetic
- Litvin page 126: 7, 8 and 9
| 126 | 7,8, and 9 | Helpful Video Links for Chapter 5 (Assigned in AP Classroom so you find them, but not graded)
- Using the Math class
- Using the QRG with the Math class
- Using the Math.random() method
- Variable and Data Types Video 1 (7 min)
- Variable and Data Types Video2 (7 min)
- Casting & Ranges Video 1 (9 min)
- Casting & Ranges Video 1 (8 min)
| 11 | Wednesday, Sep 17 | Day 1 - Brown | In class:
- Ch 5 Q&A (Socrative.com
for HW:(No need to turn in anything to blackbaud, your AP Classroom is on the cloud)
For HW:
- Do Ch 5 p.126 exercises # 10, 12, 13 (optional: 18, 19)
| 126-7 | 10, 12, 13, (optional: 18, 19) |
- AP Java Quick Reference Guide
- https://codingbat.com/java
- Writing classes Practice
- Primitive data Types Unit 1 lecture by Adam Cannon of Columbia U
| 12 | Friday, Sep 19 | Day 3 F Brown | In class:
Test on Chapter 5. You may use a printed copy of the AP Java Quick Reference Guide during the test.
- Qtr 1 Study Guide
- Qtr 1 Practice @apclassroom.collegeboard.org
- https://codingbat.com/java
- Writing classes Practice
for HW:
| | |
- AP Java Quick Reference Guide
- One to Ten Game
- Qtr 1 Study Guide
- https://codingbat.com/java
- Primitive data Types Unit 1 lecture by Adam Cannon of Columbia U
| 13 | Tuesday, Sep 23 | Day 5 - Brown | For underclassmen (Kairos)
Kairos 112 Sept 24-27, 2024
- Estimate Pi
- Adding Drill
- Complete One-ToTen Lab
- Coding Bat Practice
| | |
- Nim Game Video
Starter Code
- "One to Ten Game"
- AP Java Quick Reference Guide
- Number Cube
- Adding Drill
- Estimate π with darts
| 14 | Thursday, Sep 25 | Day 1 F Brown | Qtr 1 Review
| |
- AP Comp Sci Quick Reference
- College Board Penalty Points
- Qtr 1 Study Guide
| | 18 | Wednesday, Oct 08 | Day 3 - Brown | Qtr 1 Review
| |
- AP Comp Sci Quick Reference
- College Board Penalty Points
- Qtr 1 Study Guide
| | 20 | Tuesday, Oct 14 | Day X X Brn/Gld | Qtr 1 Exam Room 405 (90 min)
- Turtle API
- AP Comp Sci Quick Reference
- College Board Penalty Points
- Qtr 1 Study Guide
- After the Exam, start Reading Chapter 6
| | |
- Primitive data Types Unit 1 lecture by Adam Cannon of Columbia U
|