TPT
Total:
$0.00
Preview of Haunted House Coding Activity Hour of Code Halloween STEM NO SOFTWARE NEEDED

Haunted House Coding Activity Hour of Code Halloween STEM NO SOFTWARE NEEDED

Code a Haunted House! In this digital Google Slides activity, students will be introduced to introductory through intermediate coding concepts and techniques. They will then decode a pseudo code (not written in a coding language but in similar format to some coding languages) and create a digital haunted house based on the algorithms in the code. You do not need to know any particular coding language to do this activity!The preview above shows a sample of one of the follow-up activities, but
Preview of Unplugged Coding: 360 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.4

Unplugged Coding: 360 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.4

Challenge your students to a high-stakes unplugged coding mission Vol.4! These binary logic puzzles (Takuzu) use a consistent 10x10 grid but are tiered into three distinct levels of difficulty based on clue density and the complexity of logic required to solve them. Why This 10x10 Collection is Unique:True Differentiation: All students work on the same size grid, but the number of starting 1s and 0s varies. Easy puzzles have more 'forced moves,' while Hard puzzles require advanced computatio
Preview of Unplugged Coding: 240 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.3

Unplugged Coding: 240 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.3

Challenge your students to a high-stakes unplugged coding mission Vol.3! These binary logic puzzles (Takuzu) use a consistent 10x10 grid but are tiered into three distinct levels of difficulty based on clue density and the complexity of logic required to solve them. Why This 10x10 Collection is Unique:True Differentiation: All students work on the same size grid, but the number of starting 1s and 0s varies. Easy puzzles have more 'forced moves,' while Hard puzzles require advanced computatio
Preview of Unplugged Coding: 120 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.2

Unplugged Coding: 120 Binary Logic Puzzles (10x10)| Differentiated Mission-Vol.2

Challenge your students to a high-stakes unplugged coding mission Vol.2! These binary logic puzzles (Takuzu) use a consistent 10x10 grid but are tiered into three distinct levels of difficulty based on clue density and the complexity of logic required to solve them. Why This 10x10 Collection is Unique:True Differentiation: All students work on the same size grid, but the number of starting 1s and 0s varies. Easy puzzles have more 'forced moves,' while Hard puzzles require advanced computatio
Preview of Unplugged Coding: 60 Binary Logic Puzzles (10x10) | Differentiated Mission-Vol.1

Unplugged Coding: 60 Binary Logic Puzzles (10x10) | Differentiated Mission-Vol.1

Challenge your students to a high-stakes unplugged coding mission! These binary logic puzzles (Takuzu) use a consistent 10x10 grid but are tiered into three distinct levels of difficulty based on clue density and the complexity of logic required to solve them. Why This 10x10 Collection is Unique:True Differentiation: All students work on the same size grid, but the number of starting 1s and 0s varies. Easy puzzles have more 'forced moves,' while Hard puzzles require advanced computational thi
Preview of When to Use the Binary Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Binary data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where working with binary data is essential, focusing on key concepts like binary literals, bitwise operations, and their use in low-level programming, hardware communication, and data encoding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to t
Preview of TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

Explore how computers use the language of binary to store, transmit, and process everything from simple numbers to high-definition videos. This in-depth TED-Ed companion resource includes 20 discussion questions, an expanded writing prompt, and a structured debate topic to engage students in thinking critically about binary code and its role in modern computing. Perfect for high school and introductory college-level computer science, technology, or digital literacy courses, this resource support
Preview of STEM Activities for The Wild Robot Escapes Language Arts STEM Prompts

STEM Activities for The Wild Robot Escapes Language Arts STEM Prompts

Explore this enjoyable sequel with STEAM activities. Complete 4 STEM challenges, and then dive into unplugged technology activities with Roz! CONTENTS4 STEM ActivitiesTool Belt STEM challengeCabin STEM activityRowboat for ROZCozy Bed for Brightbill Two BONUS ActivitiesAssemble ROZ! Students need to decode binary part numbers, then cut and paste ROZ back together (excluding the transmitter, of course, so she can make her escape!)Unplugged coding - Help ROZ navigate the underground with directiona
Preview of Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

This Curriculum introduces students to processes, process states, process control blocks, swapping, scheduling, context switching, threads, and CPU management. Perfect for ICT, Computer Science, Software Engineering, Operating Systems courses, Diploma/TVET programs, and university-level CS modules. This lesson uses clear diagrams, OS models, state-transition charts, tables, real-world examples, and step-by-step workflows to help students fully understand how processes operate within modern ope
Preview of Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

