TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 5

130+ results
Filters
Standard
Language
Preview of Graph Theory Complete Lesson | Operations, Diagrams & Examples included

Graph Theory Complete Lesson | Operations, Diagrams & Examples included

This lesson gives students a complete, practical foundation in Graphs, showing how real-world problems are modeled as nodes and edges and how traversal algorithms explore complex structures efficiently. Learners move from graph definitions to working DFS and BFS implementations in C++, understanding not just what these algorithms do, but why and when each one is used. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What Graphs are and how they differ from trees
Preview of Complete C Programming Lesson on Functions, Structures & Dynamic Memory

Complete C Programming Lesson on Functions, Structures & Dynamic Memory

This Curriculum introduces students to one of the most important foundations of programming: functions, variables, scope, memory layout, structures, typedef, pointers, pointer arithmetic, and dynamic memory allocation. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering foundations, and CS1-level courses. This lesson includes clear explanations, diagrams, code examples, memory maps, structure modeling, pointer behavior demonstrations, and practical applications, m
Preview of Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

This Curriculum introduces students to processes, process states, process control blocks, swapping, scheduling, context switching, threads, and CPU management. Perfect for ICT, Computer Science, Software Engineering, Operating Systems courses, Diploma/TVET programs, and university-level CS modules. This lesson uses clear diagrams, OS models, state-transition charts, tables, real-world examples, and step-by-step workflows to help students fully understand how processes operate within modern ope
Preview of Goldie's PROJECT & ACTIVITY BUNDLE for AP® Computer Science A

Goldie's PROJECT & ACTIVITY BUNDLE for AP® Computer Science A

AP® Computer Science AGoldie's Project and Activity Bundle Goldie's AP® Computer Science A Project and Activity Bundle provides engaging, hands-on resources to help students master all the concepts in the College Board's AP® CSA Course. Designed specifically for the College Board’s AP CSA curriculum, this bundle includes a variety of creative and rigorous activities, challenges, and project-based tasks that reinforce key topics needed for success on the AP Exam. There are coding projects fo
Preview of Data Models and ER Diagram Model complete Lesson  | Database Management System

Data Models and ER Diagram Model complete Lesson | Database Management System

This lesson provides a complete, concept-clear foundation on Data Models and the Entity-Relationship (ER) Diagram Model, covering data modeling concepts, ER components, keys, relationships, and cardinality constraints. Designed to help students understand HOW databases are planned and structured before implementation, using clear diagrams, symbols, and real-world modeling examples. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Data Models & ER Diagram Slide Deck💡 Detailed Teacher
Preview of Objects and Classes Complete Lesson  | Object Oriented Programming ( C++ )

Objects and Classes Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Objects and Classes in C++, including constructors, destructors, function definitions, static members, objects as arguments, the default copy constructor, const correctness, and memory management. 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 Classes & Objects Are ✔ UML Basics for Un
Preview of AP Cybersecurity COMPLETE Course Bundle | Slides, Handouts & Exams | CED Aligned

AP Cybersecurity COMPLETE Course Bundle | Slides, Handouts & Exams | CED Aligned

Created by
Yifan Jia
🚀 AP Cybersecurity COMPLETE Course Bundle | Slides, Handouts & Exams | CED Aligned Stop spending nights and weekends planning. If you want your entire AP Cybersecurity course fully planned, resourced, and assessed from Day 1 to the AP Exam, this is the ultimate system. This isn’t just a slide deck. This is a complete teaching ecosystem—combining direct instruction, student engagement, and rigorous AP-style assessment. Every element is built directly from the AP Cybersecurity Course and Exam De
Preview of Advanced OOP in C++ | Virtual Functions, Polymorphism, Friends, Operators & RTTI

Advanced OOP in C++ | Virtual Functions, Polymorphism, Friends, Operators & RTTI

This lesson introduces students to Virtual Functions, Polymorphism, Friends, Operators & RTTI. 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 ✨✨ ✔ Virtual Functions & Dynamic Dispatch ✔ Why Virtual Functions Are Needed ✔ Polymorphism with Pointers ✔ Early Binding vs. Late Binding ✔ Normal vs. Virtual Function Calls ✔ Abstract Cla
Preview of Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

