TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 25

780+ results
Filters
Standard
Language
Preview of NoSQL Databases Complete Lesson  | Database Management System [DBMS]

NoSQL Databases Complete Lesson | Database Management System [DBMS]

This is a complete lesson on NoSQL databases, covering NoSQL concepts, characteristics, types, scalability, CAP theorem, advantages, challenges, and real-world applications. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses. Designed to help students understand WHY NoSQL exists and WHEN it is used instead of relational databases, using clear comparisons, real-world scenarios, and industry-aligned examples. ────────── ⋆⋅☆⋅⋆ ────────── What’s Inc
Preview of Triggers Complete Lesson | Database Management System

Triggers Complete Lesson | Database Management System

This lesson provides a complete understanding of Database Triggers in MySQL, covering trigger types, timing, events, syntax, automation, and real-world use cases such as logging and data integrity enforcement. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡Full Database Triggers Slide Deck💡 Detailed Teacher Notes & Teaching Guide💡 Complete Assessment Test💡 Full Answer Key💡 Step-by-step trigger examples using real tables💡 Ready for in-person, online, or hybrid classrooms────────── ⋆
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 Pointers Complete Lesson  | Object Oriented Programming ( C++ )

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

This lesson introduces students to Pointers in C++, one of the most essential concepts for understanding memory, data structures, and advanced programming. 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 Pointers Are & Why They Matter ✔ Understanding Memory Addresses ✔ The Address-of Operator (&) ✔ Declaring Pointer Vari
Preview of Object-Oriented Programming Step-by-step Curriculum Using C++ [Complete Bundle]

Object-Oriented Programming Step-by-step Curriculum Using C++ [Complete Bundle]

This is a complete Object-Oriented Programming (OOP) curriculum Using C++. Perfect for Computer Science, ICT, Software Engineering, Programming, Diploma & TVET programs, homeschooling, and coding bootcamps, this bundle removes the guesswork for teachers and the confusion for learners. ✨✨ It takes students from absolute fundamentals to advanced, industry-ready concepts — step by step, with clarity, structure, and real code examples. ✨✨ Instead of fragmented lessons or abstract theory, this bun
Preview of Introduction to SQL Complete Lesson  | Database Management System [DBMS]

Introduction to SQL Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, beginner-friendly introduction to SQL, covering SQL fundamentals, command categories, table creation, data manipulation, querying, and core MySQL data types. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses. Designed to help students understand HOW SQL is used to interact with databases before advanced queries, using clear syntax examples, tables, and real-world student database scenarios. ────────── ⋆⋅☆⋅⋆ ───────
Preview of Introduction to Databases Complete Lesson | Database Management System [DBMS]

Introduction to Databases Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, concept-clear foundation for understanding databases, DBMS roles, file systems vs databases, real-world applications, and database users. Perfect for Computer Science, ICT, IT Fundamentals, AP CS Principles, with slides, teacher notes, assessments, and answer keys included. Designed to help students understand WHY databases exist before learning SQL, using real-life examples, diagrams, and exam-ready explanations. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included
Preview of Database System Architecture Complete Lesson  | Database Management System

Database System Architecture Complete Lesson | Database Management System

This lesson provides a complete, concept-clear understanding of DBMS architecture, covering DBMS components, database architecture models, levels of abstraction, and types of DBMS. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full DBMS Architecture Slide Deck💡 Detailed Teacher Slide Notes & Teaching Guide💡 Complete Assessment Test💡 Full Answer Key💡 Clear breakdown of DBMS components💡 V
Preview of Relational Model Complete Lesson | Database Management System [DBMS]

Relational Model Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, concept-clear foundation of the Relational Model in DBMS, covering tables, keys, relationships, relational schema, operations, and ER-to-relational conversion. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses.Designed to help students understand HOW real-world databases are structured and implemented before writing SQL, using clear tables, diagrams, schemas, and practical examples. ────────── ⋆⋅☆⋅⋆ ────────── Wh
Preview of Introduction to Android Studio | Mobile Applications Development

Introduction to Android Studio | Mobile Applications Development

This is a complete lesson on Android Development using Android Studio. Perfect for Mobile App Development, Computer Science, ICT, Software Engineering, and Programming courses at high school, college, university, and bootcamp levels. Students are guided step-by-step from understanding what Android is all the way to building and running their first “Hello World” mobile app on an emulator or real device. The lesson introduces the Android OS architecture, project structure, Gradle build scr
Preview of SQL - Data Manipulation Language (DML) Full Lesson | Database Management System

