TPT
Total:
$0.00

Basic Math Reference Sheet

59+ results
Preview of Python Basics Cheat Sheet

Python Basics Cheat Sheet

Created by
ClearDevDocs
🐍 A few basics a Python beginner needs on ONE page.
Preview of Python Reference Guide | Easy to Use | Grades 5 - 12+

Python Reference Guide | Easy to Use | Grades 5 - 12+

Created by
Tech Savvy Code
Give your students the ultimate Python reference they'll actually use! This 29-page Python Basics Cheat Sheet covers everything students need to read, write, and debug Python code with confidence — from their very first variable to file handling and popular modules. Every section is clearly organized, student-friendly, and packed with real code examples that work. What's inside:Basic Syntax — comments, print statements, variables, and data typesOperations & Strings — arithmetic, string methods,
Preview of AP Computer Science A Java Programming Fundamentals - ROBOT UPRISING!

AP Computer Science A Java Programming Fundamentals - ROBOT UPRISING!

Stop spending hours creating materials from scratch! This complete 18-page packet provides everything you need to teach Java primitives, data types, variables, and operators with confidence, whether you're a seasoned AP CS A teacher or new to programming instruction. What's Included? Student Materials:18-page guided practice packet with a cute robot uprising theme! Progressive exercises from basic concepts to complex applicationsCode tracing activities with visual robot scenariosQuick reference
Preview of AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

AP® CSP Exam Review | 8-Day Computer Science Principles Bundle | Create Task

Help your students walk into the AP CSP exam confident and prepared. This complete 8-Day AP® Computer Science Principles Exam Review System covers all major exam topics AND prepares students for the Create Task written responses (Section II). No prep required — just teach. WHAT’S INCLUDED:✔ Covers ALL major AP CSP exam topics ✔ Includes Create Task written response prep (Section II) ✔ Built around real AP exam patterns and common mistakes ✔ 8 days of structured review (Day 1–Day 8) ✔ Daily
Preview of Python Programming and Coding FREEBIE Cheat Sheet

Python Programming and Coding FREEBIE Cheat Sheet

Try out this CHEAT SHEET on Python programming and coding. It is designed for educators to grasp Python at a glance within 10 minutes. It is useful for educators preparing for examinations and wanting to refresh their knowledge of Python concepts in the shortest time possible. Perfect for:✔ Computer Science, AP CS, and Python Programming courses. ✔ Middle school, high school, and introductory college-level coding classes. ✔ Homeschooling parents seeking Python Programming Cheat sheet. ✔ Teachers
Preview of References, Scope, and this - Unit 3 Lesson 6 | Goldie's AP® CSA Curriculum

References, Scope, and this - Unit 3 Lesson 6 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 3: Class Creation Lesson 6: References, Scope, and this Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore the concepts of references, scope, and the implementation of the equals() method in Java. They will learn how to compare objects using instance variables, distinguish between primitive and object references in method calls, and utilize the this and final keywords. What’s Included: Detailed lesson planStudent guided notesEdi
Preview of Pandas Data Analysis Doc

Pandas Data Analysis Doc

Created by
ClearDevDocs
Python Cheat Sheet focused on Data Analysis.
Preview of Machine Learning AI 101

Machine Learning AI 101

Created by
AIGuy
This is a basic introduction into Artificial Intelligence Machine Learning. This product uses simple to understand terms any student can understand. It covers supervised machine learning, unsupervised machine learning, and reinforcement machine learning. It also includes an exercise to review the basics of machine learning.
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 Machine Learning 201

Machine Learning 201

Created by
AIGuy
This is a mid-level basic explanation of What is Machine Learning and how it works. It includes a basic overview of algorithms, the different types of algorithms, basic artificial intelligence, and the basics of how they work. It also includes the two basic types of Machine Learning, Supervised and Unsupervised, and how they work to improve our lives everyday! It also includes a two page term/description exercise match for review.
Preview of Quantum Computing 101

Quantum Computing 101

Created by
AIGuy
Introduction into Quantum Computing. This provides an basic overall explanation of Quantum Computing. It includes who the key players in the industry are and their approach to solving this complex issue. Also included is a key term match and quiz to review the material. Machine Learning and artificial intelligence.
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 CSA Ultimate Java Programming Guide

AP CSA Ultimate Java Programming Guide

The guide covers all four units of the AP CSA curriculum: Part 1: The Foundation of Programming (Unit 1)Algorithms, Java basics, compilers, and IDEsPrimitive vs. reference types, variable declarationExpressions, output, input with ScannerCasting, overflow, compound assignment operatorsObjects, classes, methods, constructorsThe String class and immutabilityPart 2: Controlling Program Flow (Unit 2)Boolean logic, if statements, relational operatorsNested if, multi-way selection, compound expression
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 AP-Style Cybersecurity Exam Review Cheat Sheets | 10 Anchor Charts

