TPT
Total:
$0.00

Standard Algorithm Multiplation

9,900+ results
Filters
Subject
Standard
Preview of Shortest Path Dijkstra Algorithm DBQ/CER | Computer Science | Standard Aligned

Shortest Path Dijkstra Algorithm DBQ/CER | Computer Science | Standard Aligned

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | The Shortest Path Dijkstra Algorithm 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 f
Preview of Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Intro to Java: Lesson 4.1 — Searching & Sorting Algorithms

Created by
Mr. H Codes
Lesson 4.1 — Searching & Sorting Algorithms (Java) | CSA Worksheet + Teacher GuideLinear Search • Binary Search • Selection Sort • Insertion SortThis complete, classroom-ready worksheet packet is perfect for any Intro to Java or AP Computer Science A class. Students learn four core algorithms essential for understanding data structures and AP CSA exam readiness: linear search, binary search, selection sort, and insertion sort. This resource includes a detailed student worksheet AND a full tea
Preview of Introduction to Java: Lesson 3.6 — Array Algorithms

Introduction to Java: Lesson 3.6 — Array Algorithms

Created by
Mr. H Codes
Introduction to Java: Lesson 3.6 — Array Algorithms (Searching, Max/Min, Shifting, Counting) Teach array algorithms with confidence using this fully printable, classroom-ready worksheet packet designed for high school Computer Science and CSA Java students. This resource breaks down essential algorithmic skills—including searching, traversal, max/min, shifting, and counting—into clear, student-friendly steps. Perfect for AP CSA, Intro to Java, and CS1 courses. This packet includes a complete s
Preview of TOPIC 1.1 What Is African American Studies? AP AAS

TOPIC 1.1 What Is African American Studies? AP AAS

Created by
Ms. APAAS.APUSH
AP African American Studies Unit 1.1 Lesson Plan | What Is African American Studies? | Full 85-Minute AP-Aligned Lesson Built by a Veteran Educator Who Taught Before Google, Before AI, and Before Students Could Find Every Answer in 3 Seconds If you're a Generation X teacher, instructional coach, department chair, or AP educator who remembers carrying milk crates of resources, spending Sunday afternoons at Kinko's, and building lessons from actual books—not algorithms—this resource was designed w
Preview of Critical Thinking:Cartoon Analysis|Google Slides+PDF/NO PREP/Digital citizenship

Critical Thinking:Cartoon Analysis|Google Slides+PDF/NO PREP/Digital citizenship

Help your students think beyond the screen!This engaging critical thinking and media literacy activity pack challenges learners to analyze a powerful editorial cartoon about misinformation, echo chambers, and confirmation bias. Through guided questions, vocabulary building, and creative reflection, students explore how algorithms and social media shape what we believe — and how we can break free from “filter bubbles.” Perfect for ELA, Social Studies, or Digital Citizenship lessons. Encourages
Preview of Introduction to Java: Unit 2 Final Project — Logic Quest Adventure

Introduction to Java: Unit 2 Final Project — Logic Quest Adventure

Created by
Mr. H Codes
Unit 2 Final Project: Logic Quest Adventure (Java Programming)Empower your Computer Science students with this fully scaffolded, classroom-ready Unit 2 Final Project for Java programming! Designed specifically for High School Computer Science, CSA Java, and Intro to Java Programmingcourses, this engaging final assessment helps students apply everything they learned about Boolean logic, conditionals, loops, nested loops, strings, and algorithmic thinking in a fun, interactive game-building c
Preview of Intro to Java Lesson 3.7 — ArrayLists

Intro to Java Lesson 3.7 — ArrayLists

Created by
Mr. H Codes
Lesson 3.7 — ArrayLists (Java CSA Worksheet + Teacher Guide)Teach Java ArrayLists with confidence using this fully printable, classroom-ready worksheet packet designed for high school Computer Science (CSA Java, AP CSA, Intro to Java, or general programming). This resource introduces students to dynamic lists, common ArrayList methods, list algorithms, tracing, and hands-on coding practice using clear explanations and beginner-friendly examples. Perfect for 9th–12th grade, this packet includes
Preview of Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Created by
Mr. H Codes
Introduction to Java: Lesson 2.8 — Algorithmic Thinking (Step-by-Step Algorithms, Pseudocode, Tracing, Coding Activity)Help your high school Computer Science students build the most essential skill in programming— algorithmic thinking—with this complete, ready-to-print worksheet packet designed specifically for CSA Java classrooms (Grades 9–12). This resource is perfect for AP CSA, Intro to Java, Computer Science Principles, or any programming course that needs strong foundations in logical
Preview of Sentiment Analysis Worksheet

