TPT
Total:
$0.00

Decoding Strategy Chart

34+ results
Filters
Subject
Standard
Preview of MAP Score Tracker for Students (with Charts, Reflections, & Action Plan)

MAP Score Tracker for Students (with Charts, Reflections, & Action Plan)

Goal Setting, Progress Tracking, and Technology Skill integration in a simple one-pager! Perfect for grades 5-8 to learn how to use Microsoft Excel or Google Sheets, and to take responsibility for their own progress. Help students set goals and write reflections on their progress in a document that will follow them across grade levels. Perfect size for printing or sharing with parents during conferences. Teachers in grades 1-4 can fill in data and develop goals and reflections for students as w
Preview of Introduction to Flow Charting in programming and Computer Science.

Introduction to Flow Charting in programming and Computer Science.

This complete lesson introduces the fundamentals of Flow Charting in Programming and Computer Science. Students will learn how to visually represent algorithms, decisions, and processes using standard flowchart symbols. The lesson emphasizes logical thinking and step-by-step problem-solving. It's ideal for beginners learning to plan, design, and communicate their code. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint
Preview of Algorithm Analysis & Design | Complete Step-by-Step Curriculum

Algorithm Analysis & Design | Complete Step-by-Step Curriculum

This Curriculum covers algorithm design strategies, mathematical analysis, time and space complexity, growth rates, searching, sorting, graph algorithms, and pattern algorithms, with each unit standing as a complete, self-contained lesson while also fitting into a cohesive full course. ────────── ⋆⋅☆⋅⋆ ────────── Curriculum Structure & Coverage 1. Foundations of Algorithms ✏️ Introduction to Algorithms ✏️ Algorithm definition and characteristics ✏️ Algorithm analysis and design concept
Preview of Algorithm Analysis & Design | Brute Force and Exhaustive Search Complete Lesson

Algorithm Analysis & Design | Brute Force and Exhaustive Search Complete Lesson

