TPT
Total:
$0.00

Computer Programming

84+ results
Filters
Standard
Language
Preview of Computer Programming Fundamentals Assessment

Computer Programming Fundamentals Assessment

I used this product I created for my Computer Programming classes grades 9-12th.
Preview of Goldie's FULL CURRICULUM for AP® Computer Science A

Goldie's FULL CURRICULUM for AP® Computer Science A

AP® Computer Science A – Full Curriculum BundleAligned to the 2025 College Board CED for AP CSA Welcome to my comprehensive AP Computer Science A editable curriculum bundle! Created to support teachers from the first day of class to the AP Exam, this resource includes everything needed for a successful AP CSA course. This bundle contains my AP Computer Science A curriculum, with resources that align to the College Board’s® 2025 Course and Exam Description. Each unit includes: Editable guid
Preview of AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

Help your students walk into the AP CSP exam confident and prepared. This complete 8-Day AP® Computer Science Principles Exam Review System covers all major exam topics AND prepares students for the Create Task written responses (Section II). No prep required — just teach. WHAT’S INCLUDED:✔ Covers ALL major AP CSP exam topics ✔ Includes Create Task written response prep (Section II) ✔ Built around real AP exam patterns and common mistakes ✔ 8 days of structured review (Day 1–Day 8) ✔ Daily
Preview of Computer Science Student Bundle (Four Advanced Placement Exams)

Computer Science Student Bundle (Four Advanced Placement Exams)

This bundle includes what to study, tips, practice questions with explanations, and a 100-question practice test for four AP Exams. This is the four-course cluster Computer Science-bound students typically take. The exams include: AP Computer Science AAP Computer Science PrinciplesAP Calculus ABAP Statistics
Preview of AP® Computer Science A | Goldie's Game Show Review Games | AP Exam Test Prep

AP® Computer Science A | Goldie's Game Show Review Games | AP Exam Test Prep

AP® Computer Science A Exam Review Trivia Game Show Review | Units 1–4 | AP CSA Test Prep Make AP® Computer Science A exam review fun, engaging, and stress-free with these interactive Trivia Game Show Review Games! Perfect for whole-class review, this activity helps students practice key concepts while staying actively involved before the AP Exam. What’s Included: You’ll receive TWO editable PowerPoint review games: Game 1: AP CSA Units 1–3 (CED aligned)Game 2: AP CSA Unit 4 (CED aligned) E
Preview of AP® Computer Science A | Goldie's Circuit Review Activities | AP Exam Test Prep

AP® Computer Science A | Goldie's Circuit Review Activities | AP Exam Test Prep

AP® Computer Science A Code Tracing Practice Circuit-Style Review Activity | Units 1–4 | AP CSA Exam Prep Help students strengthen one of the most important AP® Computer Science A skills, code tracing, with this engaging circuit-style review activity! Students practice reading Java code, determining program output, and checking their understanding as they move through a structured tracing circuit. What’s Included: You’ll receive TWO code tracing circuits aligned to the AP CSA CED: Tracing C
Preview of AP Computer Science Python 20 Lesson Set + HW + Assessments

AP Computer Science Python 20 Lesson Set + HW + Assessments

A complete set of 20 lessons, with the corresponding classwork, homework, code (for hw and classwork) and 3 light assessments. The lessons cover various introductory topics in computer science (utilizing Python). This lesson set is meant for students who have some understanding of the computer science fundamentals and want to develop/expand their knowledge in Python. The lesson set utilizes Visual Studio Code, a modern and popular software development IDE. All material has answer keys where appr
Preview of Computer Science: Loop Relay Race

Computer Science: Loop Relay Race

Created by
Andy Mattick
Relay-Loop Race — Summary Overview This activity turns for loops into a physical relay race. Students take on roles to act out loop execution: Counter — reads the loop header, tracks the counter (i, k, etc.), and signals laps. Runner — physically runs laps (or steps) and announces variable updates. Variable Tracker — records variable changes without seeing the runner. (Optional) Recorder — writes down final values for submission. The structure helps students internalize loop iteration, in
Preview of AP Computer Science Project in Python - Flappy Ai

AP Computer Science Project in Python - Flappy Ai

