TPT
Total:
$0.00

Treble Note Code

4,700+ results
Filters
Standard
Preview of AP Biology Interactive Notes Series | Unit 4: Cell Communication

AP Biology Interactive Notes Series | Unit 4: Cell Communication

Engage your AP Biology students with these interactive, visually appealing notes for Unit 4: Cell Communication and Signal Transduction! This resource blends the creativity of coloring notes with the structure of traditional fill-in notes, helping students see and understand key biological processes. Perfect for introducing, reviewing, or reinforcing AP Bio Unit 4 concepts — both in the classroom and online. What’s Included Editable Google Slides version for digital or remote learning Printa
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 Learning Progress Sheet to Accompany Free Online Coding Program - Crunchzilla

Learning Progress Sheet to Accompany Free Online Coding Program - Crunchzilla

Created by
Gr8fl
I have created a sheet for students to paste into their technology books. This sheet indicates all the lessons for the Codemonster section of the free online coding lessons at Crunchzilla.com. The sheet outlines the connection to NESA syllabus outcomes, and provides instructions for students on how to use it. Students work through the lessons at their own pace, noting the date they complete each section and then writing a reflection in their books. It has worked wonderfully well. Students have
Preview of AP® Computer Science A: 8.1 Inheritance (Slides)

AP® Computer Science A: 8.1 Inheritance (Slides)

Release Notes:Slides are completely re-designedMore concise explanations for key concepts and justification for inheritanceCode snippets now included using J-Doodle links.____________Overview. These slides are teachable, include a short activity at the end and are completely editable to your liking. Complete with animations, explanations, code and algorithms covering inheritance, polymorphism, abstract classes and interfaces. Describe the concept of inheritance and how it can be used to increase
Preview of AP® Computer Science A: Complete Course (Slides) - Version 2

AP® Computer Science A: Complete Course (Slides) - Version 2

