qtr_2_study_guide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
qtr_2_study_guide [2018/12/10 13:00] – frchris | qtr_2_study_guide [2024/12/12 10:13] (current) – frchris | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The first semester exam will be Wednesday December 12 8: | + | The first semester exam will be in two parts on December 16 and 17, 2024 In Room 405. The average of the two quarter exams is worth 20% of your grade. The first semester exam is a cumulative exam that covers the summer assignment, |
- | It is a good idea to review your homework, the powerpoint slides | + | There will be multiple choice and short answer questions on Monday Dec 16, and free response questions on Tuesday Dec 17. (On the actual AP Exam, the multiple choice question pace is 2 minutes, 15 seconds each, and the free response |
- | The first file in Plus Portals | + | It is a good idea to review your code from homework and the labs, the [[http://www.skylit.com/javamethods/ppt/index.html|powerpoint slides]], as well as |
- | + | Don't forget that you don't need a computer to practice writing code at [[https:// | |
- | The second file is called | + | |
- | + | ||
- | Don't forget that you don't need a computer to practice writing code at [[https:// | + | |
To practice free response questions try | To practice free response questions try | ||
- | | + | |
+ | | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | To Practice multiple choice questions try | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
Things to watch out for: | Things to watch out for: | ||
- | - not initializing a field ( fields are private, to encapsulate) | + | - Constructors should initialize the class' |
- | - accidentally | + | - When initialzing fields in a constructor, |
- | - remember | + | - Remember |
- | - local variables are never public nor private | + | - Remember local variables are **never** public nor private |
- | - dangling else statements (p 148) | + | - Remember method names should |
- | | + | - Watch for dangling else statements (p 148) - without brackets, the last '' |
- | - not to add a System.out.print | + | - **Do not** add a '' |
- | - using local variables | + | - **Do not** use local variables |
- | - changing | + | - Variables are declared ONLY ONCE, not every time. |
- | - return | + | - **Do not** assign |
+ | - **Never** use '' | ||
+ | - Remember to '' | ||
+ | - **Do not** '' | ||
Finally, please remember to get a good night' | Finally, please remember to get a good night' | ||
Good Luck! | Good Luck! | ||
- | PS: I have found other helpful free tutorial videos | + | PS: I have found other helpful free online tutorials for the Basics |
qtr_2_study_guide.1544464831.txt.gz · Last modified: 2018/12/10 13:00 by frchris