TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 4

90+ results
Filters
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 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 Operator Overloading Complete Lesson  | Object Oriented Programming ( C++ )

Operator Overloading Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Operator Overloading, Unary & Binary Operators, Comparison Operators, Safe Arrays, Type Conversions, and Inter-Class Conversions 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 Operator Overloading Is & Why It Matters βœ” Overloading Unary Operators (++ prefix & postfix) βœ” Returni
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 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
Preview of Complete C Programming Beginner Lesson : From Basics to First Program

Complete C Programming Beginner Lesson : From Basics to First Program

This Curriculum introduces students to C Programming. Perfect for ICT, Computer Science, Programming Foundations, Software Engineering fundamentals, and certification prep (CS50-style programs, university CS1, Diploma/TVET courses). It gives them a complete understanding of how C works, how programs run, how compilers function, and how core programming concepts are applied. Each lesson is designed with clear explanations, diagrams, code snippets, step-by-step breakdowns, memory illustrations
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 Memory Management in Computer Science [Complete Lessons]

Introduction to Memory Management in Computer Science [Complete Lessons]

This complete lesson introduces students to the essentials of Memory Management in Computer Science, with direct connections to software engineering, coding, and programming. Learners explore how systems allocate, use, and free memory during program execution. Key topics include RAM, virtual memory, cache, memory leaks, and garbage collection. The content is structured to be beginner-friendly yet conceptually rich. β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§β–§ The Following Are Included in This Curriculum✀ PDF
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 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
Preview of UrbanSim! Design a Sustainable City: Urban Planning/Ecology Simulation Project

UrbanSim! Design a Sustainable City: Urban Planning/Ecology Simulation Project

Created by
YoTeachItJoey
πŸŒ† DESIGN YOUR SUSTAINABLE CITY: THE ULTIMATE URBAN PLANNING PROJECT 🌳 **Bring urban planning to life** with this engaging, standards-aligned project where students become city planners balancing human needs, environmental protection, and wildlife habitat! **WHAT STUDENTS DO:** - Design a complete city with 30+ required elements (CBD, suburbs, factories, schools, transportation, green spaces, etc.) - Test ideas using FREE SimCity alternatives (SimCity BuildIt, City Creator, Micropolis) - Write
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 STL Programming Complete Lesson | Object Oriented Programming ( C++ )

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

This lesson introduces students to the C++ Standard Template Library (STL). 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 STL Is & Why It’s Important βœ” STL Components: Containers, Algorithms, Iterators, Functors βœ” Sequence Containers (vector, list, deque, array, forward_list) βœ” Container Adapters βœ” Associative Containers
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 No-Prep Beginner to Expert C Programming Bundle [ Step-by-Step  Curriculum ]

No-Prep Beginner to Expert C Programming Bundle [ Step-by-Step Curriculum ]

This Complete C Programming Curriculum Bundle (Parts 1–4) provides everything students need to build a strong foundation in C. Perfect for ICT, Computer Science, Programming Foundations, Software Engineering, TVET, Diploma courses, CS1-level university modules, coding bootcamps, and exam preparation. Each part includes clear explanations, diagrams, memory illustrations, full C code examples, flowcharts, tables, and step-by-step walkthroughs to ensure understanding, retention, and real coding c
Preview of Android App Development Complete Curriculum [ MEGA BUNDLE ]

Android App Development Complete Curriculum [ MEGA BUNDLE ]

This is a complete Android App Development curriculum designed for teachers who want students to build real Android apps, not just follow disconnected tutorials. If you teach Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, or App Design, this lesson provides everything you need for students to build functional, modern mobile apps that follow best practices. ────────── β‹†β‹…β˜†β‹…β‹† ────────── 🧠 By the end of this curriculum, students will be able to:βœ” Build f
Showing 73-90 of 90+ results