AP-Style Cybersecurity Exam Review Cheat Sheets | 10 Anchor Charts

Created by
LearnToday
10 Anchor Chart Posters for AP-Style Cybersecurity Exam Review in 9th-12th Grade Computer Science - Technology classrooms, CTE high school programs, and independent study. Visual reference cheat sheets covering essential vocabulary, threats, controls, acronyms, and encryption concepts for scenario-based exam prep. No-prep and ready-to-use as printable student study guides, wall posters, or pre-exam quick review stations. What's Included:10 full-page cybersecurity review cheat sheets (color an
Preview of CRYPTOCURRENCY - Powerpoint PPTX Presentations

CRYPTOCURRENCY - Powerpoint PPTX Presentations

Introduce middle school Financial Literacy students to the dynamic world of CRYPTOCURRENCY with this PowerPoint presentation bundle. Carefully designed for young learners, this resource explains the basics of digital currencies, including what cryptocurrencies are, how blockchain technology keeps transactions secure, and the story behind Bitcoin. Engaging visuals, relatable examples, and key vocabulary make these foundational topics easy to understand, while interactive questions and real-world
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 AP Computer Science Principles - Variables, I/O, and Assignment Lab (Python)

AP Computer Science Principles - Variables, I/O, and Assignment Lab (Python)

At the end of each chapter in AP Computer Science Principles (Python-based 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. In this, and all labs posted on TPT, the questions are of my own making, and
Preview of AP-Style Cybersecurity Posters & Anchor Charts | 16 Posters | Grades 9-12

AP-Style Cybersecurity Posters & Anchor Charts | 16 Posters | Grades 9-12

Created by
LearnToday
AP-Style Cybersecurity Posters & Anchor Charts for Grades 9-12 Computer Science and CTE cybersecurity review. This no-prep poster set gives students clear visual reminders for important cybersecurity vocabulary, threats, controls, and reasoning habits. Print the posters as full-page student reference sheets, display them as classroom anchor charts, or use them as quick review station visuals. What's Included:16 full-page cybersecurity posters / anchor chartsCIA TriadSpot the PhishDefense in Dep
Preview of Data Sets - Unit 4 Lesson 2 | Goldie's AP® CSA Curriculum

Data Sets - Unit 4 Lesson 2 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 2: Data SetsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore how data sets are used to find patterns, answer questions, and support decision-making. They will learn how data is collected, processed, and represented using basic algorithms, and they will evaluate the fitness of data sets for specific problems. What’s Included: Detailed lesson planStudent guided notesEditable PowerPoint presentationInstr
Preview of Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

Implementing ArrayList Algorithms - Unit 4 L10 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 10: Implementing ArrayList AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore common algorithms used with ArrayLists, such as finding minimums, calculating averages, and modifying lists based on conditions. Students will write and trace code that manipulates ArrayLists, and gain an understanding of how references work when passing or returning ArrayLists from methods. What’s Included: Detailed
Preview of Array Traversals - Unit 4 Lesson 4 | Goldie's AP® CSA Curriculum

Array Traversals - Unit 4 Lesson 4 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 4: Array TraversalsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn how to traverse one-dimensional arrays using traditional for loops and enhanced for-each loops. They will explore how to access, update, and process array elements, and understand how array traversal relates to reference types and memory. Students will also be introduced to passing arrays as method parameters and returning arrays from met
Preview of AP CSP Create Performance Task – Innovation Lab System (9-Hour Plan + Workbook)

AP CSP Create Performance Task – Innovation Lab System (9-Hour Plan + Workbook)

Created by
Mark Harris
This resource provides a fully structured system for implementing the AP Computer Science Principles Create Performance Task in a clear, manageable way. Instead of unstructured work time, it guides students through a focused 9-hour plan that ensures all College Board requirements are met with confidence. The product includes a step-by-step implementation schedule, a detailed student workbook, a teacher facilitation guide, video planning tools, a Personalized Project Reference (PPR) checklist, an
Preview of Goldie's UNIT 3 LESSON BUNDLE for AP® Computer Science A

Goldie's UNIT 3 LESSON BUNDLE for AP® Computer Science A

AP® Computer Science AUnit 3: Class Creation Lesson Bundle This Unit 3 bundle makes class creation approachable and engaging. Aligned to the 2025 College Board CED, these lessons walk students through constructors, instance variables, methods, and encapsulation, in a step-by-step way that builds student confidence. What’s Included in this Unit 3 Bundle? 6 Complete, Editable Lessons on: Impacts of Program DesignProgram DesignClasses and ConstructorsAccessor and Mutator MethodsClass Variables
Showing 1-24 of 59+ results