Conclusion
Concluding the course with a brief summary.
We'll cover the following
Summary
The course begins with the introduction to programming and the Java language.
The course is divided into two parts:
-
The first half of the course discusses variables, objects, conditionals, iteration, and basic built-in Java classes, like
String
andMath
. Data storing techniques, e.g., array, 2-D array, andArrayList
are also covered. -
The second part of the course covers object-oriented methodology and explains concepts like inheritance and polymorphism.
The course content helps you develop the following skills:
✔️ Developing an algorithm
✔️ Designing a program
✔️ Writing code to solve a problem
✔️ Testing a program and removing errors
✔️ Documenting and explaining the code
Practice material
We have designed three different assessments based on the pattern of the official AP CS A exam. However, before attempting them, check the test preparation guidelines.
Get hands-on with 1400+ tech skills courses.