AP CSA PL Workshop

Current Status
Not Enrolled
Price
Free
Get Started
AP CSA Professional Learning Workshop Overview body { font-family: Arial, sans-serif; margin: 20px; background-color: #f4f4f9; } h1, h2 { color: #1a1a40; } .tabs { overflow: hidden; background-color: #1a1a40; display: flex; } .tab-button { background-color: inherit; color: white; border: none; padding: 14px 20px; cursor: pointer; flex: 1; transition: background-color 0.3s; } .tab-button:hover, .tab-button.active { background-color: #333366; } .tab-content { display: none; padding: 20px; background-color: white; border: 1px solid #ccc; border-top: none; } .tab-content.active { display: block; } ul { padding-left: 20px; }

Overview

This multi-day professional learning workshop equips educators with the content knowledge, instructional strategies, and assessment tools necessary to deliver the AP Computer Science A (CSA) course effectively. It blends theory with hands-on practice, and helps teachers confidently navigate the AP framework, promote equity, and implement the AIQ curriculum.

Objectives

  • Understand the AP CSA Course and Exam Description (CED).
  • Apply Computational Thinking Practices (CTPs) to teaching and learning.
  • Explore AIQ’s scaffolded, AP-aligned curriculum sequence.
  • Design inclusive, engaging, and student-centered lessons.
  • Integrate labs and projects that reinforce core programming concepts.
  • Diversify instruction to support learners with varied needs.
  • Leverage AP Classroom for assessment and progress monitoring.
  • Interpret student data and make data-driven instructional decisions.
  • Access and utilize AP Central, Community, and Audit resources.
  • Develop an actionable implementation plan for your school context.

Day 1 Agenda

  • Welcome & Introductions
  • CED Scavenger Hunt
  • Framework Group Mapping
  • Gallery Walk – Computational Thinking Practices
  • Equity & Access Case Discussions
  • Recruitment Strategy Workshop
  • Exit Ticket & Reflection

Day 2 Agenda

  • Curriculum Mapping – Scope & Sequence
  • Lab Walkthrough: Labs 1, 2, and 5
  • Strategy Workshop – Think-Pair-Share, UDL, Concept Mapping
  • Lesson Design Activity
  • Sharing & Feedback

Day 3 Agenda

  • AP Exam Overview – Format, Content & Skills
  • MCQ and FRQ Analysis
  • Using AP Classroom for Assignments & Reports
  • Differentiated Practice & Custom Practice
  • AP Resource Scavenger Hunt
  • Action Planning & Workshop Close-Out
function openTab(evt, tabName) { let i, tabcontent, tabbuttons; tabcontent = document.getElementsByClassName(“tab-content”); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].classList.remove("active"); } tabbuttons = document.getElementsByClassName("tab-button"); for (i = 0; i < tabbuttons.length; i++) { tabbuttons[i].classList.remove("active"); } document.getElementById(tabName).classList.add("active"); evt.currentTarget.classList.add("active"); }