This lesson provides a complete foundation in Searching Algorithms, covering Linear Search, Binary Search, Jump Search, and Interpolation Search, including step-by-step execution, Python implementations, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Searching Algorithms Slide Deck💡 Visual step-by-step search diagrams💡 Python code implementations💡 Exam-style search problems💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ─────
Preview of When to Use the memoryview Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the memoryview data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where memoryview is the best choice and highlights its unique advantages such as efficient handling of large binary data, zero-copy data access, and working with buffers without duplication. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
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 Coding Necklace ~ Coding Unplugged Challenge ~ STEM

Coding Necklace ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There is a chart of the letters in binary code included! You could also rotate these challenges through a Maker Space or science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This Coding Necklace challenge i
Preview of Candy Cane Coding

Candy Cane Coding

Inside this Candy Cane Coding activity printable is: • ASCII binary candy cane name page • ASCII code sheet • Teacher guide • What’s the STEAM Behind It? information section
Preview of Operator Overloading Complete Lesson  | Object Oriented Programming ( C++ )

Operator Overloading Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Operator Overloading, Unary & Binary Operators, Comparison Operators, Safe Arrays, Type Conversions, and Inter-Class Conversions 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 Operator Overloading Is & Why It Matters ✔ Overloading Unary Operators (++ prefix & postfix) ✔ Returni
Preview of Program Design and Python Programming Lessons | Computer Science  [BUNDLE]

Program Design and Python Programming Lessons | Computer Science [BUNDLE]

This is a complete Computer Science and Software Engineering coding modules that explains everything about creating and managing programs using the Python programming language. It begins by thoroughly explaining Python programming and coding, followed by an in-depth discussion of Computer Science and Software Engineering Concepts. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint Compatible Mode ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
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 Unplugged Coding St. Patrick's Day STEM Activity Computer Science Binary Puzzles

Unplugged Coding St. Patrick's Day STEM Activity Computer Science Binary Puzzles

Need a last minute unplugged coding activity or STEM enrichment for St. Patrick's Day? These leveled activities include binary coding puzzles plus unplugged directional coding with conditional statements! 🍀 What You'll Get 🍀 Unplugged Coding for St. Patrick's Day includes 3 levels of printable directional coding challenges: Simple maze: Students follow 3 conditional statements and draw a path through the maze)Intermediate maze: Students follow the rules of 4 conditional statements and code
Preview of STEM Challenges for use with LEGO® or Building Blocks: Coding in the Classroom

STEM Challenges for use with LEGO® or Building Blocks: Coding in the Classroom

More building brick challenges for kids, this time, learn about coding! Bring STEAM to life in your classroom with multiple hands on activities focusing on coding in the classroom. Most of these activities can easily translate to at home learning experiences, as well. Try out 6 all new exciting coding Challenges! Each challenge includes a description of the challenge, a planning space, and lines for reflection. Each challenge has 4 different student pages to choose from in order to differentiate
Preview of Streams and File Handling Complete Lesson | Object Oriented Programming ( C++ )

Streams and File Handling Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Streams and File Handling 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 ✨✨ ✔ Stream Classes (istream, ostream, iostream) ✔ Stream Hierarchy & Inheritance ✔ ios Base Class & Stream Buffer ✔ Input and Output Stream Functions ✔ Disk File I/O with ifstream, ofstream, fstream ✔ Formatted File
Preview of St. Patrick's Day STEM Activities Leprechaun Trap Stop Motion Unplugged Coding

St. Patrick's Day STEM Activities Leprechaun Trap Stop Motion Unplugged Coding

STEM and STEAM activities for St. Patrick''s Day all in one place! Explore hands-on STEM activities with the engineering design process, digital STEAM activities like stop motion animation and digital brick builds, and unplugged coding and binary activities. If you teach STEM to multiple grades and are looking for plenty of options to try with students, these are the challenges for you. What You'll Get🍀 Hands-On STEM: Leprechaun Trap, Building Brick Challenges (LEGO) + STEM Challenges with Lar
Preview of Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how real-world data compression works by walking through Huffman’s Algorithm from concept to full C++ implementation. Learners see how character frequencies drive compression, how a binary tree is constructed using a priority queue, and how variable-length binary codes are generated—exactly the techniques used in text compression and image formats like JPEG. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What Huffman Coding is and w
Preview of Choosing Bytes in Python Programming | Complete Coding Lesson

Choosing Bytes in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Bytes in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use Bytes as their preferred data type for representing immutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and
Showing 1-24 of 27+ results