TPT
Total:
$0.00
Preview of Technology + Artificial Intelligence Activities How AI Learns Computer Science

Technology + Artificial Intelligence Activities How AI Learns Computer Science

Help middle school students explore how artificial intelligence works with this engaging bundle of artificial intelligence activities for STEM, technology, and computer science classes. These student-friendly lessons introduce important AI concepts through hands-on learning, critical thinking, simulations, discussion, and creative activities, all without requiring coding experience. Students will explore how AI systems use training data, patterns, predictions, and algorithms while also discu
Preview of SPIKE Prime Coding: Read the Code Series – Intermediate Worksheets Bundle

SPIKE Prime Coding: Read the Code Series – Intermediate Worksheets Bundle

Created by
RoboBytes
Save time and money with this ready-to-use 5-worksheet series for SPIKE Prime coding! These worksheets help students read block code, predict robot behavior, and reason through loops, conditionals, and sensors — all without needing to run the robots. Perfect for offline days, early finishers, substitutes, or formative assessment. Bundle Includes: Worksheet 1 – Predict Robot BehaviorStudents analyze simple SPIKE Prime programs and predict robot movement step by step. Worksheet 2 – Repeated Se
Preview of LEGO SPIKE Prime Debugging WS 2 – Fixing Movement Bugs & Comparing Code

LEGO SPIKE Prime Debugging WS 2 – Fixing Movement Bugs & Comparing Code

Created by
RoboBytes
Your students can write code — but can they explain why it doesn’t work? This intermediate LEGO SPIKE Prime debugging worksheet pushes students beyond simple mistakes and into intentional problem-solving. Students must match buggy code to a known goal, identify incorrect logic, and make targeted fixes without rewriting the entire program. Students will: Predict robot movement from multi-block code Compare buggy code to a correct movement goal Debug by adjusting values, order, or logic Explain
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 3: Inefficient Logic

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 3: Inefficient Logic

Created by
RoboBytes
The robot works — but the code is bad.This worksheet teaches students to recognize that difference. Students analyze programs that technically behave correctly but include redundant checks, unnecessary blocks, and inefficient structure. They predict behavior, test it, and explain why the code works — and why it’s still poorly designed. This is where students start thinking like real programmers, not just robot operators. This worksheet saves you time because: students stop equating “it works”
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 1: Competing Conditions

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 1: Competing Conditions

Created by
RoboBytes
Your students think multiple “if” statements all matter equally.This worksheet shows them why that’s not true — without you having to lecture. Students analyze code with competing conditions inside a loop. They predict what the robot will do, test their predictions, and explain which condition actually wins and why. Carefully written questions guide students to notice order-of-operations issues that cause unexpected behavior. This worksheet saves you time because: students stop assuming “all c
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 4 Two Outcomes Inside a Loop

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 4 Two Outcomes Inside a Loop

Created by
RoboBytes
Your students don’t understand why the robot won’t change behavior.This worksheet makes that visible without you re-explaining it. Students analyze if/else logic placed inside and outside of a loop. They predict behavior, test their predictions, and explain why repeated decisions allow robots to respond — while single decisions do not. Carefully structured questions help students articulate why robots sometimes feel “stuck,” even when the code looks correct. This worksheet saves you time becau
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 3 Repeat Actions

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 3 Repeat Actions

Created by
RoboBytes
Students use repeat blocks — but don’t always understand them.This worksheet clears that up before it becomes a problem. Students read code that uses repeat and repeat-forever blocks to control movement. They predict distance and stopping behavior, test their predictions, and explain how repeated actions affect movement, all without adding sensor complexity. Questions are designed to surface and correct common misunderstandings about loops — especially “repeat forever.” This worksheet saves yo
Preview of When to use Generator Functions in Python Programming | Complete Coding Lessons.

When to use Generator Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use generator functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where generator functions are the best choice, highlighting their benefits like lazy evaluation, memory-efficient iteration, and the use of the yield keyword to produce values on the fly without storing them all at once. It provides all the guidance needed to make the learning process smooth and effective, making it
Preview of When to Use the dict_key Data Type in Python | Complete Coding Lessons.

When to Use the dict_key Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the dict_keys data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explains real-world scenarios where dict_keys is useful, and highlights its key features such as dynamic view of dictionary keys, memory efficiency, and support for set-like operations without duplicating data. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and qu
Preview of When to Use the memoryview Data Type in Python | Complete Coding Lessons.

When to Use the memoryview Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the memoryview data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where memoryview is the best choice and highlights its unique advantages such as efficient handling of large binary data, zero-copy data access, and working with buffers without duplication. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
Preview of Unit 2 - Analyze Robot Movement | Identify & Explain Misunderstandings

