TPT
Total:
$0.00
Preview of When to Use the Binary Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Binary data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where working with binary data is essential, focusing on key concepts like binary literals, bitwise operations, and their use in low-level programming, hardware communication, and data encoding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to t
Preview of TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

Explore how computers use the language of binary to store, transmit, and process everything from simple numbers to high-definition videos. This in-depth TED-Ed companion resource includes 20 discussion questions, an expanded writing prompt, and a structured debate topic to engage students in thinking critically about binary code and its role in modern computing. Perfect for high school and introductory college-level computer science, technology, or digital literacy courses, this resource support
Preview of Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

This lesson provides a complete foundation in Searching Algorithms, covering Linear Search, Binary Search, Jump Search, and Interpolation Search, including step-by-step execution, Python implementations, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Searching Algorithms Slide Deck💡 Visual step-by-step search diagrams💡 Python code implementations💡 Exam-style search problems💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ─────
Preview of AP CS A Recursion — Code Tracing Worksheet | Java | Grades 9–12

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

Give your AP Computer Science A students the recursive thinking practice they need to succeed on the exam. Recursion is guaranteed to appear on the AP CS A exam every year — this worksheet builds the tracing skills to handle any recursive problem confidently. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Base Cases & Simple RecursionSection B — Power, GCD & String RecursionSection C — Digit Operations & ReversalsSection D — Classic Algorithms & AP ChallengesFull answe
Preview of AP CSP Unit 10 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 10 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 10 Vocabulary Crossword for Code.org AP Computer Science Principles---Increase your students' vocabulary recall and retention with this Unit 1 vocab crossword puzzle! Use as a quick practice activity, as extra credit, or as simple homework! This corresponds to Unit 10 of the Code.org AP CSP curriculum. Easy as print and hand out to students! What's Included:PDF of blank crossword for studentsPDF of Answer Key for teacherVocabulary Words Included:ProblemAlgorithmSequencingSelectionIte
Preview of When to Use the memoryview Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the memoryview data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where memoryview is the best choice and highlights its unique advantages such as efficient handling of large binary data, zero-copy data access, and working with buffers without duplication. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
Preview of When to Use the Bytes Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Bytes data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where Bytes are the best choice, emphasizing key features like efficient storage of binary data, immutability, and use in file handling, network communication, and low-level data processing. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
Preview of When to Use the bytearray Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the bytearray data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where bytearray is the ideal choice, highlighting key features like mutable binary data, efficient memory usage, and practical applications in file manipulation, data streaming, and low-level I/O operations. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of AP CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles---Increase your students' vocabulary recall and retention with this Unit 1 vocab crossword puzzle! Use as a quick practice activity, as extra credit, or as simple homework! This corresponds to Unit 1 of the Code.org AP CSP curriculum. Easy as print and hand out to students! What's Included:PDF of blank crossword for studentsPDF of Answer Key for teacherVocabulary Words Included:BinaryBitByteDecimalOverflow (error)Rou
Preview of Program Design and Python Programming Lessons | Computer Science  [BUNDLE]

Program Design and Python Programming Lessons | Computer Science [BUNDLE]

This is a complete Computer Science and Software Engineering coding modules that explains everything about creating and managing programs using the Python programming language. It begins by thoroughly explaining Python programming and coding, followed by an in-depth discussion of Computer Science and Software Engineering Concepts. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint Compatible Mode ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of Complete Program Design using Pseudocode and Python Programming [ Google Slides]

Complete Program Design using Pseudocode and Python Programming [ Google Slides]

This is a complete Computer Science and Software Engineering coding modules that explains everything about creating and managing programs using the Python programming language. It begins by thoroughly explaining Python programming and coding, followed by an in-depth discussion of Computer Science and Software Engineering Concepts. This is a GOOGLE DRIVE BUNDLE with over 1000 Slides.▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ Google Slide Lessons ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of BTSN Binary Message Worksheet

BTSN Binary Message Worksheet

Created by
Run The Code
Make Back-to-School Night interactive and memorable! In this activity, families use a binary alphabet chart to write secret notes for students to decode the next day. Includes a ready-to-use PowerPoint and printable handout. Perfect for computer science or STEM classrooms, grades 7–12.This is a short and fun activity for get parents involved during Back to School night for your Computer Science Class. The worksheet allows the parents to use binary code to create a custom message to their child!W
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 Choosing Bytes in Python Programming | Complete Coding Lesson

Choosing Bytes in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Bytes 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 Bytes as their preferred data type for representing immutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and
Preview of Choosing bytearray in Python Programming | Complete Coding Lesson

Choosing bytearray in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using bytearray 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 bytearray as their preferred data type for working with mutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Preview of White Fragility: Video Notes, Socratic Seminar, Media Literacy 9–12  AP‑Ready

White Fragility: Video Notes, Socratic Seminar, Media Literacy 9–12 AP‑Ready

Conversations about race in America don't fail because people don't care. They often fail because no one has given students the tools to do them well.This companion guide to Robin DiAngelo's White Fragility gives high school and college-prep students a structured, intellectually honest framework for one of the most contested conversations in contemporary education — one that takes the book seriously and critiques it seriously in equal measure. The resource follows a deliberate sequence. Student
Showing 1-16 of 16+ results