Lecture Notes 24: Review and Study.
Objectives
During this module, we'll clarify the final project and revisit any concepts that you want to review.
The following are some popular "review" materials:
- Compiling and running programs through the terminal.
- Method construction.
- Using primitives variables, casting, ASCII conversions
- String operations
- While and For Loops
- Nested For loops
- Conditionals
- 1-D Arrays
- 2-D Arrays
- Scope and Encapsulation, Variable shadowing
- Classes and Objects
- Understand how to use Generics.
- ArrayList, LinkedList, HashMap
Before Starting
If you do not have your Codio course ready, use any text editor or simple IDE. Some possibilities are:
- Write using Sublime; Compile and run in the Terminal
- Use IDEs like: IntelliJ, DrJava, or JGrasp
Overview of the Final Project
The following are key elements of the Final project:
- Codio Debugger
- Design, then code
- Scaling
- Blurring
- Unshar Masking
- Masking of section + addition of the rectangle
Subject Review
In this section, we can revisit any subject you might need to discuss that might help in the completion of the final project or to clarify the concepts seen throughout the course.