This lesson provides a complete foundation in Brute Force and Exhaustive Search within Algorithm Analysis and Design, covering brute-force strategy, selection sort, bubble sort, linear (sequential) search, brute-force string matching, and exhaustive search for optimization problems including Traveling Salesman Problem, Knapsack Problem, and Assignment Problem. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Brute Force Slide Deck (PPT + PDF)💡 Full Exhaustive Search Slide Deck (PPT +
Preview of Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

This lesson provides a complete foundation in advanced Sorting Algorithms, covering Counting Sort, Radix Sort, and Merge Sort, including step-by-step execution, divide-and-conquer strategy, non-comparison sorting, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Sorting Algorithms II Slide Deck (PPT + PDF) 💡 Step-by-step visual sorting diagrams💡 Python code implementations💡 Worked sorting examples and traces💡 Ready for in-person, online, or hybrid
Preview of Create Educational Memes – Student Lesson, Guides, Assignment, Rubric & Planner

Create Educational Memes – Student Lesson, Guides, Assignment, Rubric & Planner

Engage your high school students like never before with my "Motivate with Memes" educational lesson and assessment! This comprehensive product includes a 12–page Teacher Guide packed with tips, strategies, and examples to seamlessly integrate memes into your teaching and student learning, a Student Guide to Memes, a Meme Assignment, and Rubric that ensure students understand expectations while exercising their creativity, and a Student Meme Planner to help students brainstorm, organize their th
Preview of Butterfly Cyber Hunt

Butterfly Cyber Hunt

Created by
GATE Help
I created this so that students have a guideline for researching on the internet. When given free range, they struggled to come up with a topic or know where to look. I created this chart for them to document what they know and what to learn, as well as 'starter topics' for them to research. Once they've found things that interest them, they write them on the topic sides and document their research.
Preview of Binary Search Tree Complete Lesson  | Operations, Diagrams & Examples included

Binary Search Tree Complete Lesson | Operations, Diagrams & Examples included

This lesson gives students a deep, practical understanding of Binary Search Trees, showing how ordered data is stored, searched, traversed, and modified efficiently using a full C++ implementation. Learners move beyond diagrams to see exact algorithms in action—including searching, traversal strategies, and the hardest operation: deletion—building confidence with one of the most important non-linear data structures. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️
Preview of Computer Security in Computer Science [Complete Lessons Curriculum]

Computer Security in Computer Science [Complete Lessons Curriculum]

This complete curriculum provides a thorough and beginner-friendly introduction to Computer Security within the field of Computer Science. It explores the fundamental concepts of digital safety, cybersecurity principles, encryption, malware types, password management, network security, ethical hacking, and data protection strategies. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint Compatible Mode ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of Hash Tables Complete Lesson | Operations, Diagrams & Examples included

Hash Tables Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how constant-time data access is achieved using Hash Tables, one of the most powerful and widely used data structures in computer science. Learners understand how keys are transformed into addresses, why collisions occur, and how different collision-resolution strategies work in practice—the same principles used in databases, compilers, and caching systems. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What a Hash Table is and why
Preview of Complete Operating Systems Unit for Computer Science [ Step-by-Step Curriculum]

Complete Operating Systems Unit for Computer Science [ Step-by-Step Curriculum]

This Complete Curriculum gives students a solid understanding of Operating Systems. Perfect for ICT, Computer Science, Software Engineering, Networking, Diploma/TVET programs, university-level OS courses, and learners preparing for OS exams or practical assessments. Each lesson includes clear explanations, diagrams, system architecture visuals, scheduling charts, binary conversion tables, real-world OS examples, and step-by-step walkthroughs that make complex OS concepts easy to teach and ea
Preview of Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

This Curriculum introduces students to processes, process states, process control blocks, swapping, scheduling, context switching, threads, and CPU management. Perfect for ICT, Computer Science, Software Engineering, Operating Systems courses, Diploma/TVET programs, and university-level CS modules. This lesson uses clear diagrams, OS models, state-transition charts, tables, real-world examples, and step-by-step workflows to help students fully understand how processes operate within modern ope
Preview of Merge Sort Complete Lesson | Operations, Diagrams & Examples included

Merge Sort Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how efficient sorting works at scale using Merge Sort, a classic divide-and-conquer algorithm known for its consistent performance. Learners clearly see how an array is recursively divided, how sorted subarrays are merged, and why Merge Sort outperforms basic sorting algorithms—all supported by a complete C++ implementation. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What Merge Sort is and why it’s efficient ✏️ The Divide & C
Preview of Create Instructional Videos Teacher PD —Step 5— Engage & Captivate Students

Create Instructional Videos Teacher PD —Step 5— Engage & Captivate Students

Unlock the full potential of your instructional videos with Step 5: Engage and Captivate Students, the ultimate guide to turning passive viewing into active learning. This resource is packed with proven tools and templates to help educators keep students focused, engaged, and inspired. From student feedback surveys to WSQ video notes and customizable lesson planners, this bundle is your all-in-one toolkit for video-based instruction. Whether you're a teacher or an instructional coach, you'll fi
Preview of PRESENTATION: Leveraging AI for resource creation in Languages

PRESENTATION: Leveraging AI for resource creation in Languages

Presented at the 2025 South Australian German Teachers Association Conference, this Powerpoint Show "Leveraging AI for Resource Creation in Languages," provides language teachers with step-by-step instructions on how to use a range of AI tools to create resources tailored to their specific context. The file includes short video vignettes demonstrating how to: generate original and adjusted stimulus textscreate audio texts for Listening tasks (dialogues, songs and podcasts)create comprehension t
Preview of Edmentum March Madness Brackets * UPDATED FOR 2026 *

Edmentum March Madness Brackets * UPDATED FOR 2026 *

Get ready for March Madness, Edmentum style! Perfect for students to be engaged with a competition throughout March to help complete lessons! Go head to head with classmates all month long.
Preview of Choosing Lists in Python Programming | Complete Coding Lesson

Choosing Lists in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Lists 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 Lists as their preferred data type for storing and managing ordered collections in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick
Preview of Choosing Functions in Python Programming | Complete Coding Lesson

Choosing Functions in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Functions 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 Functions as their preferred way to create reusable, organized, and efficient code in programming. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
Preview of Choosing Dictionaries in Python Programming | Complete Coding Lesson

Choosing Dictionaries in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Dictionaries 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 Dictionaries as their preferred data type for storing and managing key-value pairs in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
Preview of Choosing bytearray in Python Programming | Complete Coding Lesson

Choosing bytearray in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using bytearray 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 bytearray as their preferred data type for working with mutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Preview of Choosing Bytes in Python Programming | Complete Coding Lesson

Choosing Bytes in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Bytes 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 Bytes as their preferred data type for representing immutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and
Preview of Choosing dataclass in Python Programming | Complete Coding Lesson

Choosing dataclass in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using dataclass 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 dataclass as their preferred way to create structured, readable, and efficient data containers in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teacher
Preview of Choosing Floats in Python Programming | Complete Coding Lesson

Choosing Floats in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Floats 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 Floats as their preferred data type for representing decimal and fractional numbers in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and q
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
Showing 1-24 of 34+ results