TPT
Total:
$0.00

Percent Increase and Decrease Quiz

14+ results
Filters
Preview of Sound Pollution Assessment Lab

Sound Pollution Assessment Lab

Created by
DMC Creations
Sound pollution, or noise pollution, is unwanted or harmful sound that disrupts the environment. The decibel (dB) scale measures sound intensity logarithmically, meaning each 10 dB increase represents a tenfold increase in sound intensity. Prolonged exposure to sounds above 85 dB can cause hearing damage, while levels above 120 dB can cause immediate harm. Smartphone apps use the device's microphone to estimate sound levels, but their accuracy can vary based on microphone quality, calibration, a
Preview of PERSONALITY TYPE QUIZ TECHNOLOGY DIGITAL Computer Get to Know Back to School

PERSONALITY TYPE QUIZ TECHNOLOGY DIGITAL Computer Get to Know Back to School

Boost student relationships with this no-prep, easy-to-use Technology Computer Tech Personality Inventory: Digital Fillable Google Slides Version! This personality survey, based on the long-standing four temperaments, turns this abstract concept into a lesson that is high-interest, easy to understand, and memorable! TWO LEVELS of the personality test are included, making it applicable for 3rd-12th grade students...and beyond! This personality quiz theme can be used in any school subject as a
Preview of Virtualization : Containers | CCNA 200-301 Prep and Networking Lessons

Virtualization : Containers | CCNA 200-301 Prep and Networking Lessons

This is a lesson on Container Virtualization. Perfect for teaching ICT, Computer Science, Networking, Cloud, or certification prep (CCNA, DevNet, CompTIA Cloud+, Docker & Kubernetes training), it gives you everything you need to introduce, explain, and demonstrate how ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverReview of Virtual MachinesType 1/Type 2 HypervisorsContainers (ie. Docker)Virtual Machines vs. Containers◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ PPTX (editable PowerPoint)✯ PDF (print
Preview of Virtual Routing & Forwarding (VRF) | CCNA 200-301 Prep and Networking Lessons

Virtual Routing & Forwarding (VRF) | CCNA 200-301 Prep and Networking Lessons

This is a lesson on Virtual Routing & Forwarding (VRF). Perfect for teaching ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, CompTIA Network+), it provides everything you need to explain, demonstrate, and reinforce how multiple routing tables can coexist on a single device to securely segment network traffic. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverIntro to VRFVRF Configuration◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ PPTX (editable PowerPoint)✯ PDF (print-friendly v
Preview of Introduction to Operating Systems in Computer Science & Programming [Lessons].

Introduction to Operating Systems in Computer Science & Programming [Lessons].

This lesson offers a complete introduction to Operating Systems (OS) in Computer Science. It covers everything learners need to know about what an operating system is, its functions, types (like Windows, Mac OS, Linux), and why it is essential for computers and mobile devices. The lesson is designed to be beginner-friendly, interactive, and easy to follow, making complex concepts simple through clear explanations, diagrams, and real-world examples. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Followin
Preview of Introduction to Network cables in networking and Computer Science.

Introduction to Network cables in networking and Computer Science.

This Google Slides lesson provides a comprehensive introduction to network cables and their role in Networking and Computer Science. It covers everything learners need to know about different types of network cables, their functions, wiring standards, transmission speeds, and real-world applications. Designed for beginners, this lesson is clear, engaging, and easy to follow. Every slide is interactive and designed to make learning fun. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included
Preview of How to Check the Data Type of a Value in Python | Data Type Inspection

How to Check the Data Type of a Value in Python | Data Type Inspection

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to check the data type of a value or variable using Python’s built-in type() function. It explains why type checking is useful in debugging and data validation, provides real-world examples, and highlights common issues, such as confusing data types or misinterpreting results when dealing with custom objects. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Preview of When to use the Class Method In Python Programming | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use class methods in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where class methods are the best choice, emphasizing their use of the @classmethod decorator and cls parameter to access and modify class-level data, create alternative constructors, and maintain shared state across all instances. It provides all the guidance needed to make the learning process smooth and effective, maki
Preview of When to use Static Method In Python Programming | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use static methods in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where static methods are the best choice, highlighting their unique features such as being bound to a class rather than an instance, utility functions that don’t require access to instance or class data, and improving code organization and clarity. It provides all the guidance needed to make the learning process smooth an
Preview of When to Use the Dictionary Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Dictionary data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where Dictionaries are the best choice and highlights their powerful features such as key-value pair storage, fast data retrieval, and flexible data organization for structured information. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teac
Preview of When to Use the Bytes Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Bytes data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where Bytes are the best choice, emphasizing key features like efficient storage of binary data, immutability, and use in file handling, network communication, and low-level data processing. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
Preview of When to Use the bytearray Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the bytearray data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where bytearray is the ideal choice, highlighting key features like mutable binary data, efficient memory usage, and practical applications in file manipulation, data streaming, and low-level I/O operations. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of Civil War Projects - 3 Complete Projects for Middle School

Civil War Projects - 3 Complete Projects for Middle School

Created by
Shanon Neumeier
This product contains detailed instructions and all handouts for 3 different middle school-aged independent projects pertaining to the Civil War that support visual, auditory, kinesthetic modalities of learning: Civil War ABC Book, Valley of the Shadow Data Base Research, Civil War Game Play (Jeopardy, Kahoot, Puzzle-Maker Word Search). Students follow the detailed, step-by-step instructions to complete component pieces of the project to show learned knowledge of Civil War content.
Preview of Complete Lessons on the History of Mac OS | Introduction to Operating System.

Complete Lessons on the History of Mac OS | Introduction to Operating System.

This Google Slides lesson provides a comprehensive overview of the History of Mac OS in Computer Science, Coding, Programming and Technology. It covers everything learners need to know about the origins, evolution, and major developments of Apple's operating system from the first Macintosh System Software to the latest macOS versions like Sonoma. Designed for beginners, the lesson is clear, engaging, and easy to follow. Every slide is interactive, featuring timelines, visuals, and key inn
Showing 1-14 of 14+ results