TPT
Total:
$0.00

Place Value Array

170+ 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 Implementing Array Algorithms - Unit 4 Lesson 5 | Goldie's AP® CSA Curriculum

Implementing Array Algorithms - Unit 4 Lesson 5 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 5: Implementing Array AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore and implement common array algorithms in Java, such as finding maximum values, calculating sums, checking conditions, swapping, shifting, reversing, and working with arrays of objects. These algorithms are foundational for data processing and are frequently encountered in both the AP CSA exam and real-world programming. W
Preview of Spend $1 Million Dollars Google Project!

Spend $1 Million Dollars Google Project!

Looking for a task to make Place Value, Rounding, Addition, and Subtraction come to life for your students? Looking for an extension to your unit or a more engaging way to present the standards? Look no further! This Google Slide Project will not disappoint. Students will be engaged, actively work through struggle, gain some deeper understanding of BIG numbers, and practice the foundational standards of place value, rounding, adding, subtracting and more! This is a very open ended project great
Preview of Operator Overloading Complete Lesson  | Object Oriented Programming ( C++ )

Operator Overloading Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Operator Overloading, Unary & Binary Operators, Comparison Operators, Safe Arrays, Type Conversions, and Inter-Class Conversions in C++. It is designed for AP Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What Students Will Learn ✨✨ ✔ What Operator Overloading Is & Why It Matters ✔ Overloading Unary Operators (++ prefix & postfix) ✔ Returni
Preview of Recursive Searching and Sorting - Unit 4 Lesson 18 | Goldie's AP® CSA Curriculum

Recursive Searching and Sorting - Unit 4 Lesson 18 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 18: Recursive Searching and SortingFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore recursive approaches to binary search and merge sort. They will learn to trace recursive logic and be able to explain how recursive sorting and searching methods work. Emphasis is placed on understanding recursive structure rather than writing full implementations from scratch. What’s Included: Detailed lesson planStud
Preview of Java Simple Output Statements

Java Simple Output Statements

This lesson is all about simple Java output concepts involving the use of print, println, and printf. The exercises contained in this lesson that use the printf method will use only the %d, %s, and %f format specifiers, although there are many more available. However, other format indicators will be used, such as field width, number of decimal places for floating point values, the use of the comma specifier for inserting commas in large values and using the negative flag for left justification.
Preview of Structures Complete Lesson | Object Oriented Programming ( C++ )

Structures Complete Lesson | Object Oriented Programming ( C++ )

This lesson introduces students to Structures in C++, a foundational concept in Object-Oriented Programming that teaches how to group related data into a single, organized unit. It is designed for AP Computer Science, Intro to C++, Object-Oriented Programming, College CS1/CS2, homeschool advanced programming, and coding bootcamps. ────────── ⋆⋅☆⋅⋆ ────────── ✨✨ What Students Will Learn ✨✨ ✔ What a Structure Is ✔ Purpose of Structures in Organizing Data ✔ Declaring a Structure ✔ Creating Stru
Preview of How Convolutional Neural Networks Work and See Images Complete Lesson

How Convolutional Neural Networks Work and See Images Complete Lesson

This lesson helps students understand HOW CNNs interpret images mathematically and visually, using clear diagrams, X/O image examples, filter matrices, and step-by-step convolution walkthroughs. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full How CNNs Work & See Images Slide Deck (PPT + PDF)💡 Visual CNN architecture diagrams💡 Step-by-step convolution and filtering visuals💡 Worked image-to-feature-map examples💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ───
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of Complete C Programming Lesson on Functions, Structures & Dynamic Memory

Complete C Programming Lesson on Functions, Structures & Dynamic Memory

This Curriculum introduces students to one of the most important foundations of programming: functions, variables, scope, memory layout, structures, typedef, pointers, pointer arithmetic, and dynamic memory allocation. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering foundations, and CS1-level courses. This lesson includes clear explanations, diagrams, code examples, memory maps, structure modeling, pointer behavior demonstrations, and practical applications, m
Preview of AP CS A Complete Code Tracing Bundle — All 10 Packs | Java | Grades 9–12

AP CS A Complete Code Tracing Bundle — All 10 Packs | Java | Grades 9–12

The complete AP Computer Science A code tracing resource — all 10 worksheet packs covering every unit of the AP CS A curriculum in one bundle. Over 200 carefully written Java tracing problems, each with a full teacher answer key and explanations. Perfect for daily warm-ups, unit reviews, test prep, or sub plans across the entire school year. ⭐ WHAT'S INCLUDED — ALL 10 PACKS: Pack 1: Primitive Types & VariablesPack 2: Using Objects & String MethodsPack 3: Boolean Expressions & if StatementsPack 4
Preview of 2D Arrays - Unit 4 Lesson 11 | Goldie's AP® CSA Curriculum

