TPT
Total:
$0.00

Computer Coding

56+ results
Preview of Code Refactoring Efficacy CER | Computer Programming | GATE Middle School

Code Refactoring Efficacy CER | Computer Programming | GATE Middle School

📘 Full Length Standard Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Code Refactoring Efficacy Case Study Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Programming, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible for gif
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 Project-Based Coding Unit | Build an Android App with MIT App Inventor | Numbers

Project-Based Coding Unit | Build an Android App with MIT App Inventor | Numbers

Created by
HelloBStudio
Included:- editable docx - printable PDF - .aia files for coding - .APK for teachers 📱 MIT App Inventor – Mobile App Development (Grades 6–10)👨‍🎓 1. Student Workbook🎯 Purpose Guide students through building a fully functional Android app while learning core programming concepts in a visual, step-by-step way. 🧩 Structure & Workflow 6 project-based lessons → progression from simple interface to complete interactive game → students design UI, apply formatting, add logic (variables + condit
Preview of Goldie's UNIT 2 LESSON BUNDLE for AP® Computer Science A

Goldie's UNIT 2 LESSON BUNDLE for AP® Computer Science A

AP® Computer Science AUnit 2: Selection and Iteration Lesson Bundle Teach control structures with confidence! This Unit 2 lesson bundle covers everything your students need to know about selection and iteration including if statements, loops, logical operators, and more. Aligned to the 2025 AP® CSA CED, these lessons are clear, scaffolded, and totally ready to go. Whether you’re introducing compound conditionals or tracing nested loops, this unit will help your students build confidence and m
Preview of Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Created by
Cyber Wiz
Make teaching Python easy, organized, and engaging with this Python Programming Bundle, featuring classroom-ready resources designed to help students build real coding confidence. Whether you’re introducing Python for the first time or reinforcing key concepts, these editable resources help students learn how to think like programmers and fix code like pros. What’s IncludedPython Escape Room Mystery Practice debugging syntax and logical errorsHands-on practice running codePython Troubleshooting
Preview of Python Coding For Beginners | Lesson 1 | Editable Presentation & Exercises

Python Coding For Beginners | Lesson 1 | Editable Presentation & Exercises

Created by
Cyber Wiz
Python coding lessons for beginners made simple! This editable and student-friendly resource introduces the basics of Python programming step by step, including variables, loops, lists, functions, and input/output. Designed for middle and high school computer science classes, this resource combines clear explanations with interactive practice so students learn by doing. What’s IncludedEditable Presentation Slides – introduce key Python coding concepts with examplesStep-by-Step Guided Activities
Preview of Variables in Coding GATE Middle School Reading Worksheet

Variables in Coding GATE Middle School Reading Worksheet

Reading Passage written at a 9th grade level for advance level middle school readers and focused on the Variables lesson in Middle School Computer Science. See Thumbnails for more details. Simply purchase, download and copy! Great differentiation for more advanced readers10x short answer questions based on the readingUnlike other teacher's resources, this is totally editable!**Answer Key Included**Be sure to check out my other products down below!Copyright © Rod's Education Resources. All rights
Preview of Coding and Programming GATE Differentiated Reading Worksheet & Organizer

Coding and Programming GATE Differentiated Reading Worksheet & Organizer

Reading Passage focused on the Coding and Programming Lesson written at a 7th grade level for Gifted & Talented Elementary or Middle School Tech Ed. See Thumbnails for more details. Simply purchase, download and copy! 10x multiple choice questions based on the readingGraphic Organizer to help students pick out the main idea and supporting detailsDifferentiation for elementary students at a higher reading level.Great for close reading and review!Unlike other teacher's resources, this is totally
Preview of Search Algorithms, Efficiency, & Code Tracing

Search Algorithms, Efficiency, & Code Tracing

Created by
Franco Comp Sci
This lesson helps teachers explain how computers find things in a list, and helps students learn how different search methods work. It shows the difference between checking every item one by one (linear search) and cutting the list in half each time (binary search). Students also learn how to follow code step-by-step, fix errors, and understand how long a search might take. Using simple examples, like roller coasters, makes the lesson fun and easy to follow. It builds important skills students w
Preview of TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

Explore how computers use the language of binary to store, transmit, and process everything from simple numbers to high-definition videos. This in-depth TED-Ed companion resource includes 20 discussion questions, an expanded writing prompt, and a structured debate topic to engage students in thinking critically about binary code and its role in modern computing. Perfect for high school and introductory college-level computer science, technology, or digital literacy courses, this resource support
Preview of Word Scramble 48 JAVA Computer Programming Language Key Reserved Words

Word Scramble 48 JAVA Computer Programming Language Key Reserved Words

This is a 48 word scramble of the JAVA computer programming language key words. And yes this covers all of the reserved word list. Students enjoy the puzzle and they are reminded to learn to write and example of code using each keyword. Very useful for students who's first language is not English.
Preview of Sorting Algorithms - Unit 4 Lesson 15 | Goldie's AP® CSA Curriculum

Sorting Algorithms - Unit 4 Lesson 15 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 15: Sorting AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore the fundamental concepts of sorting algorithms, specifically focusing on selection sort and insertion sort. They will examine how each algorithm works, analyze step-by-step examples, trace code, and compare the efficiency and behavior of the two sorts on different data sets. What’s Included: Detailed lesson planStudent guided notes
Preview of Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 10: Implementing ArrayList AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore common algorithms used with ArrayLists, such as finding minimums, calculating averages, and modifying lists based on conditions. Students will write and trace code that manipulates ArrayLists, and gain an understanding of how references work when passing or returning ArrayLists from methods. What’s Included: Detailed
Preview of One-Dimensional Arrays - Unit 4 Lesson 3 | Goldie's AP® CSA Curriculum

One-Dimensional Arrays - Unit 4 Lesson 3 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 3: One Dimensional ArraysFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn the fundamentals of one-dimensional arrays. They will explore what arrays are, why they are useful, how to declare and initialize arrays, how to manipulate individual array elements using indices, and understand how array indexing and array length work. Students will also practice accessing, modifying, and debugging array-based code
Preview of Introduction to Java: Unit 2 Bundle

Introduction to Java: Unit 2 Bundle

Created by
Mr. H Codes
Supercharge your Computer Science classroom with this comprehensive Unit 2 Java Programming Bundle, designed specifically for high school students learning the fundamentals of logic, conditionals, loops, nested loops, strings, and algorithmic thinking. Perfect for AP CSA foundations, Intro to Java, or any high school programming pathway, this bundle includes every Lesson 2.x worksheet plus a fully scaffolded Unit 2 Final Project. This bundle provides 8 complete lesson packets (Lessons 2.
Preview of Introduction to Java: Lesson 2.3 — Nested Conditionals

Introduction to Java: Lesson 2.3 — Nested Conditionals

Created by
Mr. H Codes
Introduction to Computer Science & Java: Lesson 2.3 — Nested Conditionals (Worksheet Packet + Teacher Guide)Bring clarity, confidence, and engagement to your Java classroom with this classroom-ready, print-and-teach worksheet packet focused on Nested Conditionals, Refactoring Logic, and Multi-Step Decision Making! Designed specifically for high school Computer Science, this resource gives students the structure, practice, and coding experience they need to master complex conditional logic i
Preview of Introduction to Java: Lesson 1.6 — User Input with Scanner

Introduction to Java: Lesson 1.6 — User Input with Scanner

Created by
Mr. H Codes
Help your Computer Science students master user input in Java with this fully printable, classroom-ready worksheet packet! Perfect for 9th–12th grade CSA Java classes, this lesson breaks down the Scanner class, token vs. line input, and common input errors using clear explanations, worked examples, coding practice, and a complete teacher guide. This resource is designed to be student-friendly, visually appealing, and ready for immediate use—whether you're teaching AP CSA, an Intro to Java c
Preview of Introduction to Java: Lesson 1.7 — Debugging Foundations

Introduction to Java: Lesson 1.7 — Debugging Foundations

Created by
Mr. H Codes
Help your Computer Science students master the foundations of debugging with this classroom-ready Java worksheet packet! Designed for Grades 9–12 and aligned with AP CSA + CSTA standards, Lesson 1.7 introduces students to the three major types of errors— compiler, runtime, and logic errors—and teaches practical strategies for finding and fixing bugs using print debugging and code tracing. This engaging, printable worksheet includes a clear mini-lesson, vocabulary practice, guided questions, co
Preview of AP CSA Methods Practice

AP CSA Methods Practice

Created by
Jonathan Riley
This AP Computer Science A practice worksheet helps students strengthen their understanding of method headers, method calls, return types, and the Math class. Through matching, short-answer, and coding questions, students get guided practice applying method syntax and identifying how parameters, arguments, and outputs connect in Java. Perfect for reviewing Units 1.9–1.10 (Method Signatures and Calling Methods) in the AP CSA course or reinforcing foundational coding skills before moving into o
Preview of AP CSA Student Life Simulator

AP CSA Student Life Simulator

Created by
Jonathan Riley
Bring creativity and coding together with this text-based Java project that lets students design their own “Student Life Simulator.” In this fun and engaging capstone-style project, students apply everything from variables and expressions to Math and String methods to build a simulation that models a student’s day. The activity reinforces all major concepts from AP Computer Science A Unit 1 through authentic application, logic, and problem-solving. Perfect as a unit review, project assess
Preview of AP CSA 1.1-1.4 Guided Lab

AP CSA 1.1-1.4 Guided Lab

Created by
Jonathan Riley
Engage your AP Computer Science A students with this hands-on lab designed to reinforce the concepts from Units 1.1–1.4 in the AP CSA Course and Exam Description. Students will practice declaring variables, using data types, writing arithmetic and string expressions, and taking user input with the Scanner class — all in a clear, guided format. This lab can be used as an in-class coding activity, homework assignment, or review for introductory Java topics. ✨ What’s Included Student Lab Instru
Preview of AP CSA 1.5 - 1.9 Guided Lab

AP CSA 1.5 - 1.9 Guided Lab

Created by
Jonathan Riley
This guided Java lab helps AP Computer Science A students apply the key programming concepts from Units 1.5–1.9 in a hands-on, structured way. Students write, modify, and document Java code while exploring casting, compound assignment, the Math API, comments, and method overloading — all in a single, step-by-step activity. Each section includes code examples, explanations, and follow-up questions to reinforce comprehension and prepare students for AP-style assessments.
Preview of AP CSA Student info Manager Activity

AP CSA Student info Manager Activity

Created by
Jonathan Riley
In this Java programming project, students design and code a Student Information Manager that stores and manipulates data using objects, constructors, class methods, and String processing. This engaging, multi-class program reinforces the key topics from AP Computer Science A Units 1.12–1.15, including object creation, method calls, constructors, null checking, and the use of both class and instance methods. Perfect for a capstone project, summative assessment, or end-of-unit review afte
Preview of Introduction to Java: Unit 2 Final Project — Logic Quest Adventure

Introduction to Java: Unit 2 Final Project — Logic Quest Adventure

Created by
Mr. H Codes
Unit 2 Final Project: Logic Quest Adventure (Java Programming)Empower your Computer Science students with this fully scaffolded, classroom-ready Unit 2 Final Project for Java programming! Designed specifically for High School Computer Science, CSA Java, and Intro to Java Programmingcourses, this engaging final assessment helps students apply everything they learned about Boolean logic, conditionals, loops, nested loops, strings, and algorithmic thinking in a fun, interactive game-building c
Showing 1-24 of 56+ results