This lesson provides a complete foundation in Searching Algorithms, covering Linear Search, Binary Search, Jump Search, and Interpolation Search, including step-by-step execution, Python implementations, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Searching Algorithms Slide Deck💡 Visual step-by-step search diagrams💡 Python code implementations💡 Exam-style search problems💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ─────
Preview of Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

This lesson provides a complete foundation in Pattern Searching Algorithms, covering naive pattern searching techniques and regular expressions for text matching, with step-by-step pattern comparisons and Python implementations. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Pattern Searching Algorithms Slide Deck💡 Visual step-by-step pattern matching diagrams💡 Python code implementations💡 Worked pattern matching examples💡 Ready for in-person, online, or hybrid classrooms────
Preview of Android App UI Design Made Easy  | With Complete XML Layouts & Kotlin Projects

Android App UI Design Made Easy | With Complete XML Layouts & Kotlin Projects

This lesson teaches students how to design User Interfaces (UI) in Android applications using XML layouts and Kotlin code. Learners explore essential Android layouts, UI components, best practices, and complete hands-on examples including LinearLayout UIs, RelativeLayout and ConstraintLayout designs, TableLayout form creation, a fully functional BMI Calculator app, and a Simple Calculator app built using GridLayout and Kotlin event handling. ────────── ⋆⋅☆⋅⋆ ────────── 📦 What’s Included St
Preview of Analysis of Algorithms I Complete Lesson  | Algorithm Analysis and Design

Analysis of Algorithms I Complete Lesson | Algorithm Analysis and Design

This lesson covers time complexity, asymptotic analysis, Big O, Θ, Ω notations, growth orders, and algorithm efficiency evaluation. Ideal for Computer Science, ICT, IT Fundamentals, AP CS, and introductory Data Structures courses, with slides, teacher guide, assessments, and answer keys included. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Analysis of Algorithms I Slide Deck💡 Detailed Teacher Guide & Teaching Script💡 Complete Assessment Test💡 Full Answer Key💡 Worked algorit
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 Sorting Algorithm I Complete Curriculum  | Algorithm Analysis and Design

Sorting Algorithm I Complete Curriculum | Algorithm Analysis and Design

This is a Complete Lesson on Sorting Algorithms, covering Bubble Sort, Selection Sort, and Insertion Sort, step-by-step execution, and time complexity analysis (O(n²)). Ideal for Computer Science, ICT, IT Fundamentals, Algorithm Analysis & Design, and AP CS–aligned courses, with slides, assessments, and answer keys included. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Sorting Algorithms I Slide Deck💡 Complete Assessment Test💡 Answer Key & Marking Scheme💡 Visual sorting dia
Preview of SQL Joins and Views Complete Lesson | Database Management System [DBMS]

SQL Joins and Views Complete Lesson | Database Management System [DBMS]

This lesson provides a complete understanding of SQL Joins and Views, covering all major join types, advanced join scenarios, UNION operations, and SQL views for data presentation and security. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses. Designed to help students understand HOW data from multiple tables is combined and presented in real databases, using clear diagrams, real-world table examples, and fully worked SQL queries. ────────── ⋆⋅☆⋅
Preview of How Convolutional Neural Networks Work and See Images Complete Lesson

How Convolutional Neural Networks Work and See Images Complete Lesson

This lesson helps students understand HOW CNNs interpret images mathematically and visually, using clear diagrams, X/O image examples, filter matrices, and step-by-step convolution walkthroughs. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full How CNNs Work & See Images Slide Deck (PPT + PDF)💡 Visual CNN architecture diagrams💡 Step-by-step convolution and filtering visuals💡 Worked image-to-feature-map examples💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ───
Preview of AP® Computer Science A: 4 Conditions & Boolean Expressions (Slides)

AP® Computer Science A: 4 Conditions & Boolean Expressions (Slides)