2D Arrays - Unit 4 Lesson 11 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 11: 2D ArraysFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn how to create, access, and manipulate two-dimensional (2D) arrays. They will explore how 2D arrays are structured as arrays of arrays, practice accessing elements by row and column indices, and perform operations using those elements. What’s Included: Detailed lesson planStudent guided notesEditable PowerPoint presentationInstructional video
Preview of Implementing 2D Array Algorithms - Unit 4 L13 | Goldie's AP® CSA Curriculum

Implementing 2D Array Algorithms - Unit 4 L13 | Goldie's AP® CSA Curriculum

AP Computer Science AUnit 4: Data Collections Lesson 13: Implementing 2D Array AlgorithmsFull Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will implement and analyze several algorithms that operate on 2D arrays using nested loops. They will learn how to perform linear search, calculate sums across rows and columns, and identify minimum values in columns. What’s Included: Detailed lesson planStudent guided notesEditable PowerPoint presentationInstructional video of th
Preview of Complete C Programming Lesson on Loops, Arrays & Strings with Examples

Complete C Programming Lesson on Loops, Arrays & Strings with Examples

This Curriculum provides a complete, student-friendly walkthrough of loops, control flow, break/continue behavior, arrays, multidimensional arrays, strings, and essential string functions in C. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering basics, and CS1-level courses. Each lesson includes clear explanations, step-by-step examples, full C code, flowcharts, diagrams, array memory layouts, and practical applications, helping learners truly understand how loops
Preview of Intro to Java Unit 3 Bundle — Objects, Classes, Arrays, ArrayLists & Inheritance

Intro to Java Unit 3 Bundle — Objects, Classes, Arrays, ArrayLists & Inheritance

Created by
Mr. H Codes
Intro to Java Unit 3 Complete Bundle (With Final Project)Teach Object-Oriented Programming with confidence using this complete, classroom-ready Unit 3 bundle for Intro to Java / AP Computer Science A! This bundled resource includes 8 fully designed Java lessons (3.1–3.8) PLUS a high-engagement Monster Arena Battle Simulator Final Project that ties together all major concepts from the unit. This unit guides students from basic object understanding to full multi-class OOP programs using methods
Preview of Implementing Array List in Data Structures Complete Lesson [ C++ Included ]

Implementing Array List in Data Structures Complete Lesson [ C++ Included ]

This lesson teaches students how lists are actually implemented under the hood using arrays, showing how insertion, deletion, and access work at the memory level. Learners move beyond using built-in containers to building their own List data structure from scratch, understanding why operations cost time and how data shifting affects performance. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ️✏️What a List ADT is and why it’s used ✏️ How an Array List stores eleme
Preview of Arrays with Safer Internet Day

Arrays with Safer Internet Day

Created by
amira tarek
Arrays in programming with Safer Internet Day in a way students will not forget. While learning about arrays, students explored how data is stored in ordered lists — just like how social media platforms organize users, posts, likes, and comments inside structured systems. We used: 📍 Maps to represent how data flows between users 🎮 Different levels to simulate privacy settings (public, friends, private) 🧠 Array indexing to show how one small action (like sharing personal info) can affect
Preview of APCSA Unit 4A:  Introduction to Arrays | Digital Trivia, Review, Quizzes

APCSA Unit 4A: Introduction to Arrays | Digital Trivia, Review, Quizzes

Looking for review questions for APCSA? Need review questions or activities for the AP exam or for class discussion? This digital pack includes 40 multiple-choice questions having to do with Introduction to Arrays and File Writing Pack. What if there was a system that took a question list and turned it into a ton of classroom activities? What if it were no prep and could randomize every single time? This is the Husky App System. I'm a computer science teacher and I've created (from the ground up
Preview of AP CS A 2D Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A 2D Arrays — Code Tracing Worksheet | Java | Grades 9–12

Help your students master one of the trickiest topics on the AP CS A exam — 2D arrays. This worksheet covers everything from basic row and column access to matrix operations, diagonal traversal, and the transpose algorithm. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Declaration, Access & Nested LoopsSection B — Filling, Max, Row & Column SumsSection C — Diagonals & Traversal PatternsSection D — Matrix Operations & AP ChallengesFull answer key with explanations — te
Preview of Array vs Linked List CER | Programming | Case Study

Array vs Linked List CER | Programming | Case Study

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Array vs Linked List Case Study Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Programming, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible f
Preview of Boundary Value Analysis CER | Programming | Case Study

Boundary Value Analysis CER | Programming | Case Study

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Boundary Value Analysis Case Study Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Programming, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessibl
Preview of Array vs Linked List DBQ/CER | Computer Science Worksheet | Standard Aligned

Array vs Linked List DBQ/CER | Computer Science Worksheet | Standard Aligned

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Array vs Linked List Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Science, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible for high school l
Preview of Missing Value Handling DBQ/CER | Big Data Worksheet | NGSS Standard Aligned

Missing Value Handling DBQ/CER | Big Data Worksheet | NGSS Standard Aligned

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Missing Value Handling Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Science, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible for high school
Showing 1-24 of 170+ results