TPT
Total:
$0.00

Percent Increase and Decrease Quiz

17+ results
Filters
Standard
Preview of Architecture Vocabulary Bingo, Writing & Quiz | High School CTE, STEM, Design

Architecture Vocabulary Bingo, Writing & Quiz | High School CTE, STEM, Design

Created by
SNPC Design EDU
This isn’t just another classroom game; it’s a complete toolkit for teaching architecture vocabulary where you’ll get 30 unique bingo cards, 25 illustrated clue cards, a PowerPoint presentation with clear visuals for each term, a vocabulary list of definitions, and a corresponding vocabulary quiz. Teachers love that it’s print-and-go, classroom-ready, and designed to make even complex architectural concepts fun and easy to understand, making it perfect for design, STEM, sub plans, review
Preview of Virtual Routing & Forwarding (VRF) | CCNA 200-301 Prep and Networking Lessons

Virtual Routing & Forwarding (VRF) | CCNA 200-301 Prep and Networking Lessons

This is a lesson on Virtual Routing & Forwarding (VRF). Perfect for teaching ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, CompTIA Network+), it provides everything you need to explain, demonstrate, and reinforce how multiple routing tables can coexist on a single device to securely segment network traffic. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverIntro to VRFVRF Configuration◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ PPTX (editable PowerPoint)✯ PDF (print-friendly v
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 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 STEM Bell Ringers Critical Thinking Activity Conversation Starters Warm Ups

STEM Bell Ringers Critical Thinking Activity Conversation Starters Warm Ups

Kickstart your class with engaging bellwork by using these conversation starters! These STEM bell ringers are designed to spark debate and curiosity while encouraging your students thinking critically about science, technology, engineering, and math. This resource includes 70 editable slides filled with thought-provoking discussion questions that will challenge your students to form opinions and explore STEM topics. Perfect for a weekly routine, simply display these STEM bellringers as stude
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
Preview of Namespace Complete Lesson | Object Oriented Programming ( C++ )

Namespace Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Namespaces in C++. It is designed for AP Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What Students Will Learn ✨✨ ✔ Purpose of Namespaces ✔ Defining a Namespace ✔ Using Scope Resolution (::) ✔ Calling Functions Inside a Namespace ✔ Using Multiple Namespaces ✔ The using Directive ✔ Classes Inside a Namespace ✔ Using Multiple Classes Within a
Preview of Robot Activity: A Hands-On Introduction to Programming Logic

Robot Activity: A Hands-On Introduction to Programming Logic

Created by
STEM4Learning
Bring coding to life with this interactive Robot Activity, designed to help students understand the fundamentals of programming logic through hands-on, collaborative play. Perfect for elementary, middle, and beginner high school classrooms, this activity transforms students into programmers, announcers, and robots as they learn the importance of clear, precise instructions. What’s Included:A complete, ready-to-use PowerPoint presentation with clear teacher tips, role cards, and examples.Structu
Showing 1-17 of 17+ results