TPT
Total:
$0.00

For Loop Java

860+ results
Filters
Standard
Preview of Unit 3 - Spike Prime: Read the Code (Advanced) – WS 4: Partial Infinite Loops

Unit 3 - Spike Prime: Read the Code (Advanced) – WS 4: Partial Infinite Loops

Created by
RoboBytes
Students can’t tell the difference between “running” and “responsive.”This worksheet makes that distinction unmistakable. Students examine programs with infinite loops that appear active but trap the robot in limited behavior. They predict long-term behavior, test their predictions, and explain why the robot becomes stuck even though the code is still running. The questions surface logical dead ends that students often miss. This worksheet saves you time because: students stop assuming loops au
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 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 #2: Repeat Sensor Checks W/ Loop

Unit 2 -SPIKE Prime: Read the Code (Inter) - WS #2: Repeat Sensor Checks W/ Loop

Created by
RoboBytes
Your robots work sometimes — and students don’t know why.This worksheet fixes that confusion for you. Students analyze two programs that use the same color sensor but behave very differently. By reading the code first, students predict what will happen, test their predictions, and explain why repeated sensor checks inside a loop lead to more reliable behavior. Thought-provoking questions guide students to discover that inconsistent behavior is usually caused by program structure, not broken s
Preview of Unit 1 SPIKE Prime: Read the Code #5 – One-Time vs Forever Motion (Adv Beginner)

Unit 1 SPIKE Prime: Read the Code #5 – One-Time vs Forever Motion (Adv Beginner)

Created by
RoboBytes
Challenge students to understand infinite loops and program flow with this advanced beginner worksheet. Students will reason about code that never ends and what blocks can or cannot run in SPIKE Prime. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Students will: Compare one-time vs forever loops Understand why blocks after a forever loop are impossible Predict robot behavior and reason about program structu
Preview of Unit 1 SPIKE Prime: Read the Code #3 – Repeats & Accumulated Movement (Beginner)

Unit 1 SPIKE Prime: Read the Code #3 – Repeats & Accumulated Movement (Beginner)

Created by
RoboBytes
Introduce students to the power of loops in SPIKE Prime with this beginner worksheet. Students analyze repeat blocks and predict robot movement over multiple iterations. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Students will: Understand repeat loops and accumulated distance Predict repeated straight or curved movement Draw robot paths and reasoning for each iteration Includes teacher notes and answer g
Preview of SPIKE Prime Robotics Unit 3: Advanced Logic & Variables (Weeks 5–6)

SPIKE Prime Robotics Unit 3: Advanced Logic & Variables (Weeks 5–6)

Created by
RoboBytes
Advanced Logic & Variables 10 Editable structured Lessons | Designed for 45-Minute Class PeriodsThis unit builds directly on sensor-based programming and moves students into advanced logic structure, program flow analysis, and variable-based decision making. Designed as Weeks 5–6 in a structured robotics progression, this unit includes 10 intentionally sequenced lessons. Students move from analyzing complex conditional logic to designing programs that track and manage state using variables and
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 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 SPIKE Prime Robotics Unit 5 Lesson 3: Obstacle Avoidance Lab

SPIKE Prime Robotics Unit 5 Lesson 3: Obstacle Avoidance Lab

Created by
RoboBytes
Classic challenge, real engineering. Students build and code a robot that detects and avoids obstacles autonomously using a distance sensor and a Forever loop. 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 earns you credits
Preview of Spike Prime Coding: Read the Code Series - Advanced Worksheet Bundle

Spike Prime Coding: Read the Code Series - Advanced Worksheet Bundle

Created by
RoboBytes
Your students can make robots move — but they struggle to explain why the code behaves the way it does.This Advanced Read the Code bundle fixes that for you. These five Advanced worksheets are designed to save you time by guiding students through the hardest robotics thinking skills: analyzing complex logic, identifying design flaws, and explaining unexpected behavior — before trial-and-error takes over. Students don’t just run code. They read it, predict behavior, test their predictions, an
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 RoboBytes | SPIKE Prime | Unit 6 Lesson 5 – Intersection Detection

RoboBytes | SPIKE Prime | Unit 6 Lesson 5 – Intersection Detection

Created by
RoboBytes
The line follower hits a crossroads — literally. Students add intersection detection to their existing line following program using a second, lower threshold on the same color sensor. A direction variable set before the loop controls what the robot does when it detects a full black intersection. Clean logic, real decision-making, satisfying to test. What's included in the powerpoint:Link to editable teacher slide deck (10 slides)Link to editable student worksheetLink to editable teacher answer k
Preview of RoboBytes | SPIKE Prime | Unit 6 Lesson 2 – Basic Line Following Practice

RoboBytes | SPIKE Prime | Unit 6 Lesson 2 – Basic Line Following Practice

