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 [2019/12/03 14:48] – cthiel | qtr_2_study_guide [2024/12/12 10:13] (current) – frchris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | The first semester exam will be in two parts on December | + | The first semester exam will be in two parts on December |
| - | There will be multiple choice and short answer questions on Friday | + | There will be multiple choice and short answer questions on Monday |
| - | It is a good idea to review your code from homework and the labs, the powerpoint slides, | + | It is a good idea to review your code from homework and the labs, the [[http:// |
| - | Don't forget that you don't need a computer to practice writing code at [[https:// | + | 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.1575402532.txt.gz · Last modified: 2019/12/03 14:48 by cthiel