TPT
Total:
$0.00

Encoding and Decoding

18+ results
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 Unplugged Christmas Coding Activities | K–2 STEM | Printable Coding Maps

Unplugged Christmas Coding Activities | K–2 STEM | Printable Coding Maps

Bring the magic of Christmas into your classroom while teaching the foundations of coding and computational thinking—all without any devices! This Unplugged Christmas Coding Activity is perfect for K–2 students, computer lab rotations, STEM class, morning tubs, early finishers, or small-group instruction. This festive STEM resource includes two levels of difficulty (Set A: Easy & Set B: Medium) so you can easily differentiate for your learners. Students decode directional arrow sequences to fin
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 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 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 Lists in Python Programming | Complete Coding Lesson

Choosing Lists in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Lists 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 Lists as their preferred data type for storing and managing ordered collections in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick
Preview of Choosing Functions in Python Programming | Complete Coding Lesson

Choosing Functions in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Functions 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 Functions as their preferred way to create reusable, organized, and efficient code in programming. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
Preview of Choosing Dictionaries in Python Programming | Complete Coding Lesson

Choosing Dictionaries in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Dictionaries 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 Dictionaries as their preferred data type for storing and managing key-value pairs in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
Preview of Choosing Custom Class in Python Programming | Complete Coding Lesson

Choosing Custom Class in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using a Custom Class 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 create and use Custom Classes as their preferred way to define blueprints for objects, organize data and behavior, and build scalable, reusable code in Python. It provides all the guidance needed to make the learning pro
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
Preview of Choosing Complex Data  in Python Programming | Complete Coding Lesson

Choosing Complex Data in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Complex Data 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 complex numbers as their preferred data type for handling real and imaginary values in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teac
Preview of Choosing Floats in Python Programming | Complete Coding Lesson

Choosing Floats in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Floats 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 Floats as their preferred data type for representing decimal and fractional numbers in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and q
Preview of Choosing Frozensets in Python Programming | Complete Coding Lesson

Choosing Frozensets in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Frozensets 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 Frozensets as their preferred immutable data type for handling unordered collections without duplicates in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of Choosing Booleans in Python Programming | Complete Coding Lesson

Choosing Booleans in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Booleans 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 Booleans as their preferred data type in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. ****************
Preview of Choosing None Type in Python Programming | Complete Coding Lesson

Choosing None Type in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using the None Type 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 None as a meaningful data type or placeholder in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. **
Preview of Choosing Range in Python Programming | Complete Coding Lesson

Choosing Range in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Range 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 Range as their preferred data type or tool in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. *************
Preview of Choosing Strings in Python Programming | Complete Coding Lesson

Choosing Strings in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Strings 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 Strings as their preferred data type in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. ******************
Preview of Choosing Sets in Python Programming | Complete Coding Lesson

Choosing Sets in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Sets 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 Sets as their preferred data type in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. ************************
Showing 1-18 of 18+ results