TPT
Total:
$0.00

Basic Equations

45+ results
Filters
Standard
Preview of Computer Science Lesson on Operating System Basics, Types & System Structure

Computer Science Lesson on Operating System Basics, Types & System Structure

This Curriculum introduces students to the foundations of how computer systems work and how operating systems function. Perfect for ICT, Computer Science, Software Engineering, Networking programs, Diploma/TVET learners, university CS1/CS2 courses, and OS theory classes. This lesson provides clear explanations, diagrams, system architecture visuals, OS history, memory layouts, system types, and real-world examples to help students build a solid conceptual understanding of Operating Systems bef
Preview of Light Microscope Basics & Simple Intro Experiment – Interactive Lesson
1:19

Light Microscope Basics & Simple Intro Experiment – Interactive Lesson

Created by
Nature Online
"How to Use a Light Microscope" lesson helps students explore how microscopes reveal details invisible to the naked eye. Through interactive activities and visual comparisons, learners discover what can actually be observed with a light microscope and how magnification changes what we see. Activities for students:• learn how a light microscope works and what size objects it can reveal • arrange objects from microscopic to planetary scale to understand magnification limits • examine common mate
Preview of AI-Updated Python Series 5–8 | Web Apps · Data Analysis · AI Development

AI-Updated Python Series 5–8 | Web Apps · Data Analysis · AI Development

Created by
ChatPressJapan
You've mastered the basics — now it's time to build, analyze, and innovate. Series 5–8 takes you beyond syntax into the real world of web apps, data science, and AI development — guided by ChatGPT every step of the way. ━━━━━━━━━━━━━━━━━━━━━━ 🚀 WHAT YOU'LL LEARN (Series 5–8) ━━━━━━━━━━━━━━━━━━━━━━ 🟨 Series 5 — Web App Development (6 Lessons) Build and run real apps with Flask. 🟨 Series 6 — Data Analysis (6 Lessons) Use pandas and matplotlib for real insights. 🟨 Series 7 — AI Development (6 L
Preview of JavaScript Step-by-Step Complete Curriculum | Exercises, Activities & Projects

JavaScript Step-by-Step Complete Curriculum | Exercises, Activities & Projects

This complete JavaScript curriculum takes students from absolute basics to building a real, working web application. Designed for teachers who want structure, clarity, and zero guesswork, this bundle covers modern JavaScript, real DOM work, async programming, APIs, and a full capstone project all in a logical, classroom-ready flow. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Full JavaScript Course Slide Decks (PPT + PDF) 💡 Beginner to advanced JavaScript coverage 💡 Modern ES6+ concepts e
Preview of CheckBox, RadioButton, Dialogs, Snackbar & Spinner with  XML + Kotlin Examples

CheckBox, RadioButton, Dialogs, Snackbar & Spinner with XML + Kotlin Examples

This is a lesson on Advanced Android UI Components and User Notifications. It takes students beyond basic layouts and teaches them how to build interactive, user-friendly app interfaces using CheckBox, RadioButton, RadioGroup, Toasts, Custom Toasts, Snackbars, AlertDialogs, List Dialogs, Custom Dialogs, and Spinners. ────────── ⋆⋅☆⋅⋆ ────────── 📦 What’s Included Ready-to-teach lesson slides on Advanced Android UI Components Complete XML layout files for every UI component Fully written Kot
Preview of App Lab - mobile app creation

App Lab - mobile app creation

Lessons as Powerpoint slides for students to work through independently or with teacher-guidance to create a basic mobile app. Students make use of buttons and text boxes. The completed mobile app can be tested ‘on-screen’ (built-in simulator) or using an actual mobile phone by scanning a QR code (app appears on mobile phone).
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 Complete Python Programming Curriculum for Classrooms | Everything for Teachers

Complete Python Programming Curriculum for Classrooms | Everything for Teachers

This Complete Python Programming Step-by-Step Curriculum is a full, structured pathway that takes students from computer science basics to writing real, object-oriented Python programs. Built for teachers who want clarity, progression, and zero gaps, this bundle removes overwhelm and delivers everything needed to teach Python with confidence────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete Python Curriculum Slide Decks (PPT + PDF) 💡 Computer Science foundations + Python fundamentals
Preview of Muscular system overview — Organs & Systems Science Printables (Grades 4–8)