SQL - Data Manipulation Language (DML) Full Lesson | Database Management System

This lesson provides a complete, concept-clear understanding of SQL Data Manipulation Language (DML), covering INSERT, UPDATE, DELETE, filtering, sorting, grouping, and safe data handling practices. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses. Designed to help students understand HOW data is added, modified, analyzed, and safely managed in real databases, using clear SQL syntax, step-by-step examples, and practical student-table scenarios. ─
Preview of Using Implicit Intents in Android | Mobile Applications Development

Using Implicit Intents in Android | Mobile Applications Development

This is a lesson on Implicit Intents in Android Development. Perfect for Mobile App Development, Android Programming with Kotlin, ICT, Computer Science, and Software Engineering courses at high school, college, university, or bootcamp level. It teaches students how to perform common actions such as sharing text, opening webpages, making phone calls, sending SMS messages, sending emails, and setting alarms — all using Android’s built-in intent system. Unlike explicit intents (which open a spe
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 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 IBDP Biology 3.3 Meiosis - By IB Assistant Examiner - 55 Slides for IB Biology

IBDP Biology 3.3 Meiosis - By IB Assistant Examiner - 55 Slides for IB Biology

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 3.3 Meiosis to your HL and SL IB Diploma students. This 55-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 of the
Preview of IBDP Biology 3.1 Genes - By IB Assistant Examiner - 29 Google Slides for IB Bio

IBDP Biology 3.1 Genes - By IB Assistant Examiner - 29 Google 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.1 Genes to your HL and SL IB Diploma students. This 29-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 of the
Preview of IB Biology 2.5 Enzymes - By IB Assistant Examiner - 34 Google Slides for IB Bio

IB Biology 2.5 Enzymes - By IB Assistant Examiner - 34 Google Slides for IB Bio

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 2.5 Proteins to your SL and HL IB Diploma students. This 34 -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 of t
Preview of IBDP Biology 3.2 Chromosomes - By IB Assistant Examiner - 49 Slides for IB Bio

IBDP Biology 3.2 Chromosomes - By IB Assistant Examiner - 49 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.2 Chromosomes to your HL and SL IB Diploma students. This 49-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 of
Preview of IB Biology 2.2 Water - By IB Assistant Examiner - 30 Google Slides for IBDP Bio

IB Biology 2.2 Water - By IB Assistant Examiner - 30 Google Slides for IBDP Bio

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 2.2 Water to your SL and HL IB Diploma students. This 30-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 of the
Preview of IB Diploma Biology - Option D.2 Digestion - 35 Google Slides - by an IB Examiner

IB Diploma Biology - Option D.2 Digestion - 35 Google Slides - by an IB Examiner

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology Option D.2 Digestion to your HL and SL IB Diploma students. This 35-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 top
Preview of IB Biology Topic: 5.4 Cladistics - By IB Assistant Examiner - 31 Google Slides

IB Biology Topic: 5.4 Cladistics - By IB Assistant Examiner - 31 Google Slides

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 5.4 Cladistics to your HL and SL IB Diploma students. This 31-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 of
Preview of IBDP Biology Topic 6.4 Gas Exchange - 29 Google Slides - by Assistant Examiner

IBDP Biology Topic 6.4 Gas Exchange - 29 Google Slides - by Assistant Examiner

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 6.4 Gas Exchange to your HL and SL IB Diploma students. This 29-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 IB Biology 4.3 Carbon Cycling - By IB Assistant Examiner - 47 Google Slides

IB Biology 4.3 Carbon Cycling - By IB Assistant Examiner - 47 Google Slides

Created by an IB Assistant Examiner, this complete IB Biology lesson slideshow has everything you need to teach IBDP Biology 4.3 Carbon Cycling to your HL and SL IB Diploma students. This 47-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 topi
Preview of Exception Handling Complete Lesson | Object Oriented Programming ( C++ )

Exception Handling Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Exception Handling in C++. It is designed for A P Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ✨✨ What Students Will Learn ✨✨ ✔ Definition of Exceptions ✔ try / throw / catch Syntax ✔ Throwing Primitive Types ✔ Throwing String Messages ✔ Catching Specific Exception Types ✔ Catch-All Handler (catch(...)) ✔ Nested try/catch Blocks ✔ Rethrowing Exceptions ✔ Custom
Showing 577-600 of 780+ results