TPT
Total:
$0.00

Text Coding Math Problems

110+ results
Filters
Standard
Language
Preview of Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

Introduction To Data Structures, Algorithms & Dynamic Array [ Includes C++ ]

This lesson gives learners the mental framework behind why data structures exist, when to use each one, and how to implement them correctly . Perfect For Programming, Coding, Computer Science & ICT classes ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨✏️What data structures are — and why they exist✏️How data organization impacts speed and memory✏️How to choose the right data structure for a problem ✏️Arrays vs Dynamic Arrays — when fixed size fails✏️Array vs Linked
Preview of March Madness Basketball STEM Activities and Challenges Tournament BUNDLE

March Madness Basketball STEM Activities and Challenges Tournament BUNDLE

Integrate STEM in your classroom with this basketball STEM challenge bundle!Get your students pumped up for basketball and STEM! Design and build an amazing basketball shooter and goal!Integrate coding in your classroom with an unplugged basketball coding activity! No robots required. Design and build an amazing basketball shooter and goal combined into one cup and ball game!Scientists, engineers, mathematicians, inventors, and trailblazers face off in a tournament! Students learn about each pe
Preview of Candy Tower STEM Activity - Halloween Math Activity - Candy Corn Fall Party

Candy Tower STEM Activity - Halloween Math Activity - Candy Corn Fall Party

***SAVE BIG WITH THE HALLOWEEN STEM BUNDLE!***This low prep, Halloween themed STEM/STEAM activity is perfect to engage your elementary engineers in October! With a focus on 3D solids and structures, this activity is always a fun way to begin the school year. Includes the following components for CANDY TOWER STEM ACTIVITY:Detailed Lesson Plan with Standards, Supply Checklist, and Suggested Read AloudsDigital Google Slides Notebook for Paperless Recording and Interactive DisplaysKey Visual Vocabul
Preview of Snowball Structure STEM Activity: Winter Party Station - Marshmallow Tower Math

Snowball Structure STEM Activity: Winter Party Station - Marshmallow Tower Math

***SAVE BIG WITH THE WINTER STEM BUNDLE!***This low prep, winter themed STEM/STEAM activity is perfect to engage your elementary engineers in January! Includes the following components for SNOWBALL STRUCTURE STEM ACTIVITY:Detailed Lesson Plan with Standards, Supply Checklist, and Suggested Read AloudsDigital Google Slides Notebook for Paperless Recording and Interactive DisplaysKey Visual Vocabulary ChartPhoto of Possible ProductDigital Anchor ChartStudent InstructionsQR Code Research Videos an
Preview of STEAM Class BUNDLE - Math Focus Hours of Hands-on Projects GATE Gifted

STEAM Class BUNDLE - Math Focus Hours of Hands-on Projects GATE Gifted

Pretty much everything in the Portable Gifted and Talented store is rated 4.0, but take a couple minutes to peruse the comments for these individual units. I think you’ll like what you see. Designed for two purposes: A curriculum for Middle School STEAM classes with MATH focus. Or . . . Upper Elementary GATE – Very Challenging! As a STEAM teacher, you don’t want your math to be the regular math class stuff . . . and these units will not be! They’re very hands on, full of critical thinking, an
Preview of Game Design STEM Unit – Board Game & Coding Engineering | Grade 2 | 4-Week

Game Design STEM Unit – Board Game & Coding Engineering | Grade 2 | 4-Week

Created by
STEM With Mr.B
In the Game Design Studio, students become game designers and developers as they design an original board game, playtest and refine it, and then build a digital version of their game in Scratch. Set inside the Video Game Engineers narrative theme, this 4-week flagship unit immerses Grade 2 students in a complete creative engineering arc — from concept and rules design to physical prototype to coded digital game — building design thinking, computational thinking, and systems reasoning across fou
Preview of Ozobot STEM Sprint – Color Code Programming | Grade 2

Ozobot STEM Sprint – Color Code Programming | Grade 2