This project is meant to give students an opportunity to work on a computer game in small groups (it can be used in other formats) as well as practice complex conditional flow statements in Python. It is based around a Flappy bird game, where students need to help bird navigate by modifying a single function in a python code. It gives students an opportunity to utilize Cartesian coordinates to make relevant decisions. It is also an excellent project to connect materials learned in math class wit
Preview of TED Talk: Inside your computer- Bettina Bair

TED Talk: Inside your computer- Bettina Bair

This engaging resource breaks down how a computer processes a simple mouse click, helping students understand core concepts like CPU function, memory, and input/output systems. Includes • 20 comprehension and critical thinking questions • Detailed essay prompt • Structured essay with sentence starters • Classroom debate activity • Discussion starters for deeper understanding Grades: 8–12 | Print-and-go
Preview of APCSP MCQ for Unit 4: Computer Systems and Networks

APCSP MCQ for Unit 4: Computer Systems and Networks

AP Computer Science Principles Unit 4 Multiple-Choice Question Set!Prepare your students for success with this collection of 40 multiple-choice questions focused on Unit 4: Computer Systems and Networks. Designed to align with the AP Computer Science Principles curriculum, these challenging, exam-style questions test essential skills such as evaluating legal and ethical factors, describing the impact of innovations, and explaining collaborative problem-solving processes. This resource not only m
Preview of References, Scope, and this - Unit 3 Lesson 6 | Goldie's AP® CSA Curriculum

References, Scope, and this - Unit 3 Lesson 6 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 3: Class Creation Lesson 6: References, Scope, and this Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore the concepts of references, scope, and the implementation of the equals() method in Java. They will learn how to compare objects using instance variables, distinguish between primitive and object references in method calls, and utilize the this and final keywords. What’s Included: Detailed lesson planStudent guided notesEdi
Preview of Class Variables and Methods - Unit 3 Lesson 5 | Goldie's AP® CSA Curriculum

Class Variables and Methods - Unit 3 Lesson 5 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 3: Class Creation Lesson 5: Class Variables and Methods Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore the difference between class‑level (static) and instance‑level data and behavior, practice tracing how local variables and parameters work (pass‑by‑value), and see why the placement and order of method calls drive program flow. They will also examine how early return statements cut off execution and how static counters can tr
Preview of Accessor and Mutator Methods - Unit 3 Lesson 4 | Goldie's AP® CSA Curriculum

Accessor and Mutator Methods - Unit 3 Lesson 4 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 3: Class Creation Lesson 4: Accessor and Mutator Methods Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn why object data are usually kept private and how public accessor (getter) and mutator (setter) methods give controlled, secure access to that data. They will write getters, setters, and a customized toString() for a Dog class, and practice calling these methods from another class. What’s Included: Detailed lesson planStudent
Preview of MouseMoveGraph... graph your mouse or finger movements!

MouseMoveGraph... graph your mouse or finger movements!

Moving the computer mouse (or your finger) creates position/time and velocity/time graphs...And also distance/time and speed/time graphs... A simple app that graphs the position, velocity, distance, and speed of a computer  mouse (or your finger) against time.   This app opens in all recent popular computer browsers (Chrome, Firefox, Safari, Edge, Opera) and Chromebooks. MouseMoveGraph  does work on Android things, iPads and iPhones, although iPhones are a bit small.
Preview of Java Syntax & Conditionals - Worksheets/Quizzes/Answer Keys

Java Syntax & Conditionals - Worksheets/Quizzes/Answer Keys

Engage your high school students with these ready-to-use Java programming resources!This printable bundle includes introductory worksheets, quizzes, and answer keys focused on Java syntax, variable types, and conditional logic—perfect for AP Computer Science A, intro-level CS classes, or tech enrichment. Why Worksheets for Programming? Paper-first coding builds deeper understanding. Students develop logic and debugging skills without the distractions of a compiler. Structured practice == st
Preview of APCS Java Classes Unit: Classes, Constructors, Methods

APCS Java Classes Unit: Classes, Constructors, Methods

This contains a ton of assignments, labs and quizzes for a Java Classes unit for AP Computer Science A.
Preview of AP CSA Semester 1 Final Exam Bundle | Goldie's AP CSA Curriculum Resource