Sentiment Analysis Worksheet

Created by
Johnny Macs
Before your students download a Python script or use an online sentiment tool, they need to understand the logic 'under the hood' to effectively defend their method. This worksheet acts as a manual validity check. It forces students to manually code a high-complexity text (JFK’s inaugural) to see exactly where automated algorithms fail—specifically with sarcasm, negation, and historical context. This is a powerful scaffolding activity that directly helps students write their Limitations and D
Preview of Machine Learning Activity for Computer Science (Unplugged)

Machine Learning Activity for Computer Science (Unplugged)

Created by
Jared Torres
This lesson begins with a fun, interactive, whole-class, charades-like activity that will hook students and introduce them to the concept of machine learning. Then, we'll watch a video which shows how machine learning algorithms can be used for real software applications with a fun bowling simulation game. Included is a lesson plan which describes the activity and workflow, as well as a link to the video and a set of questions for students to answer and then discuss as a class. The students do
Preview of binary code worksheets, python programming computer coding worksheets

binary code worksheets, python programming computer coding worksheets

computer coding worksheets Binary Code WorksheetsThis educational resource is designed to assist students in mastering binary conversion. It serves as a great starting point for their introduction to computer science, providing clear examples to help them learn the process of converting decimal numbers to binary. python programming computer coding worksheets : loop explanation algorithm Python coding worksheets on loops & algorithms! Perfect for beginners—includes explanations, exercises & answe
Preview of AP® Computer Science A: 9 Recursion (Slides)

AP® Computer Science A: 9 Recursion (Slides)

Overview. These slides are teachable, include multiple short programming activities and are completely editable to your liking. Complete with animations, explanations, code and algorithms covering Recursion, Searching and Sorting algorithms. Objectives: Effectively construct recursive algorithms and describe their advantages in comparison to iterative (for/while loops) ones. Construct basic recursive algorithms (recursive call and base case)Convert iterative algorithms into recursive ones o Fact
Preview of AP® Computer Science A: 8.1 Inheritance (Slides)

AP® Computer Science A: 8.1 Inheritance (Slides)

Release Notes:Slides are completely re-designedMore concise explanations for key concepts and justification for inheritanceCode snippets now included using J-Doodle links.____________Overview. These slides are teachable, include a short activity at the end and are completely editable to your liking. Complete with animations, explanations, code and algorithms covering inheritance, polymorphism, abstract classes and interfaces. Describe the concept of inheritance and how it can be used to increase
Preview of AP® Computer Science A: 1 Primitive Types and IO (Slides)

AP® Computer Science A: 1 Primitive Types and IO (Slides)

Version 5 (Feb 2025) - Release Notes: Updated notes on identifier naming conventions Additional examples of operators Version 4 (Oct 2023) - Release Notes: These slides have updated graphics, condensed and more precise explanations. New Now includes using System.out.print and Scanner class so students can learn to output as well as receive user input (Scanner is not a part of the AP Subset, so clear explanations of what to expect on the AP Exams are also provided). New content on increment /
Preview of STL Programming Complete Lesson | Object Oriented Programming ( C++ )

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

This lesson introduces students to the C++ Standard Template Library (STL). 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 STL Is & Why It’s Important ✔ STL Components: Containers, Algorithms, Iterators, Functors ✔ Sequence Containers (vector, list, deque, array, forward_list) ✔ Container Adapters ✔ Associative Containers
Preview of Heuristics vs Algorithms DBQ I Psychology I Document Based Questions

Heuristics vs Algorithms DBQ I Psychology I Document Based Questions

