TPT
Total:
$0.00
Preview of SPIKE Prime Robotics Unit 2: Precision Driving, Sensors & Debugging (weeks 3-4)

SPIKE Prime Robotics Unit 2: Precision Driving, Sensors & Debugging (weeks 3-4)

Created by
RoboBytes
Precision Driving, Sensors & Debugging 11 Structured Editable Lessons | Designed for 45-Minute Class PeriodsThis unit builds directly on introductory movement coding and guides students into precision control, sensor logic, debugging, and engineering decision-making. Designed as Weeks 3–4 in a structured robotics progression, this resource includes 11 lessons, each intentionally planned for a 45-minute class period. Students move beyond basic movement programs and begin coding robots that res
Preview of Algorithm Responsibility | Controversies STEM Activity GATE Middle School

Algorithm Responsibility | Controversies STEM Activity GATE Middle School

🧠 Worksheet | Scientific Controversies | Gifted & Talented Middle School Critical ThinkingEngage your students with this high-interest, real-world Scientific Controversies worksheet focused on Algorithm Responsibility. This resource is designed to promote critical thinking, inquiry-based learning, and real-world application, making it perfect for modern classrooms. Students will explore meaningful scenarios, analyze real-world connections, and express their ideas through structured question
Preview of Social Media Algorithms | Controversies STEM Activity GATE Middle School

Social Media Algorithms | Controversies STEM Activity GATE Middle School

🧠 Worksheet | Scientific Controversies | Gifted & Talented Middle School Critical ThinkingEngage your students with this high-interest, real-world Scientific Controversies worksheet focused on Social Media Algorithms. This resource is designed to promote critical thinking, inquiry-based learning, and real-world application, making it perfect for modern classrooms. Students will explore meaningful scenarios, analyze real-world connections, and express their ideas through structured questions
Preview of Algorithm Bias | Data Interpretation STEM Activity GATE Middle School

Algorithm Bias | Data Interpretation STEM Activity GATE Middle School

🧠 Worksheet | Data Interpretation | Gifted & Talented Middle School Critical ThinkingEngage your students with this high-interest, real-world Data Interpretation Policy worksheet focused on Algorithm Bias and Data Quality. This resource is designed to promote critical thinking, inquiry-based learning, and real-world application, making it perfect for modern classrooms. Students will explore meaningful scenarios, analyze real-world connections, and express their ideas through structured que
Preview of Algorithm Showdown and Real-Life Algorithm Design Project - AP CSP

Algorithm Showdown and Real-Life Algorithm Design Project - AP CSP

Created by
SageFire LLC
Looking for a meaningful project to go with the Code.org AP CSP Algorithms unit? If you have noticed that Code.org does not really include a full project for this unit, this resource fills that gap with a structured, student-friendly assignment that helps learners apply algorithmic thinking in a clear and practical way. This resource gives students the chance to do more than just answer lesson questions. They first analyze two different algorithms for the same task, decide which one is more e
Preview of Programming and Algorithms Worksheet | Robotics STEM Activity GATE Middle School

Programming and Algorithms Worksheet | Robotics STEM Activity GATE Middle School

🧠 Worksheet | Robotics | Gifted & Talented Middle School Critical ThinkingEngage your students with this high-interest, real-world Robotics worksheet focused on Programming and Algorithms. This resource is designed to promote critical thinking, inquiry-based learning, and real-world application, making it perfect for modern classrooms. Students will explore meaningful scenarios, analyze real-world connections, and express their ideas through structured questions that go beyond basic recall.
Preview of SPIKE Prime Robotics Unit 5 Lesson 7: Advanced Debugging 2 - Variables & Sensors

SPIKE Prime Robotics Unit 5 Lesson 7: Advanced Debugging 2 - Variables & Sensors

Created by
RoboBytes
Four broken programs. One variable-related bug each. Students trace, predict, fix, and test — tackling errors from uninitialized counters to sneaky cross-sensor interference. What's included: Editable student worksheet · Teacher answer key & facilitation notes ⭐ This lesson is part of the SPIKE Prime Unit 5 Bundle — Multi-Sensor Logic, Variables & Autonomous Systems. Grab the bundle and save! If this resource worked for your class, please leave a review — it helps other teachers find it and ear
Preview of Unit 2 - SPIKE Prime Sensor Errors – Debugging (Color, Distance, Touch, Gyro)