AP CSA Semester 1 Final Exam Bundle | Goldie's AP CSA Curriculum Resource

AP CSA Semester 1 Final Exam Bundle | Goldie's AP CSA Curriculum Resource Complete Review + Assessment + Final ProjectGive your AP Computer Science A students everything they need to successfully wrap up Semester 1 with this three-in-one final exam bundle. Thoughtfully designed for busy teachers, this resource includes a full project, a full-length AP-style exam, and a comprehensive study guide, all aligned to the AP CSA Course and Exam Description. This resource is a zip folder with multiple
Preview of AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP CSA Unit 4 Full Curriculum BundleData Collections Complete Lessons, Projects, Activities & AssessmentsAligned to 2025 CED Goldie's AP Computer Science A Unit 4 Full Curriculum Bundle provides everything you need to teach 1D arrays, ArrayLists, 2D arrays, and algorithms with confidence and clarity. Covering all major topics related to arrays, reading text files, ArrayLists, 2D arrays, sorting and searching, and recursion, this bundle includes detailed lesson notes, guided practice, homework
Preview of AP® CSA Unit 3: Class Creation | Goldie's Assessments

AP® CSA Unit 3: Class Creation | Goldie's Assessments

AP® CSA Unit 3 AssessmentsEditable Quizzes, Tests, Practice Assignments & Rubric Looking for high-quality, time-saving assessments for AP Computer Science A Unit 3? This AP CSA Unit 3 Assessment Bundle includes everything you need to evaluate your students’ understanding of Java Class Creation -- aligned to the updated 2025 College Board CED. This resource includes: ✅ 2 scaffolded practice assignments to practice skills before assessment ✅ 2 quizzes to check student understanding of key Unit
Preview of AP® CSA Unit 3: Class Creation | Goldie's Projects & Activities

AP® CSA Unit 3: Class Creation | Goldie's Projects & Activities

AP® CSA Unit 3 Projects & Activities BundleCoding Projects, Hands-On Practice & Review Game Make Unit 3 of AP Computer Science A engaging, effective, and easy to teach with this classroom-ready bundle of projects and activities, fully aligned to the 2025 AP CSA Course and Exam Description (CED). Whether you’re introducing classes and methods to your students or reviewing before the test, this resource saves you hours of prep while keeping your students actively learning. What’s Included:
Preview of FREE Java Syntax Practice Worksheet & Answer Key

FREE Java Syntax Practice Worksheet & Answer Key

Looking for an easy-to-use worksheet to introduce students to Java syntax?This free resource includes a beginner-friendly Java Syntax Worksheet and complete Answer Key — perfect for computer science classrooms, tech electives, or AP Computer Science A prep. This printable worksheet focuses on recognizing and correcting syntax errors — helping students build the habit of reading code carefully and applying correct formatting from the start. Great for: Intro to Programming Early AP CS A practi
Preview of TED Talk: NASA’s First Software Engineer: Margaret Hamilton- Matt Porter and Mar

TED Talk: NASA’s First Software Engineer: Margaret Hamilton- Matt Porter and Mar

This TED-Ed companion resource explores the life-saving innovations of Margaret Hamilton, the software engineer who helped land Apollo 11 on the moon. Students will learn how Hamilton’s work on the Apollo Guidance Computer introduced concepts like asynchronous programming and Priority Displays, ensuring the mission’s success. This resource includes: 20 thought-provoking discussion questions A structured essay prompt on Hamilton’s innovations and impact An expanded debate topic on the role of h
Preview of AP Statistics Two Variable Data Review Quiz Quiz Trade Scatter Plot Activity

AP Statistics Two Variable Data Review Quiz Quiz Trade Scatter Plot Activity

In this review activity, students quiz each other on analyzing two variable data. This review activity should be used at the end of the unit, before a test. Students should be able to analyze a scatter plot, residual plot and a computer output table. Students should be able to interpret slope, y-intercept, correlation, standard deviation of residuals, and coefficient of determination. Students should be able to use the least squares regression line to make predications and calculate residuals.
Showing 1-24 of 84+ results