|
AP Computer Science
Advanced Placement Computer Science Page
− General Resources
Good sites dedicated to AP comp sci topics
- link 1
− Unit 1 : Number Systems, Recursion and Constructors
- Day 1 HW:
- 1) Download and install Sun's JDK(the Java Developer's Kit) , BlueJ and Eclipse (You want 'Eclipse IDE for Java Developers' which is the 2nd from the top link--about 100 megabytes)
- 2) Do a google search to determine the definition of 1) 'recursion' and 2) 'base case' . Be prepared to hand in the answers to these questions or to take a quiz on them.
Day 1 Class Work
Review Worksheet
Day 2 Class Work Overloaded constructor
- First: download Jeroo if you no longer have a copy on your hard drive.
- a) what is 'overloading'(Examples from Jeroo)
- b) what are the 2 ways that we can overload
- c) what is a constructor
- Here is the exact wording of one of the questions.
Below are two snippets of code from a Jeroo program. Underneath each, explain,specifically, how each one exemplifies an ‘overloaded constructor.’
| People Who Took Java Year |
For the others, do the activities listed below at the following URL |
| Recursion |
Do the following numbers 1,3,5,7,11-14 Then do recursion |
Top
|