TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 5

110+ results
Filters
Language
Preview of Evaluating Postfix Expression | Operations, Diagrams & Examples included

Evaluating Postfix Expression | Operations, Diagrams & Examples included

This lesson shows students how expressions are actually evaluated by computers by breaking down prefix, infix, and postfix notation and implementing a complete postfix expression evaluator using stacks in C++. Instead of memorizing rules, learners see how operator precedence disappears in postfix form and how stacks power real expression evaluation step by step. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix expressio
Preview of Routing Fundamentals & Static Routing | CCNA 200-301 and Networking Lessons

Routing Fundamentals & Static Routing | CCNA 200-301 and Networking Lessons

This lesson is on Routing Fundamentals & Static Routing. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it introduces the core concepts of routing and explains how routers determine the best path for data to travel across networks. The lesson also covers static routing, demonstrating how to manually configure routes to control network traffic and ensure reliable communication between devices, helping learners build a solid foundation
Preview of IPv4 Addressing (Part 2) | CCNA 200-301 Prep and Networking Lessons

IPv4 Addressing (Part 2) | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv4 Addressing (Part 2). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it provides a deeper understanding of IPv4 addressing through a review and clarification of IP address classes. The lesson guides learners step-by-step on how to determine the maximum number of hosts, network address, broadcast address, first usable address, and last usable address for a given network, helping them strengthen their subnetti
Preview of Virtual Local Area Networks  Part 1  | CCNA 200-301 Prep and Networking Lessons

Virtual Local Area Networks Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on VLANs (Virtual Local Area Networks) – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers the fundamentals of VLANs, including what a LAN is, broadcast domains, the definition and purpose of VLANs, and how to configure VLANs on Cisco switches. Learners will understand how VLANs segment networks for improved performance, security, and management, forming the foundation for advanced switching concepts. ◇◆
Preview of OSPF Part-3 | CCNA 200-301 Prep and Networking Lessons

OSPF Part-3 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Open Shortest Path First (OSPF) – Part 3. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers OSPF network types, OSPF neighbor and adjacency requirements, and OSPF Link-State Advertisement (LSA) types. Students will learn how OSPF functions across different network topologies, the conditions required to form adjacencies, and how LSAs share routing information to maintain an accurate and efficient network topolog
Preview of Virtual Local Area Networks  Part 3  | CCNA 200-301 Prep and Networking Lessons

Virtual Local Area Networks Part 3 | CCNA 200-301 Prep and Networking Lessons

This lesson is on VLANs (Virtual Local Area Networks) – Part 3. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers advanced VLAN topics including Native VLAN configuration on a router, Wireshark traffic analysis, and Layer 3 (Multilayer) Switching. Learners will explore how routing between VLANs operates, how to analyze VLAN traffic, and how multilayer switches integrate routing and switching for high-performance enterprise netw
Preview of Virtual Local Area Networks  Part 2  | CCNA 200-301 Prep and Networking Lessons

Virtual Local Area Networks Part 2 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Virtual Local Area Networks (VLANs) – Part 2. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers advanced VLAN concepts including what trunk ports are, the purpose of trunk ports, 802.1Q encapsulation, how to configure trunk ports, and Router on a Stick (ROAS). Learners will understand how VLANs communicate across multiple switches and routers, enabling inter-VLAN connectivity and efficient network segmentat
Preview of Virtual Local Area Networks  Part 2  | CCNA 200-301 Prep and Networking Lessons

Virtual Local Area Networks Part 2 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Virtual Local Area Networks (VLANs) – Part 2. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers advanced VLAN concepts including what trunk ports are, the purpose of trunk ports, 802.1Q encapsulation, how to configure trunk ports, and Router on a Stick (ROAS). Learners will understand how VLANs communicate across multiple switches and routers, enabling inter-VLAN connectivity and efficient network segmentat
Preview of Life of a Packet | CCNA 200-301 Prep and Networking Lessons

Life of a Packet | CCNA 200-301 Prep and Networking Lessons

This lesson is on Life of a Packet. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how a data packet travels through a network, from the moment it leaves the source device until it reaches its destination. The lesson clearly illustrates each stage of the process, including encapsulation, addressing, routing, and delivery, helping learners understand how information moves efficiently and securely across networks. ◇◆◇◆◇◆◇
Preview of Switch Interfaces | CCNA 200-301 Prep and Networking Lessons

Switch Interfaces | CCNA 200-301 Prep and Networking Lessons

This lesson is on Switch Interfaces. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains the different types of interfaces found on network switches and their functions. The lesson covers topics such as access ports, trunk ports, and management interfaces, helping learners understand how switches connect and communicate with other devices, manage traffic within a network, and support efficient network design and configuration
Preview of IPv6 Part 2 | CCNA 200-301 Prep and Networking Lessons

IPv6 Part 2 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 2. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it continues from Part 1 with a deeper look into IPv6 address configuration, including Modified EUI-64 address generation, and explains the different IPv6 address types such as Global Unicast, Unique Local, Link-Local, Multicast, and other specialized addresses used in modern IPv6 networks. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverIPv6 address configurati
Preview of Algorithm Analysis and Design: Foundations, GCD Algorithms & Numerical Methods

Algorithm Analysis and Design: Foundations, GCD Algorithms & Numerical Methods

This lesson provides a complete foundation in GCD Algorithms and Numerical Methods, covering Euclid’s Algorithm, the Middle-School GCD algorithm, time complexity analysis, and numerical root-finding using the Newton–Raphson method. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full GCD Algorithms & Numerical Methods Slide Deck (PPT + PDF)💡 Worked GCD examples💡 Time complexity comparisons💡 Newton–Raphson numerical method walkthroughs💡 Ready for in-person, online, or hybrid classroo
Preview of Elementary True or False Challenge: Cards + Google Form

Elementary True or False Challenge: Cards + Google Form

Bring fun and learning to your classroom with this interactive Truth or False game designed for young learners! This game helps students practice critical thinking and reasoning while having fun. What’s included: 4 categories of statement cards with engaging questions Answer sheets for tracking students’ responses Stickers for labeling category envelopes Google Form link for recording answers digitally How it works:Students pick a card, read the statement, and decide if it is true or false.
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 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 Android Device Sensors Made Easy | with Complete XML + Kotlin Examples

Android Device Sensors Made Easy | with Complete XML + Kotlin Examples

This is a complete lesson on Android Device Sensors, covering the Accelerometer, Proximity Sensor, Gyroscope, and Digital Compass. This lesson gives students everything they need to understand and use real hardware sensors in Android apps. ────────── ⋆⋅☆⋅⋆ ────────── 📦 What’s Included Ready-to-teach slides on Android device sensors Complete XML layouts for sensor-based UIs Fully written Kotlin Activity files using SensorManager and SensorEventListener Hands-on implementations for: Acceleromet
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 Advanced SQL Queries Complete Lesson | Database Management System [DBMS]

Advanced SQL Queries Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, concept-clear understanding of Advanced SQL Queries, covering aggregate functions, GROUP BY, HAVING, and subqueries for real-world data analysis. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses.Designed to help students understand HOW complex data analysis and reporting is done using SQL, using clear syntax, structured examples, and realistic employee-database scenarios. ────────── ⋆⋅☆⋅⋆ ────────── What’s Inclu
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 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 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 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. ────────── ⋆⋅☆⋅⋆ ───────
Showing 97-120 of 110+ results