TPT
Total:
$0.00

For Loop Java

370+ results
Filters
Standard
Preview of Pre-Writing Line Progression Worksheets for Preschool and Pre-K (ages 3-5)

Pre-Writing Line Progression Worksheets for Preschool and Pre-K (ages 3-5)

Created by
one 6SEVEN
This Pre-Writing Lines & Tracing Worksheets pack is a carefully structured resource designed to help preschool and Pre-K children build strong fine motor and pre-writing skills through clear, calm, and developmentally appropriate tracing practice. The activities progress step by step, starting with simple straight lines and gradually moving through diagonals, curves, waves, zigzags, arches, and open loops. Each skill is introduced gently, practised with increasing control, and reinforced with
Preview of Fine Motor Coloring Pages for K-3 Pattern Practice Printables

Fine Motor Coloring Pages for K-3 Pattern Practice Printables

Fine Motor Pattern Coloring gives K-3 students calm, structured coloring practice that supports careful hand control without adding extra worksheet tasks. These fine motor coloring pages help teachers provide meaningful early finisher coloring, centers, or quiet independent work while students build precision and focus. What's included• Tiny Loops Fine Motor Coloring Page • Small Scallops Fine Motor Coloring Page • Doodle Borders Fine Motor Coloring Page • Mini Petals Fine Motor Coloring Page •
Preview of Pencil Control & Tracing Lines: Fine Motor Skills Worksheets for Pre-K & Kinder

Pencil Control & Tracing Lines: Fine Motor Skills Worksheets for Pre-K & Kinder

Unlock Early Writing Success with Fun Tracing Challenges! Are you looking for a "no-prep" way to strengthen your students' hands and improve their pencil control? These Fine Motor Tracing Worksheets are designed to take students from simple lines to complex letter-like strokes. Perfect for morning work, small groups, or independent centers, these 18 pages of practice provide the repetition young learners need to feel confident with a pencil. What’s Included?Step-by-step progression from straigh
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 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 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 April Fine Motor Activities

April Fine Motor Activities

Build essential fine motor skills this spring with these engaging, hands-on April-themed activities! Designed with an occupational therapy lens, this low-prep printable pack helps children strengthen foundational skills through fun, seasonal tasks. Perfect for preschool, kindergarten, and early learners, these activities incorporate rain, flowers, and spring themes to keep kids motivated while learning. What’s Included: This printable pack includes 6 April-themed activity pages: ✔️ Visual mot
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 one6SEVEN_PreWriting_Lines_Tracing_Worksheets_Ages3-5_USLetter.pdf

one6SEVEN_PreWriting_Lines_Tracing_Worksheets_Ages3-5_USLetter.pdf

Created by
one 6SEVEN
Pre-Writing Lines Tracing Worksheets are designed to support early fine motor development and pre-writing readiness for preschool children ages 3–5. This printable resource includes simple, uncluttered tracing activities that help children build hand control, pencil confidence, and smooth line formation. Activities progress gradually from free line exploration to guided paths, curves, loops, and independent continuation. Perfect for preschool, Pre-K, early intervention, OT support, and home prac
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: 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 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 Visual Schedules for Home Routines BUNDLE: Dressing, Morning, Evening, & Bedtime

Visual Schedules for Home Routines BUNDLE: Dressing, Morning, Evening, & Bedtime

Created by
Print Path OT
Flexible and Editable Visual Schedules for Self-Help Skills. This resource is designed for children:Who are on the autism spectrum Who are anxious Who have difficulty following verbal directions Who don’t know what to expect Who have problem behaviors Who have difficulty accepting directions Who have difficulty recalling the order of sequenced steps Who know how to do tasks but are dependent on verbal directions Included in this Resource:Sequence Order MenuIndividual Task Cards All-Done Boards (
Preview of Daily Communication Log for Special Education Classroom **Editable**

Daily Communication Log for Special Education Classroom **Editable**

Created by
Elizabeth Eckel
This is the editable version of my daily communication log for special education. I add this into a folder each day to communication with parents of special needs children.
Preview of Hypernasality Weekly Homework for Toddlers

Hypernasality Weekly Homework for Toddlers

Have you ever tried targeting hypernasality in toddlers? It can be tough! This simple homework program is designed for parents to use with their child at home. This program aims to reduce hypernasality in young children by increasing awareness of the muscles involved in velopharyngeal closure and the difference between nasal and oral resonance. Key Features: Evidence-Based Techniques: Incorporates proven methods from leading speech therapy resources and research to ensure the most effective out
Preview of Academic Systems Toolkit for Strong Students (Executive Function & Study Skills)

Academic Systems Toolkit for Strong Students (Executive Function & Study Skills)

Academic Systems Toolkit for Strong StudentsMany capable students understand their coursework well, yet still struggle with organization, time management, and follow-through when assignments become more complex. This resource addresses that gap. The Academic Systems Toolkit for Strong Students provides a structured approach to developing the academic systems (executive function) that support consistent performance across subjects. Rather than focusing on content alone, this toolkit helps studen
Preview of 20 Everyday Play & Movement Prompt Cards | Gross Motor Activities for Preschool

20 Everyday Play & Movement Prompt Cards | Gross Motor Activities for Preschool

Encourage children to move, explore and learn through play with these 20 Everyday Play & Movement Prompt Cards! This engaging movement pack is designed for toddlers, preschoolers and early childhood settings to support gross motor development, coordination, creativity and confidence through simple active play invitations. Perfect for: Preschool & Kindergarten Early Childhood Classrooms Homeschooling Outdoor Learning Brain Breaks Indoor Active Play Play-Based Learning Environments Childre
Showing 1-24 of 370+ results