TPT
Total:
$0.00

Coding Without Computers

97+ results
Filters
Standard
Language
Preview of Computer Science Foundations with Python Programming  Step-by-Step Curriculum

Computer Science Foundations with Python Programming Step-by-Step Curriculum

This lesson gives students a clear, structured foundation in Python programming and Coding, moving from core computing concepts to real Python code, control flow, operators and data structures ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Full Python Programming Foundations slide deck 💡Visual diagrams and step-by-step slides and PDF 💡 Python code examples throughout 💡 Classroom-ready structure 💡 Suitable for in-person, online, or hybrid teaching ────────── ⋆⋅☆⋅⋆ ────────── What Students Wi
Preview of Code.org CSP Unit 8 - Cybersecurity - Individual Extension Project

Code.org CSP Unit 8 - Cybersecurity - Individual Extension Project

Unit 8 Individual Project: Cybersecurity & Global ImpactsLooking for a meaningful, real-world culminating project for Unit 8 (Cybersecurity & Global Impacts)? This engaging individual project challenges students to analyze a real cybersecurity issue and explore its global, ethical, and societal implications. Unlike the group project included in the curriculum, this assignment requires students to independently research, evaluate, and communicate their findings — making it perfect for assessment
Preview of DHCP | CCNA 200-301 Prep and Networking Lessons

DHCP | CCNA 200-301 Prep and Networking Lessons