📘 Full Length DBQ Style Worksheet - Document Based Questions National Standard Aligned | Heuristics vs Algorithms Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Psychology, with this Full Length DBQ 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 learners.
Preview of Introduction to Flow Charting in programming and Computer Science.

Introduction to Flow Charting in programming and Computer Science.

This complete lesson introduces the fundamentals of Flow Charting in Programming and Computer Science. Students will learn how to visually represent algorithms, decisions, and processes using standard flowchart symbols. The lesson emphasizes logical thinking and step-by-step problem-solving. It's ideal for beginners learning to plan, design, and communicate their code. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint
Preview of TED Talk: How to manage your time more effectively (according to machines)- Bria

TED Talk: How to manage your time more effectively (according to machines)- Bria

This TED-Ed companion resource explores how concepts from computer science help explain human procrastination, productivity, and attention. Students examine scheduling algorithms, quadratic-time problems, context switching, and interrupt coalescing, and apply these ideas to real-world challenges like email overload and constant notifications. The resource includes 20 discussion questions, a structured debate with clearly labeled positions, and two essay-writing options: a fully expanded, evi
Preview of Complete Computer Science & Python Programming Lessons [ULTIMATE CODING BUNDLE].

Complete Computer Science & Python Programming Lessons [ULTIMATE CODING BUNDLE].

This Bundle offers an all-in-one curriculum that combines core Computer Science concepts with practical Python programming skills. It covers everything from algorithms, flowcharts, memory management, and file systems to hands-on coding in Python. Designed for beginners and intermediate learners, this bundle is packed with engaging, classroom-ready content for a full academic term or self-paced study. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum ✤ PDF Lessons ✤ Pow
Preview of Introduction to Processor Scheduling in Computer Science [Complete Lessons]

Introduction to Processor Scheduling in Computer Science [Complete Lessons]

This lesson introduces students to the key concepts of Processor Scheduling in Computer Science, Coding, Programming and Software Engineering. It explores how operating systems manage CPU time among processes using algorithms like FCFS, SJF, Round Robin, and Priority Scheduling. Designed with clarity and simplicity, this lesson builds understanding of how multitasking and performance optimization work in real systems. It’s ideal for both theoretical and applied learning. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of Fahrenheit 451 AP Lesson: Social Media & Technology Analysis | Synthesis Writing

Fahrenheit 451 AP Lesson: Social Media & Technology Analysis | Synthesis Writing

⚡ Challenge students to think critically about technology, control, and independent thought! This engaging AP-level ELA lesson combines Fahrenheit 451 with modern digital life, asking students to analyze how social media, algorithms, and technology influence thinking. Students will read a high-interest nonfiction passage, compare it to the novel, and complete rigorous analytical and synthesis writing tasks aligned to AP expectations. 🎯 Skills & Standards Students will practice: Citing
Preview of Introduction to Data Compression in Computer Science & Programming [Full Lesson]

Introduction to Data Compression in Computer Science & Programming [Full Lesson]

This lesson introduces students to the fundamentals of Data Compression in Computer Science, Coding and Programming. Learners will explore how data can be reduced in size to improve storage efficiency and transmission speed. Key concepts include lossy and lossless compression, algorithms, and real-world applications. The lesson is beginner-friendly and supports both theory and practice. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presenta
Preview of Complete Curriculum in Data Structures for Computer Science & Programming.

Complete Curriculum in Data Structures for Computer Science & Programming.

This curriculum offers a clear and engaging introduction to Data Structures in Computer Science Programming and Coding, designed for both beginners and intermediate learners. It covers key concepts such as arrays, linked lists, stacks, queues, trees, graphs, hash tables, searching and sorting algorithms, and memory management. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint Compatible Mode ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of Introduction to Pseudocode in Computer Science & Programming [Full lessons]

Introduction to Pseudocode in Computer Science & Programming [Full lessons]

This complete lesson introduces students to Pseudocode, a key skill in Computer Science, Coding, Software Engineering and Programming. Learners will explore how to plan, write, and interpret logical steps in plain language before converting them into real code. This beginner-friendly approach strengthens problem-solving, algorithm design, and coding confidence. Ideal for building a solid programming foundation. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Less
Showing 1-24 of 9,900+ results