Created by
STEM With Mr.B
In the Video Game Engineers Ozobot Color Codes sprint, students become physical programmers as they discover that the same tiny robot can be controlled two completely different ways — drawing color code commands directly on a paper track, then switching to OzoBlockly to program the same movement sequence digitally. Set inside the Video Game Engineers narrative, this 1-week sprint gives Grade 2 students their first experience with the connection between physical and digital programming.What Stude
Preview of Coding Maze STEM Sprint – Ozobot Robotics Engineering | Grade 3

Coding Maze STEM Sprint – Ozobot Robotics Engineering | Grade 3

Created by
STEM With Mr.B
In the Ozobot Infiltration Maze Sprint, students become Spy Science Academy coding engineers as they design a paper spy maze for an Ozobot to navigate — embedding color code commands that tell the bot to change speed or behavior at key checkpoints. Set inside the Spy Science Academy narrative theme, this 1-week sprint bridges physical color coding and digital block programming: students first test their color-coded maze, then switch to OzoBlockly to program a custom movement sequence that navig
Preview of How Phones Are Made - Comprehension Text

How Phones Are Made - Comprehension Text

Created by
Artsy Eye Shop
This 6-page resource about how smartphones are made combines a clear, grade-appropriate informational text with built-in comprehension, vocabulary, grammar, and critical-thinking activities. Students learn about the engineering and manufacturing process behind modern smartphones, from the initial design and prototype stage to sourcing materials, assembling components, and conducting quality-control testing.Teachers can use this ws as a stand-alone nonfiction reading lesson, an engineering and te
Preview of Practical Use Cases for Every Built-In Data Type | Coding Curriculum [ Bundle ]

Practical Use Cases for Every Built-In Data Type | Coding Curriculum [ Bundle ]

Created by
CodeHive DIY
Teach your students when to use each data type in Python programming and coding. This curriculum teaches the exact use cases for every built-in data type through clear, real-world examples. It replaces vague theory with practical application your students will actually remember. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ What You Get★ 16 Plug-and-Play Lessons ★ PowerPoint Slides ★ Printable PDF ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Covers❖ Integers ❖ Floats ❖ Strings ❖ Booleans ❖ Lists ❖ Tuples ❖ Sets ❖ Dictiona
Preview of March Madness STEM Challenge, March Madness Math Project, Data Graphing Craft

March Madness STEM Challenge, March Madness Math Project, Data Graphing Craft

March Madness STEM challenge and March Madness math project with data graphing and a basketball craft. Hands-on engineering design process activity for March STEM lessons, makerspace, and classroom math. Bring the excitement of March Madness into your classroom with this engaging March Madness STEM challenge that blends basketball math, data graphing, and hands-on engineering design. This interactive basketball STEM challenge encourages students to explore the engineering design process, da
Preview of Escape Characters in Python Programming | Complete Coding Lesson

Escape Characters in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
This lesson introduces learners to escape characters in Python and their role in formatting strings and handling special characters. It covers commonly used escape sequences such as \n (newline), \t (tab), \\ (backslash), and \" (quotation mark), helping learners understand how to write clear and correctly formatted text output in their programs. 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
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 Penny Boat Foil Building Challenge | Hands on Math and Science | STEM Activity

Penny Boat Foil Building Challenge | Hands on Math and Science | STEM Activity

Try this Science Challenge for fun and explore sinking and floating. Penny Foil Boat Building Activity. Sink or float? They'll love designing a blueprint and testing their boat with marbles or pennies. Kids love competing! Try this science activity at camp this summer!This product includes:*Resource suggestions*Materials needed*Steps in a Process*Aqua foil BLUEPRINT sheet*Aqua foil Boat Data sheet*Terms of Use*Credits pageThis is a great activity for:*Science observations*Scientific Method/ Proc
Preview of When to Use the String Data Type in Python | Complete Coding Lessons.

When to Use the String Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the String data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where Strings are the best choice and highlights their unique properties such as text manipulation, immutability, and versatility. 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 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 namedtuple in Python Programming | Complete Coding Lesson

Choosing namedtuple in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using namedtuple 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 namedtuple as their preferred way to create lightweight, immutable data structures in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach an
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 Integers in Python Programming | Complete Coding Lesson

Choosing Integers in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Integers 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 Integers as their preferred data type for representing whole 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 quick for lea
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. ******************
Showing 1-24 of 110+ results