TPT
Total:
$0.00

Percent Increase and Decrease Quiz

27+ results
Filters
Standard
Language
Preview of AP Psychology Senses and Sensation Lesson: Five Senses & Biology AP Psych Unit 1

AP Psychology Senses and Sensation Lesson: Five Senses & Biology AP Psych Unit 1

A no prep editable lesson, worksheets, and quiz + answer key for AP Psychology to teach Sensation and the Senses: Vision, Hearing, Taste (Gustation), Smell, Touch, Balanace, and Kinesthesis; Thresholds (absolute + difference thresholds, Weber's Law), and more. Learn the biological structures responsible, as well as how the nervous system works to create perception of color, sound, and more. Important Note for Teachers: This resource contains only editable lesson slides, worksheets, and quiz
Preview of ELEPHANT - Interactive PowerPoint presentation including video snippets

ELEPHANT - Interactive PowerPoint presentation including video snippets

Elephant - Interactive PowerPoint presentation including 7 video snippets INDIVIDUAL ANIMAL PRESENTATIONS, contain further information, more photos and possible video snippets. This POWERFUL, INTERACTIVE presentation makes the reader and or listeners … THINK! and THINK some more! Questions are asked continually thus engaging the reader; responses come naturally. Original photos enhance and support the text. Comprehension skills expand through application of applying what is read to photo ve
Preview of Atomic Theory Mega-Presentation (Editable pptx)

Atomic Theory Mega-Presentation (Editable pptx)

Created by
Concept Clicks
This Atomic Theory Mega-Presentation is a complete instructional tool for teachers delivering a full chemistry introduction course. Covering particles, forces, atoms, isotopes, periodic table, ions, bonding, states of matter, reactions, balancing equations, mixtures vs pure substances, and more — this is a huge all-in-one resource. Ideal for grades 7–10, it includes dozens of practice problems, quizzes, diagrams, and classification tasks. Teachers appreciate the depth, clarity, and breadth—ex
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 BUNDLE S3.1 The Periodic Table: Classification of Elements, SL Only (IBDP Chem)

BUNDLE S3.1 The Periodic Table: Classification of Elements, SL Only (IBDP Chem)

This bundle of PowerPoints covers IBDP Chemistry SL Topic 3.1: The Periodic Table – Classification of Elements (first examination 2025) and provides a complete, structured teaching sequence aligned to the updated IB specification. It is designed to build deep conceptual understanding of periodic trends, classification and electron configuration, while preparing students for exam-style explanations. Topic 3.1 focuses on how elements are classified in the periodic table and how their position expl
Preview of Parts of the Brain Activities, Centers, and Worksheets | Human Body Science

Parts of the Brain Activities, Centers, and Worksheets | Human Body Science

Teaching a human body or nervous system unit in elementary science? These brain activities help students understand brain structure and function through hands-on science worksheets, centers, and discussion-based lessons. Designed for grades 3–5, this unit makes complex brain concepts accessible while helping students understand how their thoughts, emotions, and behaviors impact learning. PERFECT FOR:Human body & nervous system science units Parts of the brain lessons (grades 3–5) Science c
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 IB Biology Topic 5: Evolution and Biodiversity - COMPLETE Unit BUNDLE - IB Bio

IB Biology Topic 5: Evolution and Biodiversity - COMPLETE Unit BUNDLE - IB Bio

Created by an IB Assistant Examiner. Complete IBDP Biology Topic 5 BUNDLE - everything you need to teach the IB Diploma Biology topic, Evolution and Biodiversity.This bundle contains 137 slides, approximately twelve hours of lessons. The four Google Slides Presentations can be used in-person and online or distance learning. These presentations can also be added to your Google Classroom, or downloaded as a PowerPoint presentations. Important: This resource is for the old IB Biology course syll
Preview of Intro to Business Ethics Presentation:  Entrepreneurship & Career Explorations

Intro to Business Ethics Presentation: Entrepreneurship & Career Explorations

Looking for an engaging, real-world approach to teaching business ethics and entrepreneurship? This Introduction to Business Ethics presentation is perfect for your classroom! Aligned with career exploration standards, this no-prep resource introduces students to the core concepts of ethical decision-making in business, offering real-world examples and discussions that are sure to spark student interest. Students will explore key topics such as corporate social responsibility (CSR), stakeholder
Preview of Alcohol consumption .pptx

Alcohol consumption .pptx

Created by
Concept Clicks
Full Description: A highly specialized and visual resource for Advanced Health Science, Forensic Science, or Pathology courses. This unique PowerPoint utilizes original Pathology Department images to provide a graphic, unvarnished look at the irreversible physical damage caused by chronic alcohol abuse. Key Topics & Teacher Benefits:Authentic Pathology Images: Contains 47 captioned images and slides illustrating the pathological consequences of alcohol consumption.Organ System Damage: Covers
Preview of Using Templates in C++ Programming | Object Oriented Programming ( C++ )

Using Templates in C++ Programming | Object Oriented Programming ( C++ )

This lesson introduces students to Function Templates and Class Templates 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 ✨✨ ✔ What Templates Are & Why They Matter ✔ Function Templates (Generic Functions) ✔ Class Templates (Generic Classes) ✔ Creating Reusable Generic Code ✔ Template Syntax (typename, class) ✔ Function Over
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
Preview of IBDP Biology 3.4 Inheritance - By IB Assistant Examiner - 104 Slides for IB Bio

IBDP Biology 3.4 Inheritance - By IB Assistant Examiner - 104 Slides for IB Bio

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 3.4 Inheritance to your HL and SL IB Diploma students. This 104-slide Google Slides Presentation can be used both in-person and for online learning, added to your Google Classroom, or downloaded as a PowerPoint presentation. Important: This resource is for the old IB Biology course syllabus (first exams 2016, final exams 2024). My TPT store has resources for every topic o
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
Showing 1-24 of 27+ results