Review of Flow Charts, Inheritance and Procedural Abstraction
Flow Chart Basics
Flow Chart Symbols
More Flow chart basics
Creating a Flow Chart in Google Docs
Add the following Section 2-5 Vocabulary to your Java vocabulary list:
- A story that gives the animation a purpose.
-
Procedures that are created by the programmer.
-
A list of actions to perform a task or solve a problem.
-
When each subclass object receives the methods and properties of its superclass.
-
Identifies the design specifications for the animation scenario. Two types are visual and textual.
-
The process of looking at programming code, identifying repetitive programming statements, and extracting them into their own methods in order to make the code easier to understand and reuse.
Begin Section 2-5 Declare Procedures practice. Save steps 1-4 as S2-5 White Rabbit Last Name. Replace optional activity 1 with the following:
Use Google Draw to create a flow chart with the proper symbols for the following:
Start > Alarm rings
> Are you ready to get up? >
Yes > Get out of bed > Turn alarm off > End
No > hit the snooze button > delay alarm 2 minutes > Alarm rings
Draw activity 2 on paper or create a textual storyboard or create an animation, choose one of these options. Save activity 3 as S2-5 Flying Last Name, activity 4 as S2-5 Bunny Soccer Last Name. Demonstrate these programs for teacher check. Be sure you have comments in your code.
Begin Section 2-5 Declare Procedures project and save the project as Fish_5 Project Last Name. Demonstrate the working project to your instructor for teacher check.
Once you have completed these sections continue working on your own animation - the one you story boarded. Remember to make procedures for tasks that will be repeated often.