Muscular system overview — Organs & Systems Science Printables (Grades 4–8)

Created by
Trivia Press
🔬 Reinforce core life science topics—body systems, functions, and health connections—through structured practice. 📌 **Topics Included:** • Antibiotics and medicine basics • Asthma and airway constriction • Bones and their functions • Comparing animal and human body systems • Digestive system overview • How muscles contract and relax • Immune system overview • Muscular system overview • Puberty and body changes • Sleep and brain function ⭐ **Perfect For:** • Bell Ringers • Warm-Ups • Sub Plans
Preview of Introduction to OSPF Part 1 | CCNA 200-301 Prep and Networking Lessons

Introduction to OSPF Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Open Shortest Path First (OSPF) – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers basic OSPF operations, an introduction to OSPF areas, and fundamental OSPF configuration. Students will learn how OSPF enables efficient dynamic routing, organizes networks using hierarchical areas, and is implemented on routers for scalable, reliable network communication. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverBasic
Preview of Network Address Translation Part 2 | CCNA 200-301 Prep and Networking Lessons

Network Address Translation Part 2 | CCNA 200-301 Prep and Networking Lessons

This is a lesson on Network Address Translation (NAT) – Part 2. Continuation of Part-1. Designed for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, CompTIA Network+), it builds on the basics of NAT (from Part 1) and explores advanced NAT types, configurations, and use cases that are essential for modern enterprise networks. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverMore about static NATDynamic NATDynamic PAT◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer
Preview of Using Templates in C++ Complete Lesson with Teachers Guide  | Data Structures

Using Templates in C++ Complete Lesson with Teachers Guide | Data Structures

This lesson teaches students how real C++ data structures are written — using templates to eliminate repetition, improve scalability, and support multiple data types with a single design. It bridges the gap between basic C++ syntax and professional-level programming, preparing learners for STL, advanced data structures, and real-world C++ codebases. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What templates are and why they exist✏️ How generic programming re
Preview of Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it covers the fundamentals of Internet Protocol version 6 (IPv6) including a review of hexadecimal, the need for IPv6, the basics of IPv6 addressing and structure, and how to configure IPv6 addresses on network devices for modern connectivity and scalability. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverHexadecimal (review)Why IPv6?Basics of IPv6Configuring
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 DHCP | CCNA 200-301 Prep and Networking Lessons

DHCP | CCNA 200-301 Prep and Networking Lessons