Unit 2 - SPIKE Prime Sensor Errors – Debugging (Color, Distance, Touch, Gyro)

Created by
RoboBytes
Are your students struggling to understand why their robot isn’t reacting correctly? This hands-on Sensor Logic Errors – Debugging Worksheet challenges students to identify and fix common mistakes when programming sensors in LEGO SPIKE Prime. Students test intentionally “broken” programs using the color, distance, touch (force), and gyro sensors. Instead of being told what is wrong, they must: • Run the incorrect code • Observe what the robot actually does • Identify the logic error • Adjust t
Preview of Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Created by
Mr. H Codes
Lesson 4.1 — Searching & Sorting Algorithms (Java) | CSA Worksheet + Teacher GuideLinear Search • Binary Search • Selection Sort • Insertion SortThis complete, classroom-ready worksheet packet is perfect for any Intro to Java or AP Computer Science A class. Students learn four core algorithms essential for understanding data structures and AP CSA exam readiness: linear search, binary search, selection sort, and insertion sort. This resource includes a detailed student worksheet AND a full tea
Preview of Introduction to Java: Lesson 3.6 — Array Algorithms

Introduction to Java: Lesson 3.6 — Array Algorithms

Created by
Mr. H Codes
Introduction to Java: Lesson 3.6 — Array Algorithms (Searching, Max/Min, Shifting, Counting) Teach array algorithms with confidence using this fully printable, classroom-ready worksheet packet designed for high school Computer Science and CSA Java students. This resource breaks down essential algorithmic skills—including searching, traversal, max/min, shifting, and counting—into clear, student-friendly steps. Perfect for AP CSA, Intro to Java, and CS1 courses. This packet includes a complete s
Preview of Advanced Algorithms GATE Differentiated Worksheet & Organizer

Advanced Algorithms GATE Differentiated Worksheet & Organizer

Reading Passage focused on the Advanced Algorithms Lesson written at a 7th grade level for Gifted & Talented Elementary or Middle School Computer Science & Skills. 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, th
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 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 Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Created by
Mr. H Codes
Introduction to Java: Lesson 2.8 — Algorithmic Thinking (Step-by-Step Algorithms, Pseudocode, Tracing, Coding Activity)Help your high school Computer Science students build the most essential skill in programming— algorithmic thinking—with this complete, ready-to-print worksheet packet designed specifically for CSA Java classrooms (Grades 9–12). This resource is perfect for AP CSA, Intro to Java, Computer Science Principles, or any programming course that needs strong foundations in logical
Preview of Scratch Coding Bug Fixing Activities Coding Unplugged Computer Coding Worksheets

Scratch Coding Bug Fixing Activities Coding Unplugged Computer Coding Worksheets

Created by
Teachy Tales
Make coding fun, interactive, and meaningful with this engaging Scratch Coding Bug Fixing Activity Pack! Designed for beginners, this resource helps students learn coding by identifying and fixing errors (debugging) while building strong foundational skills through both Coding Unplugged activities and Computer Coding Worksheets. What This Resource Includes ✔ Step-by-step Scratch Coding bug fixing challenges ✔ Engaging Computer Coding Worksheets for hands-on practice ✔ Beginner-friendly debuggi
Preview of SPIKE Prime Robotics Unit 5 Lesson 2: Flowcharts

SPIKE Prime Robotics Unit 5 Lesson 2: Flowcharts

Created by
RoboBytes
Stop letting students jump straight into coding without a plan. This LEGO SPIKE Prime flowchart lesson teaches students how to organize autonomous robot logic before they build. Students learn how Forever loops, sensor checks, and decision blocks work together inside a clear system structure — reducing confusion, debugging time, and priority mistakes during autonomous challenges. Instead of guessing why their robot is misbehaving, students visually map what happens first, what repeats, and how e
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 5: Predict, Fix, Improve

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 5: Predict, Fix, Improve

