TPT
Total:
$0.00
Preview of AP Computer Science Principles - Strings & Functions Lab (Python)

AP Computer Science Principles - Strings & Functions Lab (Python)

This particular assignment covers basics of strings and functions. Many of my students tend to struggle a bit with the concept of multiple input/outputs into Python functions (as well as Python scope) so I usually provide three in-class work days for this particular lab. There are four different problems the students need to write code to solve. 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 chan
Preview of AP Computer Science Principles - Labs and Projects (Python)

AP Computer Science Principles - Labs and Projects (Python)

This contains all labs and projects posted on TPT meant for a Python-based AP Computer Science Principles class. Contains labs for Basic I/OStrings & FunctionsDecision StatementsPygameLoopsListsas well as three projects. Each lab and project has a PDF of instructions and .py files corresponding to instructor solution codes.
Preview of Basic Circuits Worksheet | Tech Ed | STEM Activity GATE Middle School

Basic Circuits Worksheet | Tech Ed | STEM Activity GATE Middle School

🧠 Worksheet | Tech Ed | Gifted & Talented Middle School Critical ThinkingEngage your students with this high-interest, real-world Tech Ed worksheet focused on Basic Circuits. This resource is designed to promote critical thinking, inquiry-based learning, and real-world application, making it perfect for modern classrooms. Students will explore meaningful scenarios, analyze real-world connections, and express their ideas through structured questions that go beyond basic recall. For a FREE e
Preview of The Supply Function – Physics Worksheet | Electricity, Energy & Systems (6 Exerc

The Supply Function – Physics Worksheet | Electricity, Energy & Systems (6 Exerc

This resource includes 6 engaging physics exercises about the Supply Function in technical systems, designed to help students understand how energy is supplied and used in electrical systems. Students will practice problem-solving and calculations through real-life examples and diagrams. The activities help reinforce key concepts in electricity and energy systems. Topics Covered ✔ Electrical circuits ✔ Ohm’s Law ✔ Power and energy calculations ✔ Energy consumption of electrical devices ✔
Preview of Universal Basic Income GATE Middle School Inquiry & Real World Connections

Universal Basic Income GATE Middle School Inquiry & Real World Connections

Inquiry & Real World Connection Worksheet designed for Gifted and Talented Students and focused on the Universal Basic Income lesson in Middle School Engineering & Future Technology. See Thumbnails for more details. Simply purchase, download and copy! Each Worksheet Includes:10x Real World Related Prompts on the Topic20x Questions for Student Inquiry & Expressing Opinions (2 Questions per Prompt)Great For Student Engagement!For a FREE example of this type of resource click: HERE**Answer Key Incl
Preview of Functions in Programming GATE Middle School Reading Worksheet

Functions in Programming GATE Middle School Reading Worksheet

Reading Passage written at a 9th grade level for advance level middle school readers and focused on the Functions in Programming lesson in Middle School Computer Science. See Thumbnails for more details. Simply purchase, download and copy! Great differentiation for more advanced readers10x short answer questions based on the readingUnlike other teacher's resources, this is totally editable!**Answer Key Included**Be sure to check out my other products down below!Copyright © Rod's Education Resour
Preview of Functions in Essential Productivity Tools GATE Middle School Reading Worksheet

Functions in Essential Productivity Tools GATE Middle School Reading Worksheet

Reading Passage written at a 9th grade level for advance level middle school readers and focused on the Functions in Essential Productivity Tools lesson in Middle School Computer Science. See Thumbnails for more details. Simply purchase, download and copy! Great differentiation for more advanced readers10x short answer questions based on the readingUnlike other teacher's resources, this is totally editable!**Answer Key Included**Be sure to check out my other products down below!Copyright © Rod's
Preview of The Basics of File I/O GATE Middle School Reading Worksheet

The Basics of File I/O GATE Middle School Reading Worksheet

Reading Passage written at a 9th grade level for advance level middle school readers and focused on the Basics of File I/O lesson in Middle School Computer Science. See Thumbnails for more details. Simply purchase, download and copy! Great differentiation for more advanced readers10x short answer questions based on the readingUnlike other teacher's resources, this is totally editable!**Answer Key Included**Be sure to check out my other products down below!Copyright © Rod's Education Resources. A
Preview of AP Computer Science Principles - Unit 5 Functions Review Guide with Answer Key

AP Computer Science Principles - Unit 5 Functions Review Guide with Answer Key

Created by
Andy Mattick
AP Computer Science Principles - Unit 5 Functions Review Guide with Answer KeyDescriptionMaster the fundamentals of writing functions with this comprehensive AP CSP Unit 5 Review Guide! This hybrid resource combines essential vocabulary, concept summaries, and 20 practice questions designed to reinforce student understanding of functions, parameters, scope, and more. What's Included:Key Vocabulary Section - 12 essential terms clearly defined (function, parameter, argument, return value, scope, l
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 Computer Science Binary & Artificial Intelligence Activities

Computer Science Binary & Artificial Intelligence Activities

Created by
MindTech
Students explore basic coding and design concepts through fun, hands-on activities. They will practice giving clear instructions, creating simple code systems with symbols and actions, and solving real-world problems by improving everyday objects. These activities encourage creativity, critical thinking, teamwork, and an introduction to computer science concepts. Key Features:Lab 1: The Secret Language of 1 and 0, where they decode binary strings and sketch original hardware inventions.Lab 2: Te
Preview of Computer Science Coding & Design Activities

Computer Science Coding & Design Activities

Created by
MindTech
Students explore basic coding and design concepts through fun, hands-on activities. They will practice giving clear instructions, creating simple code systems with symbols and actions, and solving real-world problems by improving everyday objects. These activities encourage creativity, critical thinking, teamwork, and an introduction to computer science concepts. Key Features:Lab 1 The Human Robot: Students give step-by-step instructions for a simple task to learn how coding works and how mistak
Preview of AP Computer Science Principles - Pygame Lab (Python)

AP Computer Science Principles - Pygame Lab (Python)

After strings, functions, IO, and decisions statements, I find my students need a little bit of a fun assignment, showing them some of the cooler aspects of what they can do with Python. I do this lab, on Pygame, after decision statement but before loops. It would work just as well right after loops, but I try to write the assignment so that loops aren’t “needed”. There are three different codes included. Two showing examples of working infinite runners (one a multi-lane up/down runner and the
Preview of TED Talk: What’s an Algorithm?- David J. Malan

TED Talk: What’s an Algorithm?- David J. Malan

This TED-Ed companion resource explores the foundational concept of algorithms and how they function in both computers and human thinking. Students will learn about loops, variables, pseudocode, efficiency, and how to test and debug simple algorithms. Ideal for high school and introductory computer science courses, this resource includes 20 discussion questions, an expanded writing prompt, and a debate topic on algorithmic decision-making in modern society. A fun and accessible entry point into
Preview of TED Talk: Inside your computer- Bettina Bair

TED Talk: Inside your computer- Bettina Bair

This engaging resource breaks down how a computer processes a simple mouse click, helping students understand core concepts like CPU function, memory, and input/output systems. Includes • 20 comprehension and critical thinking questions • Detailed essay prompt • Structured essay with sentence starters • Classroom debate activity • Discussion starters for deeper understanding Grades: 8–12 | Print-and-go
Preview of AP Computer Science Principles - Decisions Lab (Python)

AP Computer Science Principles - Decisions Lab (Python)

This particular assignment covers decision statements (if, elif, else). There are four different problems the students need to write code to solve. Functions are also required for some of the problems. This is one of the first times students need to do some organized logical thinking, so I tend to give about 3 or 4 class days for 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
Preview of AP Computer Science A - Loops Lab (Java)

AP Computer Science A - Loops Lab (Java)

This lab covers loops (for and while). This is typically where the course becomes quite a bit more challenging (as we now have loops, decision statements, and methods/functions). For that reason, these four problems are a pretty big leap in difficulty. I typically give the students a good 4-5 days in class to work on this lab. 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 / ins
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 - Variables, I/O, and Assignment Lab (Java)

AP Computer Science A - Variables, I/O, and Assignment Lab (Java)

At the end of each chapter in AP Computer Science A (Java coding) I give my students a few in-class work days to create codes on their own to demonstrate their understanding. This particular assignment covers basics of input/output, variables, and basic mathematics operators. As there is little logic involved at the point in the course, I usually give just two in-class work days for this assignment. There are only three problems. Note that, as per 2025-2026 updates to AP CS A, input is now inclu
Preview of Designing your own app.  A computer science activity. Intro to computer science.

Designing your own app. A computer science activity. Intro to computer science.

Students love apps on android devices, iphones , ipads etc... Why not get them excited about coding by doing this great assignment? In this activity students will develop an idea for their own app through creating its logo and basic design. This introductory computer science activity was created by Jody Weissler for the Teachtopia education network.
Preview of AP Computer Science Principles - Battleship Puzzle Project (Python)

AP Computer Science Principles - Battleship Puzzle Project (Python)

This is the last project that I will do in AP Computer Science Principles, except on the rare occasion that we have more than one or two classes after AP exams are completed. This is meant to be a challenging puzzle and have functions that satisfy the requirements of the Create Task exam. I have students do practice questions from the AP based on this code (or the last Lists Lab codes). They obviously cannot use this for their Create Task code, but I feel like giving them additional examples of
Preview of Build Your Own Game Platform: Intro To Computer Science

Build Your Own Game Platform: Intro To Computer Science

Created by
MindTech
Design your own game by planning its purpose, features, layout, and target audience. Students will use creativity and problem-solving skills to develop an original digital product idea, including the app or website name, design elements, and user experience. This activity encourages innovation, critical thinking, and basic technology design concepts.
Preview of Build Your Own Digital Platform: Intro To Computer Science

Build Your Own Digital Platform: Intro To Computer Science

Created by
MindTech
Design your own app or website by planning its purpose, features, layout, and target audience. Students will use creativity and problem-solving skills to develop an original digital product idea, including the app or website name, design elements, and user experience. This activity encourages innovation, critical thinking, and basic technology design concepts.
Preview of TED Talk: Why a Sausage can do What Your Gloves Cannot- Charles Wallace and Saja

TED Talk: Why a Sausage can do What Your Gloves Cannot- Charles Wallace and Saja

Why can a sausage activate your smartphone, but your glove can’t? This TED-Ed companion resource explains the science behind touchscreen technology, from resistive pressure systems to the capacitive screens in modern phones. Students will explore the roles of electric circuits, conductive materials, and even human biology in touchscreen function. Perfect for high school or college physics, technology, or engineering courses, this resource includes 20 high-level discussion questions, an expanded
Showing 1-24 of 78+ results