This lesson is on Dynamic Host Configuration Protocol (DHCP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how DHCP automates IP address assignment and network configuration, allowing devices to connect efficiently without manual setup. Things we’ll coverThe purpose of DHCPBasic functions of DHCPConfiguring DHCP in Cisco IOS◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (.pkt)✯ PPTX (editable
Preview of AI-Updated Python Complete Bundle Series 1–8 | Beginner to AI Developer

AI-Updated Python Complete Bundle Series 1–8 | Beginner to AI Developer

Created by
ChatPressJapan
The complete Python learning journey — from absolute beginner to AI developer. Series 1–8 covers everything you need to go from zero coding experience to building real web apps, analyzing data, and creating AI projects — all guided by ChatGPT. ━━━━━━━━━━━━━━━━━━━━━━ 📚 WHAT'S INCLUDED ━━━━━━━━━━━━━━━━━━━━━━ 🟩 Series 1–4 — Beginner to Intermediate ✅ Thonny Introduction ✅ Python Basics ✅ Python Intermediate ✅ Python Advanced 🟨 Series 5–8 — Advanced to AI Developer ✅ Web App Development (Flask) ✅
Preview of Shoe Sculpture Challenge - Beginning of Year Group Project - PPT + Instructions

Shoe Sculpture Challenge - Beginning of Year Group Project - PPT + Instructions

The best beginning of Year/Semester project! Everyone raves over this assignment and it is such a joy watching students collaborate and problem solve with just cardboard, masking tape, and glue. This Shoe Sculpture Challenge allows students to work in a group to build a shoe of any style with basic materials. They must figure it out together and the shoe must fit a group "Cinderella"! Finished shoes are voted on for Most Creative and Best Craftsmanship. This is sure to be a hit in your classro
Preview of Linux System Programming Complete Step-by-Step Curriculum | [ MEGA BUNDLE ]

Linux System Programming Complete Step-by-Step Curriculum | [ MEGA BUNDLE ]

This complete Linux System Programming Curriculum provides a full, semester-ready instructional package covering every major topic in Linux development, system-level C programming, operating systems concepts, IPC mechanisms, networking, and process management. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ WHAT THE FULL CURRICULUM COVERS ✨✨ 1. Linux Introduction, Terminal Skills & System Tools✔ Installing Linux (Ubuntu recommended) & VirtualBox setup ✔ Linux basics and command-line foundations ✔ gcc compile
Preview of Rainforest Habitat Mega Bundle Worksheets, Reading, Food Chains, Plants, Animals

Rainforest Habitat Mega Bundle Worksheets, Reading, Food Chains, Plants, Animals

Created by
LolliArtDesigns
Save time with this Rainforest Habitat Mega Bundle for Grades 1–3! This money-saving bundle includes rainforest animal worksheets, rainforest plant activities, food chains, reading comprehension pages, a Borneo rainforest mini unit, and realistic rainforest clipart. This bundle is perfect for teaching rainforest habitats, animal adaptations, rainforest layers, tropical plants, food chains, endangered animals, and basic ecosystem concepts in an engaging and student-friendly way. Students will
Preview of Network Time Protocol | CCNA 200-301 Prep and Networking Lessons

Network Time Protocol | CCNA 200-301 Prep and Networking Lessons

This lesson is on Network Time Protocol (NTP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how NTP synchronizes time across network devices, ensuring accurate timestamps for logs, security events, and coordinated network operations. Things we’ll coverWhy is time important for network devices?Manual time configurationNTP basicsNTP configuration◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (.p
Preview of Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

This lesson provides a clear, structured continuation of Python fundamentals, focusing on loops, functions, modules, and packages through step-by-step explanations and real Python examples. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete slide deck on loops, functions, modules, and packages 💡 Multiple worked Python examples and practice-style code 💡 Real-world programs (prime check, Fibonacci, guessing game, tables) 💡 Clear progression from basics to reusable, modular code 💡 Ready
Preview of AI-Updated Python Curriculum Series 1–4 | Beginner to Intermediate

AI-Updated Python Curriculum Series 1–4 | Beginner to Intermediate

Created by
ChatPressJapan
Learn Python from zero — with ChatGPT as your personal AI tutor. No coding background required. No expert teacher needed. Students learn independently with AI guidance — 24 hours a day. ━━━━━━━━━━━━━━━━━━━━━━ 📚 WHAT'S INCLUDED (Series 1–4) ━━━━━━━━━━━━━━━━━━━━━━ 🟩 Series 1 — Thonny Introduction (6 Lessons) Install Thonny, run your first program, fix errors, save files, add packages, use Japanese + English together. 🟩 Series 2 — Python Basics (6 Lessons) Variables, If statements, For loops, Wh
Preview of SNMP| CCNA 200-301 Prep and Networking Lessons

SNMP| CCNA 200-301 Prep and Networking Lessons

This lesson is on Simple Network Management Protocol (SNMP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how SNMP is used to monitor, manage, and maintain network devices, enabling administrators to track performance, detect faults, and ensure efficient network operations. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverSNMP overviewSNMP versionsSNMP messagesSNMP configuration (basic)◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Ci
Preview of Lymph nodes and immune defense — Human Body Systems (Grades 4–8)

Lymph nodes and immune defense — Human Body Systems (Grades 4–8)

Created by
Trivia Press
🫁 Support science comprehension with high-interest review of organs, systems, and how the body works together. 📌 **Topics Included:** • Digestive system overview • Fluid balance in the body • How the body responds to infection • Human biology and life skills • Immune system overview • Lymph nodes and immune defense • Respiratory system overview • Skin layers and their functions • Spine structure and posture • Thyroid and metabolism basics ⭐ **Perfect For:** • Bell Ringers • Warm-Ups • Sub Plan
Showing 1-24 of 45+ results