TPT
Total:
$0.00

Coding Without Computers

60+ 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 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 Math Puzzles: Coding Cars- Google Slides

Math Puzzles: Coding Cars- Google Slides

This is a super FUN way to introduce your students to the basics of coding! This Coding Cars activity is best done on Google Slides where students can move objects and create an algorithm to "program the cars". After they create their code, they can watch the animated videos to see the cars move on the road and check their answer! (built right into the slides). It can also be done unplugged (without a computer) using the pdf worksheets. Skills practiced: sequencing, analytic thinking, pr
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 Introduction to Coding and Computer Science Programming Hour of Code Activity

Introduction to Coding and Computer Science Programming Hour of Code Activity

Created by
Teacher Orbit
Hands-on learning activity to introduce K-2 students to Coding! Students will learn about the basics of computer coding using block based computer programming! Students will learn about computer coding logic, sequences, and loops through background student-friendly sites and block-based programming activities. The Digital choice boards contain picture buttons that will connect your students directly to the sites without having to type in the internet web address. It's extremely engaging, educat
Preview of There is Magic in My Code.....teaching your computer to do card tricks

There is Magic in My Code.....teaching your computer to do card tricks

Created by
Technomustang
Imagine handing a deck of cards to someone and they input the top card into the computer and it tells them where any other card in the deck is located? Imagine doing that without any type of data structures.Imagine a first semester Java student's surprise when their computer learns these tricks!!! Imagine the students telling you the top card and you proceed to call the remaining cards in the deck in order. This material will last 2 to 3 weeks depending on the programming skills of the students.
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 Principles - Loops Lab (Python)

AP Computer Science Principles - Loops Lab (Python)

This lab covers while loops and for loops in Python. Lists are the next topic, so they are avoided in the context of loops here. Instead the focus is on combining loops, if statements, and functions to make a few complete codes. 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 is included. More notes about my
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 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 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 Summer Activities | No-Tech Coding for K-2 with Differentiated

Coding Unplugged Summer Activities | No-Tech Coding for K-2 with Differentiated

Coding Unplugged Summer | Introduce Coding Without Devices!Looking to introduce coding to your students but don’t have access to devices? Coding Unplugged Summer is the perfect solution for teaching essential coding concepts without technology! This engaging resource allows students to dive into coding through hands-on activities that can easily be integrated into a summer unit or taught as a standalone lesson. With just a printout, you’ll be ready to guide your students in their first steps t
Preview of Coding Unplugged Fireflies | No-Tech Coding Activity for K-2 | Summer & Camping

Coding Unplugged Fireflies | No-Tech Coding Activity for K-2 | Summer & Camping

Coding Unplugged Fireflies | Introduce Coding Without Devices!Looking to introduce coding to your students but don’t have access to devices? Coding Unplugged Fireflies is the perfect solution for teaching foundational coding concepts without the need for technology. This engaging, hands-on activity allows students to explore coding through fun, interactive lessons that can be seamlessly integrated into a summer or camping unit or taught independently. All you need to do is print the materials
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 Life-Size Unplugged Coding Fireflies | Hands-On STEM for K-2 Tech TEKS

Life-Size Unplugged Coding Fireflies | Hands-On STEM for K-2 Tech TEKS

Life-Size Coding Unplugged Fireflies | Introduce Coding Without DevicesLooking to teach coding to your students, but don’t have access to devices? Life-Size Coding Unplugged Fireflies is the perfect solution for introducing coding in primary grades! This hands-on, kinesthetic activity allows students to physically “code” themselves through a pathway, making it a fun and interactive way to learn coding basics—without the need to read or write. This engaging activity is perfect for tying into a
Showing 1-24 of 60+ results