User Tools

Site Tools


qtr_1_study_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
qtr_1_study_guide [2022/10/01 09:48] frchrisqtr_1_study_guide [2022/10/01 09:51] frchris
Line 12: Line 12:
   * [[https://apclassroom.collegeboard.org/| Qtr 1 MC Practice]] assignment at AP Classroom   * [[https://apclassroom.collegeboard.org/| Qtr 1 MC Practice]] assignment at AP Classroom
   * [[https://codingbat.com/java/Warmup-1|codingbat.com]] Warm-up 1   * [[https://codingbat.com/java/Warmup-1|codingbat.com]] Warm-up 1
 +  * [[https://codingbat.com/java/Logic-1|codingbat.com]] Logic 1
   * [[https://mathorama.com/apcs2/practice_frq_qtr_1.pdf |Practice FRQs' for Qtr 1]]   * [[https://mathorama.com/apcs2/practice_frq_qtr_1.pdf |Practice FRQs' for Qtr 1]]
  
-It is also a good idea to practice writing code.  Don't forget if you are away from your computer, you can still practice writing code on your phone or iPad at [[https://codingbat.com/java|https://codingbat.com/java]].  [[https://codingbat.com/java/Warmup-1|"Warm up"]] and [[https://codingbat.com/java/Logic-1|"logic"]] are good categories to practice.  You also may wish to try these {{ :practice_frq_qtr_1.pdf |practice free response }} quizzes from the past, and the reading and exercises we've done at [[https://runestone.academy/runestone/books/published/Java2021-SFHS/index.html|Java2021-SFHS]]. 
  
-You may wish to review your homework, labs, and the powerpoint slides (in [[ https://classroom.google.com|Google Classroom]]).  +==Things to watch out for:==
- +
-Things to watch out for:+
   - Constructors should initialize the class' fields  (fields are ''private'', to encapsulate)    - Constructors should initialize the class' fields  (fields are ''private'', to encapsulate) 
   - When initialzing fields in a constructor, **Do not** mention its type- this accidentally makes a local variable instead of initializing the classes field that has the same name.   - When initialzing fields in a constructor, **Do not** mention its type- this accidentally makes a local variable instead of initializing the classes field that has the same name.
qtr_1_study_guide.txt · Last modified: 2023/10/09 09:23 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki