TPT
Total:
$0.00

Percent Increase and Decrease Quiz - Page 3

60+ results
Filters
Standard
Preview of Subnetting Part 1 | CCNA 200-301 Prep and Networking Lessons

Subnetting Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Subnetting – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it covers the fundamentals of CIDR (Classless Inter-Domain Routing) and the process of subnetting. Learners will understand how to divide IP networks into smaller, more efficient subnets, conserve address space, and design scalable network architectures using modern IP addressing techniques. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverCIDR (Classless In
Preview of Ethernet LAN Switching | CCNA 200-301 Prep and Networking Lessons

Ethernet LAN Switching | CCNA 200-301 Prep and Networking Lessons

This lesson is on Ethernet LAN Switching. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how Ethernet switches operate within a local area network to forward frames efficiently. The lesson covers key concepts such as MAC address learning, frame forwarding, switching tables, and collision domains, helping learners understand how switches improve network performance, reduce congestion, and enable reliable communication be
Preview of IPv4 Addressing (Part 1) | CCNA 200-301 Prep and Networking Lessons

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

This lesson is on IPv4 Addressing. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how IPv4 addresses are structured, assigned, and used to identify devices within a network. The lesson covers key concepts such as network and host portions, classes of IP addresses, private and public addresses, and subnet masks, helping learners develop a clear understanding of how IP addressing enables reliable communication and efficie
Preview of FTP & TFTP | CCNA 200-301 Prep and Networking Lessons

FTP & TFTP | CCNA 200-301 Prep and Networking Lessons

This is a lesson on File Transfer Protocol (FTP) and Trivial File Transfer Protocol (TFTP). Perfect for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, CCNP), it explains how these protocols are used to transfer files across networks and compares their features, use cases, and security implications. Things we’ll coverThe purpose of FTP/TFTPFTP/TFTP functions & differencesIOS File SystemsUsing FTP/TFTP in IOSFormats Provided✯ Cisco Packet Tracer Simulation File
Preview of IPv6 Part 3 | CCNA 200-301 Prep and Networking Lessons

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

This lesson is on IPv6 – Part 3. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explores advanced IPv6 concepts including an IPv6 header overview, the Neighbor Discovery Protocol (NDP), Stateless Address Autoconfiguration (SLAAC), and IPv6 static routing — equipping learners with the knowledge to configure, manage, and troubleshoot IPv6 networks effectively. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverA correctionIPv6 headerNeighbor
Preview of First Hop Redundancy Protocols | CCNA 200-301 Prep and Networking Lessons

First Hop Redundancy Protocols | CCNA 200-301 Prep and Networking Lessons

This lesson is on First Hop Redundancy Protocols (FHRP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how FHRPs such as HSRP, VRRP, and GLBP provide gateway redundancy and network reliability, ensuring continuous connectivity even if a default router fails. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverThe purpose of FHRPsHSRP (Hot Standby Router Protocol)VRRP (Virtual Router Redundancy Protocol)GLBP (Gateway Load Balancing Pr
Preview of Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it covers the fundamentals of Internet Protocol version 6 (IPv6) including a review of hexadecimal, the need for IPv6, the basics of IPv6 addressing and structure, and how to configure IPv6 addresses on network devices for modern connectivity and scalability. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverHexadecimal (review)Why IPv6?Basics of IPv6Configuring
Preview of When to use instance Method In Python Programming | Complete Coding Lessons.

When to use instance Method In Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use instance methods in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explains real-world scenarios where instance methods are essential, emphasizing their role in accessing and modifying object state, interacting with instance attributes, and implementing behavior specific to individual objects using the self keyword. It provides all the guidance needed to make the learning process smooth and effective, making it e
Preview of When to Use the dict_key Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the dict_keys data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explains real-world scenarios where dict_keys is useful, and highlights its key features such as dynamic view of dictionary keys, memory efficiency, and support for set-like operations without duplicating data. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and qu
Preview of Halloween STEM Activity: Candy Grabber STEM Activity

Halloween STEM Activity: Candy Grabber STEM Activity

Created by
Vivify STEM
Fall or Halloween STEM ActivityThis engineering design challenge is perfect for a fun and educational STEM Halloween project! Please note: the word "Halloween" is not in the product - the pages are in black and orange with a candy graphic. Students will work in teams to design and build a device that uses the power of levers to pick up candy from a distance. After completing the project, use the provided handout to discuss the real-world STEM career as a prosthetist. Our students have loved thi
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 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 49-60 of 60+ results