March 17 2025 - Release Notes Added 6 pages of contentAdded illustrations and animations for explaining conditionals and program flow, better visualizations, color coded with explanations. More concise explanations throughout the slide deck.Updated code snippets with Carbon.shDecember 17 2023 - Release Notes: Conditionals and Boolean Expressions - Complete re-design and reorganization of the slides in comparison to Version 3 - Added explanations and background reading - Added Flowcharts explai
Preview of When to Use the Dictionary Data Type in Python | Complete Coding Lessons.

When to Use the Dictionary Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the Dictionary data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where Dictionaries are the best choice and highlights their powerful features such as key-value pair storage, fast data retrieval, and flexible data organization for structured information. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teac
Preview of AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

Help your students walk into the AP CSP exam confident and prepared. This complete 8-Day AP® Computer Science Principles Exam Review System covers all major exam topics AND prepares students for the Create Task written responses (Section II). No prep required — just teach. WHAT’S INCLUDED:✔ Covers ALL major AP CSP exam topics ✔ Includes Create Task written response prep (Section II) ✔ Built around real AP exam patterns and common mistakes ✔ 8 days of structured review (Day 1–Day 8) ✔ Daily
Preview of Inheritance Complete Lesson | Object Oriented Programming ( C++ )

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

This lesson introduces students to Inheritance, Generalization, Multiple Inheritance, Aggregation, and Composition 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 Inheritance Is & Why It Matters ✔ Derived Classes vs. Base Classes ✔ Specialization & Generalization ✔ Classification Hierarchies (UML) ✔ When to Use "A
Preview of AP Cybersecurity: Full-Year Curriculum Bundle | Grades 11-12

AP Cybersecurity: Full-Year Curriculum Bundle | Grades 11-12

The complete AP Cybersecurity course — all 5 units, 24 topic packets, and every Bonus folder. About 110 class periods of branded slides, guided notes, original scenarios, collaboration activities, AP-style assessment, and answer keys. Everything original; no framework text reproduced. Save vs Buying Units Separately The complete-course bundle is priced to save 20%+ vs buying the 5 unit bundles individually — and is the only way to access the course-wide flagship bonus folder as well. **IF YOU
Preview of Computer Science Foundations with Python Programming  Step-by-Step Curriculum

Computer Science Foundations with Python Programming Step-by-Step Curriculum

This lesson gives students a clear, structured foundation in Python programming and Coding, moving from core computing concepts to real Python code, control flow, operators and data structures ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Full Python Programming Foundations slide deck 💡Visual diagrams and step-by-step slides and PDF 💡 Python code examples throughout 💡 Classroom-ready structure 💡 Suitable for in-person, online, or hybrid teaching ────────── ⋆⋅☆⋅⋆ ────────── What Students Wi
Preview of AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP® CSA Unit 4: Data Collections | Goldie's Complete Curriculum

AP CSA Unit 4 Full Curriculum BundleData Collections Complete Lessons, Projects, Activities & AssessmentsAligned to 2025 CED Goldie's AP Computer Science A Unit 4 Full Curriculum Bundle provides everything you need to teach 1D arrays, ArrayLists, 2D arrays, and algorithms with confidence and clarity. Covering all major topics related to arrays, reading text files, ArrayLists, 2D arrays, sorting and searching, and recursion, this bundle includes detailed lesson notes, guided practice, homework
Preview of Database Management System Complete Step-by-Step Curriculum [ DBMS MEGA BUNDLE ]

Database Management System Complete Step-by-Step Curriculum [ DBMS MEGA BUNDLE ]

This Database Management System (DBMS) complete lesson bundle covers databases, SQL, ER diagrams, normalization, joins, transactions, and NoSQL in one structured, classroom-ready resource. Designed for Computer Science teachers who need clear explanations, visuals, and exam-aligned content without wasting prep time. ────────── ⋆⋅☆⋅⋆ ────────── WHAT THIS CURRICULUM COVERS 🧠 Foundations Introduction to Databases & DBMS (why databases exist, real-world use) Database System Architecture (comp
Showing 97-120 of 130+ results