TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 6

120+ results
Filters
Subject
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 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 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 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 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 The "Silent Killer" of Python Logic: Mutable vs. Immutable Objects Quest!

The "Silent Killer" of Python Logic: Mutable vs. Immutable Objects Quest!

Stop the most frustrating bugs before they start! 🛑 Every Python beginner eventually falls for the "silent killer: Click to watch!": modifying a list inside a function only to realize they’ve accidentally altered the original data. This interactive Lesson 5 Programming Worksheet transports students to the Floating Isles of Aetheria, where memory is law and logic is magic! Instead of dry definitions, students master Python memory management through a high-stakes fantasy narrative. 📜 The Que
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 121-134 of 120+ results