This lesson is on Dynamic Host Configuration Protocol (DHCP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how DHCP automates IP address assignment and network configuration, allowing devices to connect efficiently without manual setup. Things we’ll coverThe purpose of DHCPBasic functions of DHCPConfiguring DHCP in Cisco IOS◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (.pkt)✯ PPTX (editable
Preview of Analysis of Algorithm Complete Lesson | Operations, Diagrams & Examples Included

Analysis of Algorithm Complete Lesson | Operations, Diagrams & Examples Included

This lesson teaches students how to think about algorithm efficiency, not just how to code. Learners understand why some solutions scale and others fail, and how to compare algorithms independent of hardware, language, or input data. It moves from intuition to rigor—bridging real program timing with mathematical analysis—so students can predict performance before implementation. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What an algorithm is vs a program vs
Preview of Complete Python Programming Curriculum for Classrooms | Everything for Teachers

Complete Python Programming Curriculum for Classrooms | Everything for Teachers

This Complete Python Programming Step-by-Step Curriculum is a full, structured pathway that takes students from computer science basics to writing real, object-oriented Python programs. Built for teachers who want clarity, progression, and zero gaps, this bundle removes overwhelm and delivers everything needed to teach Python with confidence────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete Python Curriculum Slide Decks (PPT + PDF) 💡 Computer Science foundations + Python fundamentals
Preview of Android App UI Design Made Easy  | With Complete XML Layouts & Kotlin Projects

Android App UI Design Made Easy | With Complete XML Layouts & Kotlin Projects

This lesson teaches students how to design User Interfaces (UI) in Android applications using XML layouts and Kotlin code. Learners explore essential Android layouts, UI components, best practices, and complete hands-on examples including LinearLayout UIs, RelativeLayout and ConstraintLayout designs, TableLayout form creation, a fully functional BMI Calculator app, and a Simple Calculator app built using GridLayout and Kotlin event handling. ────────── ⋆⋅☆⋅⋆ ────────── 📦 What’s Included St
Preview of Database Management System Complete Step-by-Step Curriculum [ DBMS MEGA BUNDLE ]

Database Management System Complete Step-by-Step Curriculum [ DBMS MEGA BUNDLE ]

This Database Management System (DBMS) complete lesson bundle covers databases, SQL, ER diagrams, normalization, joins, transactions, and NoSQL in one structured, classroom-ready resource. Designed for Computer Science teachers who need clear explanations, visuals, and exam-aligned content without wasting prep time. ────────── ⋆⋅☆⋅⋆ ────────── WHAT THIS CURRICULUM COVERS 🧠 Foundations Introduction to Databases & DBMS (why databases exist, real-world use) Database System Architecture (comp
Preview of AVL Tree Complete Lesson | Operations, Diagrams & Examples included

AVL Tree Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how self-balancing trees work by breaking down AVL Trees from concept to full C++ implementation. Perfect For Data Structures & Algorithms, C++ Programming, Computer Science & ICT Lessons. Learners see why ordinary BSTs degrade into linked lists, how height imbalance is detected, and how rotations restore balance automatically—ensuring fast search, insertion, and deletion at all times. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️
Preview of Object Oriented Programming (OOP) and Exception Handling in python Programming

Object Oriented Programming (OOP) and Exception Handling in python Programming

This lesson delivers a complete, structured introduction to Object-Oriented Programming in Python, combined with error handling, exceptions, multithreading, generators, and core standard libraries. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Full OOP and Exception Handling slide deck 💡 Step-by-step Python code examples 💡 Real-world class, inheritance, and polymorphism scenarios 💡 Practical error handling and debugging examples 💡 Advanced topics presented in a structured, teachable flow
Preview of LaunchLab5 Full Year ESE & Early Finisher Curriculum Resource For Grades 6-12

LaunchLab5 Full Year ESE & Early Finisher Curriculum Resource For Grades 6-12

Created by
Rocket Studio
LaunchLab 5 is a full year ESE/Gifted and Early Finisher resource designed to give motivated students an accelerated path to self-sufficiency and in-demand careers in technology integrated industries that rely heavily on generative AI, digital arts, coding, robotics, automation and additive manufacturing. Students learn industry specific skills using commercial applications and tools, most of which are entirely free for education. What's included: 12 career pathways to explore and choose from in
Preview of Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how real-world data compression works by walking through Huffman’s Algorithm from concept to full C++ implementation. Learners see how character frequencies drive compression, how a binary tree is constructed using a priority queue, and how variable-length binary codes are generated—exactly the techniques used in text compression and image formats like JPEG. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What Huffman Coding is and w
Preview of Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

This lesson provides a clear, structured continuation of Python fundamentals, focusing on loops, functions, modules, and packages through step-by-step explanations and real Python examples. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete slide deck on loops, functions, modules, and packages 💡 Multiple worked Python examples and practice-style code 💡 Real-world programs (prime check, Fibonacci, guessing game, tables) 💡 Clear progression from basics to reusable, modular code 💡 Ready
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 Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

This lesson provides a complete foundation in Pattern Searching Algorithms, covering naive pattern searching techniques and regular expressions for text matching, with step-by-step pattern comparisons and Python implementations. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Pattern Searching Algorithms Slide Deck💡 Visual step-by-step pattern matching diagrams💡 Python code implementations💡 Worked pattern matching examples💡 Ready for in-person, online, or hybrid classrooms────
Preview of App Lab - mobile app creation

App Lab - mobile app creation

Lessons as Powerpoint slides for students to work through independently or with teacher-guidance to create a basic mobile app. Students make use of buttons and text boxes. The completed mobile app can be tested ‘on-screen’ (built-in simulator) or using an actual mobile phone by scanning a QR code (app appears on mobile phone).
Preview of Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

This lesson provides a complete foundation in advanced Sorting Algorithms, covering Counting Sort, Radix Sort, and Merge Sort, including step-by-step execution, divide-and-conquer strategy, non-comparison sorting, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Sorting Algorithms II Slide Deck (PPT + PDF) 💡 Step-by-step visual sorting diagrams💡 Python code implementations💡 Worked sorting examples and traces💡 Ready for in-person, online, or hybrid
Preview of Computer Science Lesson on Operating System Basics, Types & System Structure

Computer Science Lesson on Operating System Basics, Types & System Structure

This Curriculum introduces students to the foundations of how computer systems work and how operating systems function. Perfect for ICT, Computer Science, Software Engineering, Networking programs, Diploma/TVET learners, university CS1/CS2 courses, and OS theory classes. This lesson provides clear explanations, diagrams, system architecture visuals, OS history, memory layouts, system types, and real-world examples to help students build a solid conceptual understanding of Operating Systems bef
Preview of EtherChannel | CCNA 200-301 Prep and Networking Lessons

EtherChannel | CCNA 200-301 Prep and Networking Lessons

This lesson is on EtherChannel. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how EtherChannel combines multiple physical links into one logical connection, increasing bandwidth, redundancy, and reliability between network devices while simplifying management and configuration. Things we’ll coverWhat is EtherChannel? What problems does it solve?Configuring Layer 2/Layer 3 EtherChannels◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provide
Preview of Syslog | CCNA 200-301 Prep and Networking Lessons

Syslog | CCNA 200-301 Prep and Networking Lessons

This lesson is on Syslog. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how Syslog is used to collect, store, and manage log messages from network devices, helping administrators monitor network activity, troubleshoot issues, and maintain security visibility. Things we’ll coverSyslog overviewSyslog message formatSyslog facilities and severity levelsSyslog configuration◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tr
Preview of Evaluating Postfix Expression | Operations, Diagrams & Examples included

Evaluating Postfix Expression | Operations, Diagrams & Examples included

This lesson shows students how expressions are actually evaluated by computers by breaking down prefix, infix, and postfix notation and implementing a complete postfix expression evaluator using stacks in C++. Instead of memorizing rules, learners see how operator precedence disappears in postfix form and how stacks power real expression evaluation step by step. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix expressio
Preview of Subnetting Part 1 | CCNA 200-301 Prep and Networking Lessons

Subnetting Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Subnetting – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it covers the fundamentals of CIDR (Classless Inter-Domain Routing) and the process of subnetting. Learners will understand how to divide IP networks into smaller, more efficient subnets, conserve address space, and design scalable network architectures using modern IP addressing techniques. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverCIDR (Classless In
Preview of IPv6 Part 3 | CCNA 200-301 Prep and Networking Lessons

IPv6 Part 3 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 3. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explores advanced IPv6 concepts including an IPv6 header overview, the Neighbor Discovery Protocol (NDP), Stateless Address Autoconfiguration (SLAAC), and IPv6 static routing — equipping learners with the knowledge to configure, manage, and troubleshoot IPv6 networks effectively. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverA correctionIPv6 headerNeighbor
Preview of IPv6 Part 2 | CCNA 200-301 Prep and Networking Lessons

IPv6 Part 2 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 2. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it continues from Part 1 with a deeper look into IPv6 address configuration, including Modified EUI-64 address generation, and explains the different IPv6 address types such as Global Unicast, Unique Local, Link-Local, Multicast, and other specialized addresses used in modern IPv6 networks. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverIPv6 address configurati
Preview of Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

Introduction to IPv6 Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on IPv6 – Part 1. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it covers the fundamentals of Internet Protocol version 6 (IPv6) including a review of hexadecimal, the need for IPv6, the basics of IPv6 addressing and structure, and how to configure IPv6 addresses on network devices for modern connectivity and scalability. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverHexadecimal (review)Why IPv6?Basics of IPv6Configuring
Showing 1-24 of 97+ results