V2 Release notes: There was a deprecated add-on used on the slides which have now been removed, thus all the sample code was updated. Inheritance and Polymorphism (Slide #12) has brand new examples and is now entirely updated contents.______________________________ This Bundle includes editable and customizable Powerpoint slides covering the entire AP Computer Science (CS) A Syllabus. The content covered here align to College Board's progress checks and students can use the slides which incl
Preview of AP® Computer Science A: 5 Iterations and Loops (Slides)

AP® Computer Science A: 5 Iterations and Loops (Slides)

Version 4 - Release Notes: Loops - Completely re-designed and reorganized of slides in comparison to Version 3 The following content has been added: - Explanations and background reading - Flowcharts explaining how for and while loops execute - Additional visualizations for "for" and "while" loops. - Nested loops and Statement execution count. - Sample code on looping through strings and integers - Content to determine length of an integer using Math (arithmetic operators) - Introduction to E
Preview of AP® Computer Science A: 4 Conditions & Boolean Expressions (Slides)

AP® Computer Science A: 4 Conditions & Boolean Expressions (Slides)

March 17 2025 - Release Notes Added 6 pages of contentAdded illustrations and animations for explaining conditionals and program flow, better visualizations, color coded with explanations. More concise explanations throughout the slide deck.Updated code snippets with Carbon.shDecember 17 2023 - Release Notes: Conditionals and Boolean Expressions - Complete re-design and reorganization of the slides in comparison to Version 3 - Added explanations and background reading - Added Flowcharts explai
Preview of AP® Computer Science A: 1 Primitive Types and IO (Slides)

AP® Computer Science A: 1 Primitive Types and IO (Slides)

Version 5 (Feb 2025) - Release Notes: Updated notes on identifier naming conventions Additional examples of operators Version 4 (Oct 2023) - Release Notes: These slides have updated graphics, condensed and more precise explanations. New Now includes using System.out.print and Scanner class so students can learn to output as well as receive user input (Scanner is not a part of the AP Subset, so clear explanations of what to expect on the AP Exams are also provided). New content on increment /
Preview of Sorting Algorithms - Unit 4 Lesson 15 | Goldie's AP® CSA Curriculum

Sorting Algorithms - Unit 4 Lesson 15 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 15: Sorting AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore the fundamental concepts of sorting algorithms, specifically focusing on selection sort and insertion sort. They will examine how each algorithm works, analyze step-by-step examples, trace code, and compare the efficiency and behavior of the two sorts on different data sets. What’s Included: Detailed lesson planStudent guided notes
Preview of Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 10: Implementing ArrayList AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore common algorithms used with ArrayLists, such as finding minimums, calculating averages, and modifying lists based on conditions. Students will write and trace code that manipulates ArrayLists, and gain an understanding of how references work when passing or returning ArrayLists from methods. What’s Included: Detailed
Preview of One-Dimensional Arrays - Unit 4 Lesson 3 | Goldie's AP® CSA Curriculum

One-Dimensional Arrays - Unit 4 Lesson 3 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 3: One Dimensional ArraysFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn the fundamentals of one-dimensional arrays. They will explore what arrays are, why they are useful, how to declare and initialize arrays, how to manipulate individual array elements using indices, and understand how array indexing and array length work. Students will also practice accessing, modifying, and debugging array-based code
Preview of AP® Computer Science A: 8.2 Inheritance (Assessment: Library Item)

AP® Computer Science A: 8.2 Inheritance (Assessment: Library Item)

Overview. Based on the objectives for the Inheritance Slides (outlined below), this is a summative assessment provided herewith. Solution: A sample interactive solution is included as a JDoodle Link Note: Creating connections with previous content is key to implementing the concepts of Inheritance in Java, in particular how classes belonging to a specific hierarchy can be represented as a collection (Array) where the Array needs to be traversed, searching and editing these objects. Objective:
Preview of AP CSA 1.10-1.15 Guided Notes

AP CSA 1.10-1.15 Guided Notes

Created by
Jonathan Riley
These guided notes help students master the second half of AP Computer Science A Unit 1, covering concepts from class and instance methods to string manipulation. Each topic includes structured fill-in-the-blank notes, Java code examples, and practice questions designed to deepen understanding and prepare students for AP-style exam questions. A teacher-filled version with all answers is included for easy grading, modeling, or projection during lessons. 🧠 Topics Covered: 1.10 Calling Clas
Preview of AP CSA 1.5-1.9 Guided Notes

AP CSA 1.5-1.9 Guided Notes

Created by
Jonathan Riley
These guided notes help students master key Java programming concepts from AP Computer Science A Units 1.5–1.9, following the 2025 AP CSA Course and Exam Description. Each section includes fill-in-the-blank notes, coding examples, and short practice exercises that reinforce understanding through active engagement. A teacher version with all answers filled in is included for easy grading, direct instruction, or projection during lessons. 🧠 Topics Covered: 1.5 Casting and Range of Variables
Preview of RoboBytes | SPIKE Prime | Unit 6 Lesson 8 – Design Your Own Course

RoboBytes | SPIKE Prime | Unit 6 Lesson 8 – Design Your Own Course

Created by
RoboBytes
No instructions. No given thresholds. No pre-built course. Just students, tape, and everything they've learned. Students design a multi-segment tape course from scratch, calibrate their own thresholds, complete a segment planning table, use a code checklist, then write and test a full navigation program. Teacher notes include physical setup guidance, three no-build alternatives, calibration tips, differentiation strategies, debrief questions, and a 75-point grading rubric with 10-point bonus. Wh
Preview of AP Computer Science A: Unit 1 Project - System.out.print.everything

AP Computer Science A: Unit 1 Project - System.out.print.everything

Created by
Andy Mattick
Kick off your AP Computer Science A course with this real-world Java project bundle! Students design and test multiple classes that cover Unit 1 essentials: scanner practice, class design, math operations, and structured output. With clear rubrics, starter code, and teacher notes, this project is ready-to-use in any AP CSA classroom. ✨ What’s Included 5 mini-projects: Gradebook – input classes & grades, calculate average & GPA Teams – randomize student groups, calculate teams & remainders
Preview of Exponential Growth & Decay Grade Level: 9th – 11th (Editable)

Exponential Growth & Decay Grade Level: 9th – 11th (Editable)

Created by
Concept Clicks
Exponential Growth & DecayGrade Level: 9th – 11th Grade (Algebra 1 / Algebra 2)Description: A concise introduction to exponential models. It defines the formulas for Growth A(t) = A_0(1+r)^t and Decay A(t) = A_0(1-r)^t and explains the variables in the context of economics and natural sciences.How to Use: Use as a Reference/Note-Taking resource. It provides clear, color-coded definitions of the variables, which is great for helping students build their own formula sheets.Stats: 5 Slides | Formul
Preview of AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP CSA Unit 4 Full Curriculum BundleData Collections Complete Lessons, Projects, Activities & AssessmentsAligned to 2025 CED Goldie's AP Computer Science A Unit 4 Full Curriculum Bundle provides everything you need to teach 1D arrays, ArrayLists, 2D arrays, and algorithms with confidence and clarity. Covering all major topics related to arrays, reading text files, ArrayLists, 2D arrays, sorting and searching, and recursion, this bundle includes detailed lesson notes, guided practice, homework
Preview of Goldie's FULL CURRICULUM for AP® Computer Science A

Goldie's FULL CURRICULUM for AP® Computer Science A

AP® Computer Science A – Full Curriculum BundleAligned to the 2025 College Board CED for AP CSA Welcome to my comprehensive AP Computer Science A editable curriculum bundle! Created to support teachers from the first day of class to the AP Exam, this resource includes everything needed for a successful AP CSA course. This bundle contains my AP Computer Science A curriculum, with resources that align to the College Board’s® 2025 Course and Exam Description. Each unit includes: Editable guid
Preview of AP CSA: Object Oriented Movie Project

AP CSA: Object Oriented Movie Project

Created by
Andy Mattick
AP CSA Movie OOP Project – Full Teacher & Student Pack (JAWS Example)This comprehensive Object-Oriented Programming project is perfect for AP Computer Science A Units 5–9. Students design a fully-functional Java simulation based on a movie—using Jaws as the example—but the structure works for any movie they choose. Students build a multi-class system featuring inheritance, constructors, getters/setters, helper methods, arrays of objects, and a driver program that demonstrates object interactio
Preview of Beginner Python(Text) Lessons 1 and 2

Beginner Python(Text) Lessons 1 and 2

Created by
Amy's Kids
Teaching Python to 8th graders should be engaging, interactive, and focused on building confidence with simple concepts. The goal is to make programming fun while introducing core ideas gradually. Below is a plan for the first 2 lessons, designed to be age appropriate, hands on, and encouraging creativity. Each lesson is structured to fit a roughly 45minute class, with clear objectives, activities, and a small project or exercise. The lessons use Python’s basic syntax and avoid complex setups, s
Preview of AP CSA Unit 1

AP CSA Unit 1

Created by
Jonathan Riley
Save time and boost student engagement with this complete Unit 1 resource bundle for AP Computer Science A (Java)! This collection provides everything you need to teach, reinforce, and assess all Unit 1 topics from the 2025 AP CSA Course and Exam Description (CED) — from variables and expressions to objects and string manipulation. The unit structure is designed to align seamlessly with CodeHS as a supplemental platform for coding practice and interactive lessons. However, CodeHS is not
Preview of IB Chemistry SL+HL two-year full course notes bundle (fully updated for FE2025!)

IB Chemistry SL+HL two-year full course notes bundle (fully updated for FE2025!)

This bundle includes complete scaffolded lesson notes that are fully aligned with the First Examinations (FE) 2025 version of the IB Chemistry SL+HL courses. The first two pages of each booklet clearly connect to specific curricular content and skills/applications as defined in the IB Chemistry Guide (Structure 1, 2 & 3; Reactivity 1, 2 & 3; Tools 1, 2 & 3). If you and/or your students find the organization of the new IB Chemistry curriculum confusing, these will help center your teaching and le
Preview of Makerspace Lesson Plans STEM activities Coding Mat Ozobot Unplugged Curriculum

Makerspace Lesson Plans STEM activities Coding Mat Ozobot Unplugged Curriculum

Plan your STEM curriculum! This ultimate STEM makerspace bundle is ready-to-use & includes building challenges, task cards, coding, robotic activities, animation, movie making, & genius hour. You have access to over 145+ amazing activities that can be used across multiple grade levels. For a teacher, lessons can take hours and hours to prep and plan. Thanks to this bundle, your ENTIRE YEAR can be planned out to include STEM & technology activities! Combine this with your curriculum so you have
Showing 1-24 of 4,700+ results