TPT
Total:
$0.00

Treble Note Code

11,000+ results
Filters
Subject
Standard
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 RoboBytes | SPIKE Prime | Unit 6 Lesson 4 – Read the Code: Line Following

RoboBytes | SPIKE Prime | Unit 6 Lesson 4 – Read the Code: Line Following

Created by
RoboBytes
No building. No testing. Just reading, thinking, and understanding. Students analyze three pre-written line following programs — an if/else version, a speed variable version, and an error-based steering version — and answer questions about what each one does, why it's written that way, and what would happen if something changed. A great lesson for building code literacy and slowing down to think. What's included in the powerpoint:Editable teacher slide deckEditable student worksheetEditable teac
Preview of SPIKE Prime Robotics Unit 5 Lesson 4: Read the Code Sensors

SPIKE Prime Robotics Unit 5 Lesson 4: Read the Code Sensors

Created by
RoboBytes
Can your students read a program like an engineer? Three buggy multi-sensor scenarios challenge them to trace, predict, and explain robot behavior before running a single line of code. 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
Preview of I, Robot: The Code of Humanity Big Idea 5  AP CSP

I, Robot: The Code of Humanity Big Idea 5 AP CSP

Created by
Franco Comp Sci
This digital escape room lesson is a fun and engaging way to help students understand how computing affects the world around them. Instead of just reading or taking notes, students become part of a story where they have to solve challenges to escape robots and save themselves. Each question is tied to a real computer science idea—like protecting private information, avoiding online scams, and understanding who has access to technology. Because the questions are part of a storyline, students are
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 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 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 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# 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# 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 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 #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 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 Group 4: Color Coded Kid songs for boomwhackers, piano, keyboard, bells.

Group 4: Color Coded Kid songs for boomwhackers, piano, keyboard, bells.

Adaptive music reading. Reading by colors. Great for tone bells, beginning hand bells, boomwhackers, piano, keyboard, xylophone, orff instruments, Songs 15-20 of a series of 4 sets of songs. Each song is written with a maximum of 8 notes; from middle C to shining C. Use the main picture to set up the instrument and assign colors in the proper position. Use for individual children and also for groups of children when dividing up the instrument/notes! Think of social skills, hand-eye coordinat
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 #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 Group 3: Color Coded Easy Children's Music Songs 4  Keyboard, boomwhackers...

Group 3: Color Coded Easy Children's Music Songs 4 Keyboard, boomwhackers...

Here are five more easy to play songs in adapted notation for playing instruments by color. Good for piano, keyboard, xylophones, boomwhackers, desk bells, tone bells and more. See below for how to set up your keyboard. Wheels on the Bus 6 Little Ducks I'm a little Teapot He's got the Whole World in His Hands Do you know the Muffin Man? The title picture will to show you how to set up your keyboard, piano, or other instruments. Here are the basics: Middle C on the piano is located usually
Preview of 7 Large Color Coded Trad. Jewish Songs for Piano, Boomwhackers, bells and more

7 Large Color Coded Trad. Jewish Songs for Piano, Boomwhackers, bells and more

7 great Traditional Jewish Songs presented for easy playing on the piano, boom whackers, desk bells and more. Set middle c as red, d as orange, e yellow, f green, g light blue, a dark blue, and b as purple and go for it! Song list is: Dreidle Dreidle Shabbot Shalom Deyenu Zum Gali Gali Burn little Candles Chag Purim Let my People Go The Keyboard picture that is highlighted in the Thumbnail pictures above the word "preview" will to show you how to set up your keyboard, piano, or other inst
Preview of RBT Supervision Tracker Bundle | Hours Log, Meeting Notes & Competency Checklis

RBT Supervision Tracker Bundle | Hours Log, Meeting Notes & Competency Checklis

Created by
TheBCBABoss
Struggling to keep track of your RBT supervision hours, meeting notes, and competency progress all in one place? This editable Excel bundle has everything you need — organized, professional, and BACB-aligned.What's included:📋 Tab 1 — Supervision Hours Log Track individual and group supervision contacts with auto-calculated totals, hours by type, and hours remaining toward your goal.📝 Tab 2 — Meeting Notes Template A structured agenda for every supervision session covering data review, skill ac
Preview of ABA CodeBillable Activities Checklist and Session Note Component Checklist

ABA CodeBillable Activities Checklist and Session Note Component Checklist

ABA Session Checklist for each Insurance Code with Billable Activities and Session Note Components to Include, 97151, 97153, 97155, 97156 This is a DIGITAL product. NO physical product will be sent to you. You can download and use digitally or print and use as a physical product. This is for your own personal use. It is not to be given away for free or sold in digital or physical form. This is a download with 9 pages. Each page is either billable activities allowed for a specific code or the ne
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 Editable Schedule Cards &Visuals for Autism or Special Education

Editable Schedule Cards &Visuals for Autism or Special Education

Need some visual schedule pieces that are color coded and editable? Over 2,000 icons with the ability to be edited or versions with the description label already there. Also includes 14 color options to make all your color coding dreams come true! This product has multiple uses and is great to prep for back-to-school. You can use this for an entire day schedule, a few steps, a mini-schedule, a first-then board, or an AM and PM schedule. This product uses Smarty Symbols clip art but, you have th
Showing 1-24 of 11,000+ results