AP Computer Science Principles introduces students to the breadth of the field of computer science. In this course, students will learn to design and evaluate solutions and apply computer science to solve problems through the development of algorithms and programs. They will incorporate abstraction into programs and use data to discover new knowledge. Students will also explain how computing innovations and computing systems, including the Internet, work, explore their potential impacts, and contribute to a computing culture that is collaborative and ethical. It is important to note that the AP Computer Science Principles course does not have an assigned programming language. Teachers can choose a programming language(s) that is most appropriate for their students to use in the classroom
This course introduces high school students to programming fundamentals using Python. Python is an open-source scripting language that allows rapid application development of large and small software systems. The course introduces students to the fundamentals of Variables and Data Types, Conditional Statements, Functions and Libraries, Graphical User Interface, Looping, Data Structure, Data Files, Data visualization, and Machine learning. Focusing on functions, algorithms, and projects. Students will learn essential programming concepts, problem-solving skills, and how to develop practical applications through projects.
Add information about your project. You can include success metrics, timelines, and the latest updates. You can make a copy of the project page and link to it from here.
This course introduces students to Java programming, an object-oriented language. Students will develop stand-alone business applications and create applications called from within HTML pages (applets) designed to be transported over the Internet and executed by browsers. The syntax, control structures, methods, arrays, strings, characters, and graphics will be applied to bring interactive applications to web clients.