Created by
RoboBytes
The classic if/else line follower — built from scratch, understood from the inside out. Students learn the core logic behind threshold-based line following: one sensor reading, one decision, one direction. They set up the forever loop, choose a speed, and test their threshold against a real tape line. Simple concept, satisfying result. What's included:Editable Student worksheetTeacher answer key & facilitation notes📦 This lesson is part of the RoboBytes Unit 6: Line Following & Navigation Compl
Preview of Unit 2 - SPIKE Prime Touch Sensor Coding – Bump Bot Lesson

Unit 2 - SPIKE Prime Touch Sensor Coding – Bump Bot Lesson

Created by
RoboBytes
Help students move from movement-only coding to true sensor-based robotics control. This hands-on Touch Sensor Coding Activity (Bump Bot) teaches students how to program a robot that responds to real-time input using the SPIKE Prime touch sensor. Students learn how to:• Set movement motors correctly • Use a Forever loop to continuously check a sensor • Write conditional logic using If/Else blocks • Understand state-based behavior (pressed vs released) • Modify steering and rotation values for t
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 Unit 3 - SPIKE Prime Debugging WS 3 – Advanced Movement Logic & Code Efficiency

Unit 3 - SPIKE Prime Debugging WS 3 – Advanced Movement Logic & Code Efficiency

Created by
RoboBytes
This advanced LEGO SPIKE Prime debugging worksheet challenges students to think like engineers, not just coders. Students analyze complex movement patterns, fix subtle bugs, and compare multiple coding approaches that achieve the same robot behavior. The focus is no longer just “Does it work?” but “Is this the best way to code it?”Students will: Predict advanced movement paths (squares, triangles) Debug incorrect angles, rotations, and loop logic Compare two programs that create the same res
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 2: Sensor Priority & Override

Unit 3 -Spike Prime: Read the Code – (Advanced) WS 2: Sensor Priority & Override

Created by
RoboBytes
Students don’t understand why some sensors seem to “do nothing.”This worksheet explains that problem clearly. Students examine programs where multiple sensors are checked, but some conditions never meaningfully trigger. They predict behavior, test their predictions, and explain how sensor priority and logic masking affect outcomes. The worksheet leads students to discover that the issue isn’t the sensor — it’s the code structure. This worksheet saves you time because: students stop blaming har
Preview of Whack-a-Mole: Baseball Bash! Scratch Coding Challenge (full video instructions)

Whack-a-Mole: Baseball Bash! Scratch Coding Challenge (full video instructions)

Created by
Lauren Downs
Step up to the plate and hit a home run in coding! In this engaging Scratch activity, students will create their very own Whack-a-Mole style game with a fun baseball twist. With easy-to-follow video tutorials, learners will build interactive gameplay using block coding on the Scratch platform—perfect for beginners and intermediate coders alike. Whether you're teaching in a classroom or running a coding club, this resource includes: ⚾️ A full series of step-by-step instructional videos Clear
Preview of Unit 1 - SPIKE Prime: Read the Code #4 – Wait Blocks & Timing (Beginner)

Unit 1 - SPIKE Prime: Read the Code #4 – Wait Blocks & Timing (Beginner)

Created by
RoboBytes
Teach students that not all code makes the robot move with this worksheet focused on wait blocks. Students will predict program flow, recognize pauses, and reason about timing in SPIKE Prime programs. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Students will: Identify movement vs non-movement blocks Predict robot behavior during waits Draw paths and mark where the robot pauses Includes teacher notes and a
Preview of Summer Book Club for Tot School and Preschool

Summer Book Club for Tot School and Preschool

This Summer Book Club Activity Pack has everything you need for a summer full of reading, and hands on fun! My summer book club plans are designed for children in the 2-5 year old range but can be adapted for younger and older children as well. Every activity can be used at home with one or more children or adapted for use in a day care/preschool classroom. Book club is all about exploring and learning together while exposing children to rich language, fine motor skills, sensory learning, and
Preview of Zen Kids Mindfulness Group Counseling Curriculum Mindfulness Activities for Kids

Zen Kids Mindfulness Group Counseling Curriculum Mindfulness Activities for Kids

Created by
Counselor Keri
The elementary school counseling small group aims to promote mindfulness in upper elementary-aged students, focusing on mindful breathing, mindful eating, mindful walking, non-judgment/self-acceptance, grounding, patience, letting go, gratitude, and more! Use these mindfulness activities in a small group counseling setting, in classroom guidance lessons or morning meetings. What's included:: ⭐Rationale and purpose for group ⭐Pre-and Post-Test Screening Assessment ⭐12 Group Session Lesson Pl
Preview of Crash Course in ABA: Downloadable PowerPoint for Parent and Family Training

Crash Course in ABA: Downloadable PowerPoint for Parent and Family Training

Provide parents and families with a comprehensive introduction to the basics of Applied Behavior Analysis (ABA) using our expertly designed PowerPoint presentation. This digital download is perfect for Parent Educators, BCBAs, and other professionals who want to deliver clear, accessible, and informative training sessions. Covering key topics like functions of behavior, data collection, antecedent interventions, and consequence interventions, this PowerPoint can be easily customized to suit spec
Showing 1-24 of 860+ results