TPT
Total:
$0.00

Percent Increase and Decrease Quiz

18+ results
Filters
Standard
Preview of IPv4-Header | CCNA 200-301 Prep and Networking Lessons

IPv4-Header | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv4 Header. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains the structure and purpose of the IPv4 packet header, detailing each field and its role in data transmission. The lesson helps learners understand how information such as source and destination addresses, TTL (Time to Live), and protocol type work together to ensure accurate and efficient delivery of data across IP networks. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆
Preview of Introduction to the Cisco IOS CLI | CCNA 200-301 Prep and Networking Lessons

Introduction to the Cisco IOS CLI | CCNA 200-301 Prep and Networking Lessons

This lesson is on Introduction to the Cisco IOS CLI. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it introduces learners to the Cisco Internetwork Operating System (IOS) and its Command-Line Interface (CLI). The lesson covers essential navigation commands, user modes, and configuration techniques, helping students gain confidence in interacting with Cisco devices, managing network settings, and performing basic troubleshooting task
Preview of Computer Technology Course Bundle - Google Classroom - Online Distance Learning

Computer Technology Course Bundle - Google Classroom - Online Distance Learning

MIDDLE SCHOOL COMPUTER TECHNOLOGY COURSE - GOOGLE DRIVEClick here to see a very thorough preview with actual resources included for you to preview!Why purchase this course? First of all, I include FREE LIFETIME UPDATES!!! That's right, FREE! I work diligently to update the links in the assignments, refresh assignments to meet new and evolving technology changes, and I also add in NEW assignments and share them to you for FREE! As the price of the course has increased over the past several years
Preview of Intro to Artificial Intelligence for 2nd and 3rd Grade

Intro to Artificial Intelligence for 2nd and 3rd Grade

This is a projectable file in Adobe PDF with several colorful pages. The lesson defines AI, what it can and cannot do, how do be a good Digital Citizen, and how to stay safe online. Discussion includes honesty, and using your own words. Activities include an AI Safety Poster art project, a 4-question verbal quiz/discussion points (with answers), and Key Takeaways.
Preview of Interfaces and Cables | CCNA 200-301 Prep and Networking Lessons

Interfaces and Cables | CCNA 200-301 Prep and Networking Lessons

This lesson is on Interfaces and Cables. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explores the different types of network interfaces and cabling used to connect devices within a network. The lesson covers copper and fiber-optic cables, connector types, and interface standards, explaining how each is used in various networking environments. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (.pkt
Preview of Introduction to Network Devices | CCNA 200-301 Prep and Networking Lessons

Introduction to Network Devices | CCNA 200-301 Prep and Networking Lessons

This lesson is on Introduction to Network Devices. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it introduces the essential hardware components that make up a network. The lesson explains the functions of common devices such as routers, switches, hubs, access points, and firewalls, helping learners understand how each device contributes to data transmission, connectivity, and overall network performance. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆
Preview of OSI MODEL & TCP/IP SUITE | CCNA 200-301 Prep and Networking Lessons

OSI MODEL & TCP/IP SUITE | CCNA 200-301 Prep and Networking Lessons

This lesson is on the OSI Model & TCP/IP Suite. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains the structure and purpose of the OSI (Open Systems Interconnection) model and the TCP/IP protocol suite. The lesson breaks down each layer’s functions, protocols, and interactions, helping learners understand how data is processed, transmitted, and received across networks. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet
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 Coding Unplugged LESSONS & PUZZLES for Middle School│Commands, Debugging,& More!

Coding Unplugged LESSONS & PUZZLES for Middle School│Commands, Debugging,& More!

Use these Lesson+Puzzle worksheets to teach coding in byte-sized chunks! Sharpen students' computational thinking skills with puzzles that explain one element of coding at a time.Truly an all-in-one FUN way to introduce algorithmic thinking and a coding mindset using a simple directional code. Engaging puzzles that align with each new term help the lesson really "click"! Information about real programming languages within the lessons help the transition to coding on the computer! Perfect for
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 Linux IPC with Pipes and FIFOs Lesson on Process Communication

Linux IPC with Pipes and FIFOs Lesson on Process Communication

This resource is a complete lesson on Inter-Process Communication (IPC) using Pipes in Linux System Programming. Perfect for Operating Systems, Linux Programming, System Programming, C Programming, and Computer Science courses at the college, university, or technical-training level. It introduces students to how processes communicate, how pipes work, how to use popen and pclose, how to create and use unnamed pipes, how pipes work across a fork, and how to use FIFOs (named pipes) for communicat
Preview of AI Literacy & Smart Prompting | Essential 21st Century Learning +4th Grade

AI Literacy & Smart Prompting | Essential 21st Century Learning +4th Grade

Elevate Learning: Master Literacy & AI Prompting Skills!In our increasingly digital world, the ability to communicate effectively with AI tools isn't just beneficial—it's a fundamental skill for success. Our Literacy & Prompting Skill Bundle is designed for students from 4th grade and up, equipping them with the critical thinking and communication strategies needed to harness AI as a powerful learning companion. Why Prompting Skills Matter:Think of AI prompting as the new literacy. Just like kno
Preview of Robot Coloring Pages for K-3 STEM Early Finishers

Robot Coloring Pages for K-3 STEM Early Finishers

AI Helpers Coloring gives K-3 students a simple way to explore friendly robots, technology, and safe STEM helpers. These robot coloring pages support early finishers science time with calm, independent work that connects classroom routines to helpful AI tools. What's included• Friendly Classroom AI Helper Robot • AI Helper Sorting Library Books • AI Helper Watering a Classroom Plant • AI Helper Reading Weather Data • AI Helper Assisting at a Science Table How teachers can use itUse these AI Help
Preview of Project Based Learning Create a Newspaper using Microsoft Word PBL

Project Based Learning Create a Newspaper using Microsoft Word PBL

Created by
Dadio
OBJECTIVE: Create a Front Page Newspaper Story from a past event, present event or fictitious event. DURATION: 1 week Software used: Microsoft Word and the Internet for research. The step-by-step directions include pictures for each step. The project could be done independently or as a class project. A finished example is included at the end of the directions. This is a great resource for TAG students who need an independent project to work on.
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 An Introduction to 3D Printing!

An Introduction to 3D Printing!

Discover the wonders of 3D printing! This unit includes 58 pages of lesson plan outlines, lesson extensions with suggested activities, step-by-step walk-through on how to create a personalized keychain, vocabulary enrichment, task cards, graphic organizers, informational texts, comprehension activities with text-dependent questions, design brainstorming activities, games, sketch center, and a lot more! This is a great way to introduce 3D printing technology to your students! Total pages (includi
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 1-18 of 18+ results