TPT
Total:
$0.00

Coding Without Computers

51+ results
Preview of Pixel Art Coding Activities | Unplugged Computer Science Technology Lessons

Pixel Art Coding Activities | Unplugged Computer Science Technology Lessons

Bring computer science concepts to life with these highly engaging Pixel Art Coding Activities that teach programming without devices. Loved by hundreds of teachers, these unplugged computer science lessons help students explore coding logic, algorithms, and binary while creating colorful pixel art designs. Students quickly see how coding instructions turn into pictures, making abstract programming concepts easier to understand and incredibly fun to learn. These unplugged coding activities comb
Preview of Coding Activities for Beginners K-2 | Unplugged Computer Science Unit

Coding Activities for Beginners K-2 | Unplugged Computer Science Unit

Looking for a way to teach coding concepts to young learners without overwhelming them or relying entirely on devices? Want students to understand how coding actually works, not just click through programs? This Coding Activities for Beginners Unit helps K–2 students build real computer science skills through hands-on, engaging activities that make abstract concepts simple and meaningful. WHAT THIS RESOURCE IS This is a complete, beginner-friendly coding unit designed to introduce foundat
Preview of Technology + Artificial Intelligence Activities How AI Learns Computer Science

Technology + Artificial Intelligence Activities How AI Learns Computer Science

Help middle school students explore how artificial intelligence works with this engaging bundle of artificial intelligence activities for STEM, technology, and computer science classes. These student-friendly lessons introduce important AI concepts through hands-on learning, critical thinking, simulations, discussion, and creative activities, all without requiring coding experience. Students will explore how AI systems use training data, patterns, predictions, and algorithms while also discu
Preview of Unplugged Coding Activities PreK-1 | Space Theme | Screen-Free Worksheets

Unplugged Coding Activities PreK-1 | Space Theme | Screen-Free Worksheets

🚀 Space Adventure Unplugged Coding for Kids A Fun Screen-Free Coding Activity Pack | Space Theme | Ages 6–7Blast off into coding — no screen needed! 🌟 This Space Adventure Unplugged Coding pack introduces children ages 6–7 to real computer science concepts through fun, hands-on space-themed activities. Children learn to think like coders—giving commands, following sequences, and fixing mistakes—all without a computer! ━━━━━━━━━━━━━━━━━━━━ 📋 WHAT'S INCLUDED (9 pages) ✅ Page 1—Rocket Path Co
Preview of What Is Coding Booklet for Computer Science & STEM

What Is Coding Booklet for Computer Science & STEM

Created by
MindTech
Introduce young learners to the exciting world of coding with this engaging unplugged STEM resource! Designed for elementary students, this activity pack teaches the basics of computer science without needing computers or devices. What’s Included:Introduction to computers and programmingAlgorithms and step-by-step thinkingBinary code basics (0s and 1s)Sequencing and code orderBugs and debugging conceptsLoops and repetition in codingConditionals using IF/THEN logicCoding vocabulary review activi
Preview of Coding Unplugged Emoji Binary Code Activity - Binary Code & Color Worksheets

Coding Unplugged Emoji Binary Code Activity - Binary Code & Color Worksheets

Created by
Teachy Tales
Make coding fun, visual, and exciting with this Emoji Binary Code Activity! Students will love decoding secret messages and revealing hidden emoji pictures using Binary Code. This engaging resource turns coding into a playful learning experience where students decode, color, and discover! Perfect as a Coding Unplugged activity, students learn important computer science concepts without needing a computer—ideal for classrooms, centers, and early coding lessons. What’s Included This fun set of B
Preview of Crack the Code Worksheets | Technology Puzzle Activities for Problem Solving

Crack the Code Worksheets | Technology Puzzle Activities for Problem Solving

These Crack the Code worksheets are a fun, low-prep way for students to practice technology and coding concepts through problem-solving puzzles. Students decode clues to reveal answers, making this a great activity for tech class, early finishers, or centers. Perfect for reinforcing skills without screens. Keep students engaged with printable crack-the-code puzzles designed for technology class. These worksheets build problem-solving skills and reinforce tech concepts. Looking for a fun and enga
Preview of Christmas Coding Worksheets + Coding Unplugged Christmas Activities

Christmas Coding Worksheets + Coding Unplugged Christmas Activities

Christmas coding activities that also develop keyboard awareness! Practice coding skills by following the directions to move across the keyboard to type one of 12 Christmas themed words. Includes both unplugged blackline printable version for students to complete without keyboards and a Google Slides version. Students can also use the coding sheets to type the words on most devices with a word processor, too. Or use the color printable to create a reusable center with write on / wipe off s
Preview of Winter Coding Activities & Keyboarding Practice | 12 Challenges | +Unplugged

Winter Coding Activities & Keyboarding Practice | 12 Challenges | +Unplugged

Winter coding activities that also develop keyboard awareness! Practice coding skills by following the directions to move across the keyboard to type one of 12 winter themed (non-holiday) words. Includes both unplugged blackline printable version for students to complete without keyboards and a Google Slides version. Students can also use the coding sheets to type the words on most devices with a word processor, too. Or use the color printable to create a reusable center with write on / wi
Preview of 6-Week Coding Roadmap Guide for Teachers

6-Week Coding Roadmap Guide for Teachers

