TPT
Total:
$0.00

Percent Increase and Decrease Quiz

21+ results
Filters
Standard
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 Virtualization : Containers | CCNA 200-301 Prep and Networking Lessons

Virtualization : Containers | CCNA 200-301 Prep and Networking Lessons

This is a lesson on Container Virtualization. Perfect for teaching ICT, Computer Science, Networking, Cloud, or certification prep (CCNA, DevNet, CompTIA Cloud+, Docker & Kubernetes training), it gives you everything you need to introduce, explain, and demonstrate how ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverReview of Virtual MachinesType 1/Type 2 HypervisorsContainers (ie. Docker)Virtual Machines vs. Containers◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ PPTX (editable PowerPoint)✯ PDF (print
Preview of Design a Cell Phone Project | STEM, Entrepreneurship, PBL for GATE & Teamwork

Design a Cell Phone Project | STEM, Entrepreneurship, PBL for GATE & Teamwork

Challenge your students to think like designers, innovators, and entrepreneurs with this STEM cell phone design project that blends real world problem solving with creativity and team collaboration. In this project based learning activity, students research, design, and model their own innovative phone, complete with branding, marketing, and a pitch presentation! Whether you're teaching STEAM, GATE, enrichment, or careers, this activity builds valuable life skills like creative problem solving,
Preview of Abstract Watercolor Doodle Art Project | Non-Objective Painting Lesson, Middle &

Abstract Watercolor Doodle Art Project | Non-Objective Painting Lesson, Middle &

Abstract Watercolor Doodle Art Project Looking for a fun, low-prep abstract watercolor art project your students will love? This watercolor doodle design lesson combines painting and drawing to help students create bold, expressive, and unique artwork—perfect for all skill levels. This engaging non-objective art project is ideal for middle school and high school art, encouraging creativity, confidence, and experimentation with color and design. 📦 What’s Included ✔️ Step-by-step guidanc
Preview of Priority Queue Complete Lesson | Operations, Diagrams & Examples included

Priority Queue Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how priority-based data processing works, showing how elements are stored, ordered, and removed based on priority rather than insertion order. Learners understand why priority queues are essential in real systems and how they are implemented using linked lists and heaps, including a full C++ template-based implementation. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What a Priority Queue is and why it’s used ✏️ Difference between a
Preview of A Beginner-Friendly Lesson on CNN Architecture, Layers & How They Work

A Beginner-Friendly Lesson on CNN Architecture, Layers & How They Work

This is a complete lesson on Convolutional Neural Networks (CNNs) — one of the most essential architectures in Deep Learning and Computer Vision. Perfect for Machine Learning, Artificial Intelligence, Data Science, Computer Science, and advanced ICT courses at the high school, college, university, or bootcamp level. The lesson explains what CNNs are, how they work, why they are powerful, and what each component does, supported with clear diagrams, real examples, architecture visuals, filter ex
Preview of Algorithm Analysis & Design: Limits, Growth Rates & Runtime Analysis

Algorithm Analysis & Design: Limits, Growth Rates & Runtime Analysis

This lesson provides a complete foundation in Orders of Growth within Algorithm Analysis and Design, covering relative rates of growth, logarithmic, polynomial, exponential and factorial functions, limits-based comparisons, L’Hôpital’s Rule, Stirling’s Formula, and Big-O classifications. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Orders of Growth Slide Deck (PPT + PDF)💡 Growth comparison graphs and figures💡 Worked mathematical examples using limits💡 Algorithm runtime estimat
Preview of Algorithm Analysis & Design: Mathematical Analysis of Recursive Algorithms

Algorithm Analysis & Design: Mathematical Analysis of Recursive Algorithms

This lesson provides a complete, concept-clear foundation in the Mathematical Analysis of Recursive Algorithms, covering recurrence relations, basic operation counting, forward and backward substitution, and mathematical evaluation of recursive algorithm efficiency. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Mathematical Analysis of Recursive Algorithms Slide Deck (PPT + PDF)💡 Worked recursive algorithm examples💡 Forward and backward substitution solutions💡 Operation-count
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 Binary Search Complete Lesson | Operations, Diagrams & Examples Included

Binary Search Complete Lesson | Operations, Diagrams & Examples Included

This lesson teaches students how efficient searching works by contrasting sequential search with binary search, showing why sorted data enables dramatically faster lookups. Learners clearly see how search space is reduced by half at every step, how indices move during execution, and how binary search achieves logarithmic performance—all supported by a complete C++ program. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What searching algorithms are and why they
Preview of Bubble Sort complete Lesson | Operations, Diagrams & Examples included

Bubble Sort complete Lesson | Operations, Diagrams & Examples included

This lesson introduces students to how sorting works at the most fundamental level, using Bubble Sort to show how comparisons and swaps gradually bring order to data. Learners clearly see how values move step by step, why multiple passes are required, and how sorting algorithms operate internally—supported by a simple, complete C++ program. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What sorting is and why it’s important ✏️ Core idea behind Bubble Sort✏️ How
Preview of Evaluating Postfix Expression | Operations, Diagrams & Examples included

Evaluating Postfix Expression | Operations, Diagrams & Examples included

This lesson shows students how expressions are actually evaluated by computers by breaking down prefix, infix, and postfix notation and implementing a complete postfix expression evaluator using stacks in C++. Instead of memorizing rules, learners see how operator precedence disappears in postfix form and how stacks power real expression evaluation step by step. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix expressio
Preview of Infix to Postfix Conversion Complete Lesson | Operations & Examples included

Infix to Postfix Conversion Complete Lesson | Operations & Examples included

This lesson teaches students how algebraic expressions are converted into machine-friendly form, showing exactly how stacks are used to transform infix expressions into postfix notation. Learners move from rules and precedence tables to real algorithms and working C++ code, building a strong foundation for expression evaluation, compilers, and advanced stack applications. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix
Preview of Introduction to tmux | Terminal Multiplexer, Sessions, Windows, Panes & Shortcut

Introduction to tmux | Terminal Multiplexer, Sessions, Windows, Panes & Shortcut

This resource is a step-by-step introductory lesson on tmux (Terminal Multiplexer). Perfect for Linux, DevOps, Programming, Cybersecurity, Networking, and Command Line courses where learners work heavily inside the terminal and need persistent, organized sessions (e.g., SSH, servers, or remote development). It teaches students how to run multiple terminal sessions from a single window, manage sessions, windows, and panes, and use tmux for productive multitasking in the command line. The less
Preview of AP Chemistry Unit 8 - Identifying & Making Buffers - Inquiry Based Activity

AP Chemistry Unit 8 - Identifying & Making Buffers - Inquiry Based Activity

Identifying systems that constitute a buffer is an important part of advanced chemistry courses, but frequently students struggle to grasp why buffers can only be made with weak acids/bases and the two main ways to make buffers. In this 6 page inquiry-based assignment, students will use their past knowledge of acid-base chemistry and equilibrium to identify buffer systems and quantitatively go through the process of creating buffers. Included In This Product:6 Page activity for students that s
Preview of Spanish Speaking & Writing Project | Essay+Presentation | Spanish 3-5 AP IB

Spanish Speaking & Writing Project | Essay+Presentation | Spanish 3-5 AP IB

Spanish Speaking & Writing Project | Personal Essay + Oral Presentation | Spanish 3–5, AP, IB Students reflect on a lesson they believe the world needs to hear right now — then write about it, build slides around it, and stand up and say it out loud. In Spanish. Without reading off a page. This is one of those projects where the room gets quiet in a good way. The handwritten in-class draft requirement eliminates AI shortcuts. The image-only slide deck keeps students talking instead of reading. T
Preview of "Remarkably Bright Creatures" - Unit Review, Test and Activities

"Remarkably Bright Creatures" - Unit Review, Test and Activities

Remarkably Bright Creatures Novel UnitEngage students with this comprehensive novel study for Remarkably Bright Creatures. Designed for high school literature classrooms, this resource combines comprehension, discussion, literary analysis, and creative application to help students develop a deeper understanding of the novel's characters, themes, and messages.What's Included:✔ Discussion Questions for every chapter to encourage close reading, thoughtful analysis, and meaningful class conversation
Preview of When to Use Functions in Python Programming | Complete Coding Lessons.

When to Use Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where functions are essential and emphasizes their benefits, including code reusability, organization, modularity, and reducing repetition for cleaner, more efficient programs. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners
Preview of Complete Lessons on the History of Mac OS | Introduction to Operating System.

Complete Lessons on the History of Mac OS | Introduction to Operating System.

This lesson provides a comprehensive overview of the History of Mac OS in Computer Science, Coding, Programming and Technology. It covers everything learners need to know about the origins, evolution, and major developments of Apple's operating system from the first Macintosh System Software to the latest macOS versions like Sonoma. Designed for beginners, the lesson is clear, engaging, and easy to follow. Every slide is interactive, featuring timelines, visuals, and key innovations to h
Preview of Implementing Array List in Data Structures Complete Lesson [ C++ Included ]

Implementing Array List in Data Structures Complete Lesson [ C++ Included ]

This lesson teaches students how lists are actually implemented under the hood using arrays, showing how insertion, deletion, and access work at the memory level. Learners move beyond using built-in containers to building their own List data structure from scratch, understanding why operations cost time and how data shifting affects performance. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ️✏️What a List ADT is and why it’s used ✏️ How an Array List stores eleme
Preview of K-Nearest Neighbors : A Step-by-Step, Beginner-Friendly Machine Learning Lesson

K-Nearest Neighbors : A Step-by-Step, Beginner-Friendly Machine Learning Lesson

This is a complete, ready-to-teach lesson on K-Nearest Neighbors (KNN). Perfect for Data Science, Machine Learning, Artificial Intelligence, and Computer Science courses at the high school, college, university, or bootcamp level. The lesson explains what KNN is, how it works, the full algorithm, distance measures, choosing K, example walkthroughs, and failure cases, all with clear visuals and step-by-step explanations. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What This Lesson Covers ✨✨ ✔ What is K-Ne
Showing 1-21 of 21+ results