Difference between revisions of "IB Computer Science 1"

From WLCS
Line 2: Line 2:
 
* Download and read over all the code within [https://drive.google.com/open?id=1GrCBrJ3gIULEzvrCLV4W_H8DEFS9SHEe DinoGameWithOOP.zip]
 
* Download and read over all the code within [https://drive.google.com/open?id=1GrCBrJ3gIULEzvrCLV4W_H8DEFS9SHEe DinoGameWithOOP.zip]
 
* Re-implement [https://docs.google.com/document/d/1ISlelGLpXnTMHWMT8X6_FD52FwA-kwQqwf6og0HRnkE/edit?usp=sharing OOP: Flappy Bird in Java]
 
* Re-implement [https://docs.google.com/document/d/1ISlelGLpXnTMHWMT8X6_FD52FwA-kwQqwf6og0HRnkE/edit?usp=sharing OOP: Flappy Bird in Java]
 +
* If you are submitting this assignment:
 +
** Create a video demonstrating that your program works
 +
** Within your video, you must also present the source code by highlighting and explaining what the different sections within your code do
  
 
== Monday - Friday (5/4/20 - 5/8/20) : Self-distancing : Week 8 ==
 
== Monday - Friday (5/4/20 - 5/8/20) : Self-distancing : Week 8 ==

Revision as of 14:55, 12 May 2020

Monday - Friday (5/11/20 - 5/15/20) : Self-distancing : Week 9

  • Download and read over all the code within DinoGameWithOOP.zip
  • Re-implement OOP: Flappy Bird in Java
  • If you are submitting this assignment:
    • Create a video demonstrating that your program works
    • Within your video, you must also present the source code by highlighting and explaining what the different sections within your code do

Monday - Friday (5/4/20 - 5/8/20) : Self-distancing : Week 8

  • Sorry for the lack of update this week...hopefully everybody used the week to catch up on everything
  • OOP assignments and mini-project coming soon

Monday - Friday (4/27/20 - 5/1/20) : Self-distancing : Week 7

  • Final grades have been posted. Both percentage and letter point averages were calculated, and the higher of the two was given
  • Read OOP: Part 1
  • Complete Constructors Practice 1 repl.it
  • Complete Constructors Practice 2 repl.it
  • Read OOP: Part 2
  • Complete Object Usage Practice 1 repl.it
  • Complete Object Usage Practice 2 repl.it
  • Read OOP: Part 3
  • Complete OOP: My First Object
  • Complete the class definition practice repl.its: Circle class, Point class, Car class

Tuesday - Friday (4/14/20 - 4/24/20) : Self-distancing : Weeks 5 & 6

  • Read and complete IB CS 1 Weeks 4/14 - 4/24 Announcement(s)
  • Optional Final Grade Elevation
    • Final grades will be calculated and posted next week
    • You have an opportunity to gain up to 10 final grade percentage points by completing all of the Java material/content (slides and videos) and its assignments that have been posted since the self-distancing began
    • Complete the Final Grade Elevation Survey found in Canvas Quizzes
    • Details of assignment(s) submission will be given later

Monday - Friday (4/6/20 - 4/10/20) : Self-distancing : Week 4

  • Spring Break

Monday - Friday (3/29/20 - 4/3/20) : Self-distancing : Week 3

Monday - Friday (3/23/20 - 3/27/20) : Self-distancing : Week 2

  • Mr. Bui is in the process of closing out 3rd Quarter grades
  • Watch Java Method Signatures
  • Complete the Java Processing: Bouncing Ball Lab
  • Java References (if you feel like they'll be useful or you want to skim them to see what's there)
  • You will be converting several of your old Python Processing animations to Java Processing. You do not need to turn them in yet. Simply verify that it works yourself.
    • Convert your Python Processing Emoji to Java
    • Convert your Python Processing Hover Buttons to Java
    • Convert your Python Processing Tic-Tac-Toe to Java
  • If you do not have your Python Processing versions of the assignments above, then you may use somebody else's Python Processing code just to practice porting it to Java. You may find the Python version of some programs here
  • Make sure you successfully execute and test each of the programs that you convert over to Java
  • Feel free to practice converting other Python Processing programs to Java

Tuesday - Friday (3/17/20 - 3/20/20) : Self-distancing : Week 1

  • 3rd Quarter ends Friday (3/20/20)
    • All IB CS 1 grades are currently being entered for the 3rd quarter, so if you check and notice a grade is incorrect, then please e-mail Mr. Bui
    • Recheck your IB CS 1 grade daily because Mr. Bui is updating it right now.
    • If you wish to update a grade b/c you needed to complete a missing/late assignment, then please e-mail Mr. Bui
    • No work for 3rd Quarter will be accepted after Friday (3/20/20)
  • 4th quarter schedule of assignments will be posted soon (after Mr. Bui finishes closing out 3rd quarter grades)

Monday (3/16/20) : Self-distancing : Week 1

  • All students are still expected to have completed all the repl.its assigned when school was still in session last week (see previous date below)
  • Mr. Bui is developing a weekly schedule of Java-related programming tasks and resources. A complete schedule should be posted by Tuesday (3/17/20) morning
  • Mr. Bui is also developing a question-answer workflow so that students can ask general and specific questions. The workflow will look something like this:
    • General questions should be posted in the Canvas Discussion area; however, the student should check if any existing discussion threads already answer their question. If not, then a new thread should be created for their question
    • Specific questions about student code will require students to take a screenshot of their own code and message it to Mr. Bui. The Canvas messaging system will likely be used for this because Mr. Bui does not want his inbox to be flooded
  • If you have any questions right now, please feel free to e-mail Mr. Bui or create a Discussion thread. Please note that if you e-mail a question, and it's a good question, then Mr. Bui may create a thread himself to repost and answer your question
  • Please note: Mr. & Mrs. Bui have their own children at home with them, so do not expect immediate responses.

Thursday (3/12/20)

Agenda:

  • Scanner review
  • All repl.its through quadratic formula should be done at this point
  • Java Conditionals (booleans, comparisons, logic ops, if, while)
  • Complete the following repl.its
    • 2 x Conditional Statement repl.its
    • 4 x While Loop Practices
    • Taylor Series Pi (4th quarter)
    • Taylor Series E (4th quarter)

Tuesday (3/10/20)

Agenda:

  • Java's Input Scanner
  • Be able to answer the following questions about https://repl.it/@paulbui/Java-Scanner-Input
    1. What statement is used at the top of the file to import the Scanner? (Line 1)
    2. How do we declare a Scanner variable and initialize it? (Line 9)
    3. How do we print message prompts to the user? (Lines 12, 17, 20)
    4. How do we scan the keyboard for an inputted String? (Line 13)
    5. How do we scan the keyboard for an inputted int? (Line 18)
    6. How do we scan the keyboard for an inputted double? (Line 21)
  • Complete the My First Scanner Java repl.it (should be done by the end of class period)
  • Complete the Rectangle Area Calculate Java repl.it (should be done by the end of class period)
  • Complete the Distance Formula Java repl.it (should be done by the end of class period)
  • Work on the Quadratic Formula Java repl.it (most people should be done with this too by the end of the period)

Homework:

  • Complete the Quadratic Formula by next class (or have questions if you are stuck)

Wednesday - Friday (3/4/20 - 3/6/20)

Agenda:

  • App Catalog -> JGrasp
  • Turn in Download worksheets!
  • Introduction to Java
    • Join the new Java repl.it course
    • Basic syntax - Hello World
    • Variable declaration and initialization
    • Integer division
    • Casting

Monday (3/2/20)

Agenda:

Homework:

  • Watch the videos and complete the worksheets in Canvas if you did not finish them in class. Due on Wednesday 3/4/20

IBCS1 - Archives