AP - Computer Science Fundamentals of JavaCh 8 "Introduction to Arrays"
Complete the
following exercises. Send all answers
to
me via email . Use complete sentences and proper grammar/spelling in
your answers. Where needed insert an image into your document. The
subject of the email should be apc fundamentals ch 8. Be
sure to keep a copy in your FirstClass account.
Optional
Exercises. (If you have
already completed Ch. 4 in BlueJ, skim through sections 8.1-8.6.
Complete any section the fills in any gaps in your understanding.
- Section 8.1 Conceptual Overview:
Complete exercises
1-3. Define: index, element
- Section 8.2 Simple Array
Manipulations: Complete
exercises 1, 2. Write the syntax that declares and instantiates a
300 element (String) array called boohoo.
- Section 8.3 Looping Through Arrays: Complete exercises 1-5.
- Section 8.4 Declaring Arrays: Complete exercises 1-4. Define instantiate.
- Section 8.5 Working With Arrays
That Are Not Full: Complete
exercises 1-2. Define physical
size, logical size.
- Section 8.6 Parallel Arrays: Complete exercises 1-5.
Non-Optional Exercises.
- Section
8.7 Two Dimensional Arrays: Complete exercises 1- 4.
- Section 8.8 Arrays and Methods: Complete exercises 1-5.
- Section 8.9 Arrays of Objects: Complete exercises 1-2.