Created by
CodeHive DIY
A python programming and Coding teaching strategy that shows you exactly how to deliver every lesson over 6 weeks without guessing what to do next. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Why It’s NOT Sold Separately✤ This isn’t a standalone product. It’s a teacher-side power tool included only with the Full Python Curriculum Bundle. ✤ You get it for free because we don’t sell partial solutions. If you're teaching, you deserve the full system.≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Try The Complete
Preview of When to use Generator Functions in Python Programming | Complete Coding Lessons.

When to use Generator Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use generator functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where generator functions are the best choice, highlighting their benefits like lazy evaluation, memory-efficient iteration, and the use of the yield keyword to produce values on the fly without storing them all at once. It provides all the guidance needed to make the learning process smooth and effective, making it
Preview of AP Computer Science A - Decisions Lab (Java)

AP Computer Science A - Decisions Lab (Java)

This lab covers decision statements (if-else if-else). In the context of my course, this comes after I/O, primitives, and using objects (Strings, math). There are four problems in this assignment. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Java code / instructors solutions showing possible acceptable codes satisfying the program requirements are included. If you purchase this resourc
Preview of AP Computer Science Principles - Functions, Decisions, Loops Project (Python)

AP Computer Science Principles - Functions, Decisions, Loops Project (Python)

This project is meant to combine IO, functions, decision statement, and loops into a couple of major codes. The first requires the use of Pygame, while the second requires quite a bit of logic. I typically give the students a whole class week to work on these. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Python code showing possible acceptable codes satisfying the program requirements
Preview of AP Computer Science A - Writing Classes Lab (Java)

AP Computer Science A - Writing Classes Lab (Java)

This lab covers the topic of Writing Classes. I usually do this after we have covered decision statements, loops, and basic class usage. This lab contains 4 problems, each of which requires the student to create a full class. These are not quite like any of the traditional examples presented in a typical AP CS A course. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Java code / instructor
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 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 Unplugged Coding Floor Cards – Hearts | Valentine’s Day Free Printable

Unplugged Coding Floor Cards – Hearts | Valentine’s Day Free Printable

Created by
Alpaca EDU
This free unplugged coding resource includes floor coding cards designed for Pre-K and Kindergarten students. Students practice early coding skills by following and creating simple sequences without screens. The cards can be used on the floor for movement-based activities or printed smaller for table work as a hands-on coding puzzle. This resource supports: Unplugged coding and computational thinking Sequencing and logical thinking Early math skills Problem-solving and fine motor development
Preview of AP Computer Science Principles - Midterm Pygame Project (Python)

AP Computer Science Principles - Midterm Pygame Project (Python)

This is my midterm project for AP Computer Science Principles. The students need to create their own game using Pygame and everything learned in class so far. I’ve included a starter Python code, and a code that the students and I developed in class that is the start of a Space Invaders clone. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Python code showing possible acceptable codes
Preview of Coding Unplugged: SPORTS Themed Offline Puzzles for Middle School│Great for Subs

Coding Unplugged: SPORTS Themed Offline Puzzles for Middle School│Great for Subs

Learn to code...WITHOUT a computer! Use this fun offline coding puzzle pack to introduce or review algorithmic thinking and engage students who love sports! This activity can stand alone as a sub activity or can supplement a Technology lesson. Enjoy! Coding Unplugged Sports Puzzle Set includes:  Two Themed Activity Sheets: Each Activity Sheet contains four puzzles/”offline codes”, complete with Programming Key and directions. Total of 8 unique Coding Unplugged puzzlesWorksheet - Four 5x5 grids
Preview of SPIKE Prime Robotics Unit 5 Lesson 2: Flowcharts

SPIKE Prime Robotics Unit 5 Lesson 2: Flowcharts

Created by
RoboBytes
Stop letting students jump straight into coding without a plan. This LEGO SPIKE Prime flowchart lesson teaches students how to organize autonomous robot logic before they build. Students learn how Forever loops, sensor checks, and decision blocks work together inside a clear system structure — reducing confusion, debugging time, and priority mistakes during autonomous challenges. Instead of guessing why their robot is misbehaving, students visually map what happens first, what repeats, and how e
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 Coding Unplugged BBQ Algorithm Game - Scratch Coding STEM Activity for 4-8 Grade

Coding Unplugged BBQ Algorithm Game - Scratch Coding STEM Activity for 4-8 Grade

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. This resource helps students understand the basics of coding by learning how algorithms work through a fun summer BBQ themed challenge. Students read clues, follow directions, and create logical steps—just like real programmers do! What’s Included This Computer Coding Worksheet
Preview of Artificial Intelligence Quiz Book AI MCQ Worksheets Unplugged Coding Activity

Artificial Intelligence Quiz Book AI MCQ Worksheets Unplugged Coding Activity

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding AI concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. This resource makes learning about Artificial Intelligence exciting and accessible for middle school students. Through interactive multiple-choice questions, students develop curiosity about how AI works while strengthening their logical thinking, problem-solving, and computat
Preview of Artificial Intelligence Reading Comprehension Coding Unplugged Activity For G6-8

Artificial Intelligence Reading Comprehension Coding Unplugged Activity For G6-8

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding . Artificial Intelligence concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. This activity pack connects literacy with technology by helping students read, write, and learn about Artificial Intelligence in a simple and engaging way. It also serves as a great introduction to Coding Unplugged learning and Scratch Coding concepts, ma
Showing 1-24 of 51+ results