Unit 2 - Analyze Robot Movement | Identify & Explain Misunderstandings

Created by
RoboBytes
Students often fix mistakes blindly without understanding the why. This 20–25 minute worksheet teaches them to analyze movement errors conceptually. Students identify misunderstood distance, direction, angles, or sequence concepts, and explain what was expected vs. what actually happens. Why teachers love it: Fosters critical thinking before debugging robots Differentiates from traditional “debug” worksheets Includes full teacher reasoning key with sample explanationsEditable for easy classro
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 SPIKE Prime Coding: Read the Code Series – 5 Beginner Worksheets

SPIKE Prime Coding: Read the Code Series – 5 Beginner Worksheets

Created by
RoboBytes
Are your students rushing through LEGO SPIKE Prime coding without truly understanding the program flow? Are you looking for low-prep, device-free activities that strengthen problem-solving and code-reading skills? This complete Beginner Read the Code Series is designed to get students thinking critically before they ever run their robots. With five scaffolded worksheets, your students will progress from basic straight movement to conceptual reasoning about infinite loops. Why teachers love th
Preview of Unit 2 - Sensor Scenarios | SPIKE Prime Unplugged WS – No Robots Required

Unit 2 - Sensor Scenarios | SPIKE Prime Unplugged WS – No Robots Required

Created by
RoboBytes
Struggling to give your students hands-on sensor practice without tying up all the robots? This Sensor Scenarios worksheet is the perfect solution! Students will think like a robot, choosing the correct sensor and deciding how the robot should respond in real-world situations. It’s a no-robot, low-prep activity that builds computational thinking, reasoning, and problem-solving skills. Perfect for offline days, sub plans, early finishers, or formative assessment, this worksheet works with
Preview of Unit 1 - SPIKE Prime: Read the Code #1 – Straight Movement & Order (Beginner)

Unit 1 - SPIKE Prime: Read the Code #1 – Straight Movement & Order (Beginner)

Created by
RoboBytes
Struggling to get students to slow down and think in your SPIKE Prime classroom? This beginner-friendly worksheet is a low-prep way to build code-reading and problem-solving skills without needing any robots or devices. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Students will: Read SPIKE Prime block code step by step Predict straight-line robot movement Draw the robot’s path and reason about block order I
Preview of Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

This lesson gives learners the mental framework behind why data structures exist, when to use each one, and how to implement them correctly . Perfect For Programming, Coding, Computer Science & ICT classes ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨✏️What data structures are — and why they exist✏️How data organization impacts speed and memory✏️How to choose the right data structure for a problem ✏️Arrays vs Dynamic Arrays — when fixed size fails✏️Array vs Linked
Preview of Infix to Postfix Conversion Complete Lesson | Operations & Examples included

Infix to Postfix Conversion Complete Lesson | Operations & Examples included

This lesson teaches students how algebraic expressions are converted into machine-friendly form, showing exactly how stacks are used to transform infix expressions into postfix notation. Learners move from rules and precedence tables to real algorithms and working C++ code, building a strong foundation for expression evaluation, compilers, and advanced stack applications. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix
Preview of LEGO SPIKE Prime Sensors & Movement Worksheet – Force, Distance, Gyro, Color

LEGO SPIKE Prime Sensors & Movement Worksheet – Force, Distance, Gyro, Color

Created by
RoboBytes
Stop Guessing – Start Thinking Like an Engineer! Are your students constantly asking: “Why didn’t my robot do what I thought it would?” “Which sensor should I use?” “Right: 90? But my robot turned more than that…” This LEGO SPIKE Prime Sensor Comparison Worksheet finally answers those questions — without turning your class into a debugging marathon. What Makes This Resource Different Instead of having students spend class time figuring out the code, this activity has them think like engineer
Preview of Choosing Frozensets in Python Programming | Complete Coding Lesson

Choosing Frozensets in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Frozensets in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use Frozensets as their preferred immutable data type for handling unordered collections without duplicates in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of Unit 1 Robot Motion Math | Distance, Speed & Time WS + Answer Key

Unit 1 Robot Motion Math | Distance, Speed & Time WS + Answer Key

Created by
RoboBytes
Tired of students blindly guessing how fast robots should move? This bell ringer worksheet teaches them the real-world math behind motion, using Distance = Speed × Time. Students calculate distances, speeds, and travel times — then compare motion scenarios to deepen understanding. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Why teachers love it: Multiple problems increase rigor without creating extra work
Showing 1-20 of 20+ results