Created by
RoboBytes
This worksheet turns analysis into intentional improvement — not guesswork.Students compare two versions of code, predict behavior, test both versions, and justify which design is better and why. Only after reasoning do students improve the code themselves. This worksheet brings everything together: prediction, evidence, design thinking, and debugging. This worksheet saves you time because: fixes are justified, not random students explain why changes matter code improvements become thoughtful,
Preview of OUT OF ORDER | SPIKE™ Prime Robotics & Coding Interactive Notebook

OUT OF ORDER | SPIKE™ Prime Robotics & Coding Interactive Notebook

🚨 THE PERFECT END-OF-YEAR STEM ACTIVITY TO KEEP STUDENTS ENGAGED, COLLABORATING, AND PROBLEM-SOLVING AFTER TESTING SEASON! 🚨 Challenge students to think like real robotics engineers with this interactive blackline master companion activity designed to accompany the online “Out of Order” LEGO® SPIKE™ Prime lesson! Students will build, test, debug, analyze, and improve a robotic delivery cart while documenting their thinking, troubleshooting strategies, and programming observations directly into
Preview of Intro to Java Lesson 3.7 — ArrayLists

Intro to Java Lesson 3.7 — ArrayLists

Created by
Mr. H Codes
Lesson 3.7 — ArrayLists (Java CSA Worksheet + Teacher Guide)Teach Java ArrayLists with confidence using this fully printable, classroom-ready worksheet packet designed for high school Computer Science (CSA Java, AP CSA, Intro to Java, or general programming). This resource introduces students to dynamic lists, common ArrayList methods, list algorithms, tracing, and hands-on coding practice using clear explanations and beginner-friendly examples. Perfect for 9th–12th grade, this packet includes
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 5 Infinite Loops and Logic

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 5 Infinite Loops and Logic

Created by
RoboBytes
Just because code runs forever doesn’t mean it’s doing anything useful.This worksheet teaches that lesson clearly and early. Students examine programs with infinite loops — including one where a sensor is checked repeatedly but behavior never changes. They predict long-term behavior, test their predictions, and explain why some loops are ineffective. The questions are designed to build a debugging mindset before students reach Advanced robotics. This worksheet saves you time because: ineffecti
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 KEEP IT SAFE | SPIKE™ Prime Robotics & Coding Interactive Notebook

KEEP IT SAFE | SPIKE™ Prime Robotics & Coding Interactive Notebook

🚨 THE PERFECT END-OF-YEAR STEM ACTIVITY TO KEEP STUDENTS ENGAGED, COLLABORATING, AND PROBLEM-SOLVING AFTER TESTING SEASON! 🚨 Challenge students to think like real robotics engineers with this interactive blackline master companion activity designed to accompany the online “Keep It Safe” LEGO® SPIKE™ Prime lesson! Students will build, test, and program a functional safe-deposit box while documenting their logic, sensor data observations, and security algorithms directly into their engineering n
Preview of SPIKE Prime Robotics Unit 5 (Weeks 10-12): Multi-Sensor and Autonomous Systems

SPIKE Prime Robotics Unit 5 (Weeks 10-12): Multi-Sensor and Autonomous Systems

Created by
RoboBytes
Everything you need for 2+ weeks of SPIKE Prime robotics — fully planned, ready to print, and built for grades 6–8. Everything is editable for easy classroom customization! This unit takes students from their first multi-sensor logic challenge all the way through a fully autonomous culminating project. Along the way they'll build sensor priority skills, learn to plan code with flowcharts, work with variables and counters, debug real broken programs, and design a complete autonomous system from
Preview of Spike Prime: Read the Code Series - Beginner, Intermediate, and Advanced Bundle

Spike Prime: Read the Code Series - Beginner, Intermediate, and Advanced Bundle

Created by
RoboBytes
The Read the Code series is designed to save teachers time by teaching students to explain robot behavior before running code. Across Beginner, Intermediate, and Advanced levels, students learn to read SPIKE Prime programs, predict behavior, test their predictions, and answer thought-provoking questions that surface the most common robotics misconceptions—so teachers do not have to repeatedly explain them. This is not trial-and-error robotics. It is reasoning, debugging, and understanding—bu
Showing 1-24 of 33+ results