- Pine-Richland High School
- Resources
AP Computer Science A
Advanced Placement Computer Science is a college-level equivalent course focusing on Object-Oriented Programming. This course emphasizes design issues that make programs understandable, adaptable, and when appropriate, reusable. At the same time, the development of useful computer programs and classes is used as a context for introducing other important concepts in computer science, including the development and analysis of algorithms, the development and use of fundamental data structures, and the study of standard algorithms and typical applications. In addition, an understanding of the basic hardware and software components of computer systems and the responsible use of these systems are integral parts of the course. The course utilizes the Java programming language.
Units of Study:
- Introduction to Java
- Program Fundamentals
- Decision Structures
- Loops and files
- Methods
- Arrays
- Data Abstraction- Class Development
- Recursion
- Strings and Wrapper Classes
- ArrayLists
- Searching and Sorting Algorithms
- Aggregation
- Inheritance, Interfaces & Abstract Classes
- Polymorphism
- Exceptions
- Graphical User Interfaces