TPT
Total:
$0.00

For Loop Java

1,700+ results
Filters
Standard
Preview of Word Scramble 48 JAVA Computer Programming Language Key Reserved Words

Word Scramble 48 JAVA Computer Programming Language Key Reserved Words

This is a 48 word scramble of the JAVA computer programming language key words. And yes this covers all of the reserved word list. Students enjoy the puzzle and they are reminded to learn to write and example of code using each keyword. Very useful for students who's first language is not English.
Preview of Simple Stats Calculator Programming Exercise

Simple Stats Calculator Programming Exercise

Created by
Jonathan Riley
This Java mini-project (Can be utilized for other languages) gives students the opportunity to apply multiple AP Computer Science A Unit 1.5–1.9 concepts in a single, cohesive program. Students will design and code a Simple Stats Calculator that performs calculations, uses Java’s Math and Random APIs, applies casting and rounding, and demonstrates method creation with proper documentation. This activity bridges conceptual learning and hands-on programming — making it ideal as a unit capstone
Preview of AP CSA 1.5 - 1.9 Guided Lab

AP CSA 1.5 - 1.9 Guided Lab

Created by
Jonathan Riley
This guided Java lab helps AP Computer Science A students apply the key programming concepts from Units 1.5–1.9 in a hands-on, structured way. Students write, modify, and document Java code while exploring casting, compound assignment, the Math API, comments, and method overloading — all in a single, step-by-step activity. Each section includes code examples, explanations, and follow-up questions to reinforce comprehension and prepare students for AP-style assessments.
Preview of AP CSA Student info Manager Activity

AP CSA Student info Manager Activity

Created by
Jonathan Riley
In this Java programming project, students design and code a Student Information Manager that stores and manipulates data using objects, constructors, class methods, and String processing. This engaging, multi-class program reinforces the key topics from AP Computer Science A Units 1.12–1.15, including object creation, method calls, constructors, null checking, and the use of both class and instance methods. Perfect for a capstone project, summative assessment, or end-of-unit review afte
Preview of AP CSA 1.10-1.15 Guided Lab

AP CSA 1.10-1.15 Guided Lab

Created by
Jonathan Riley
This hands-on Java lab series helps students apply and reinforce the key concepts from AP Computer Science A Units 1.10–1.15. Each step provides clear examples, guided coding tasks, and expected outputs so students can actively practice writing, testing, and debugging Java programs while learning about methods, object creation, and string manipulation. Perfect for classroom labs, review activities, or independent learning. 🧠 Students Will Learn To: Define and call class (static) methods
Preview of AP CSA Unit 1 Debug Worksheet

AP CSA Unit 1 Debug Worksheet

Created by
Jonathan Riley
Help your students strengthen their Java problem-solving and debugging skills with this ready-to-use worksheet for AP Computer Science A Unit 1. Students analyze short Java programs containing common beginner errors and correct them to produce the expected output. This resource reinforces key Unit 1 concepts including: Syntax and punctuation errors (missing semicolons, brackets, etc.) Variable initialization and naming conventions Data type mismatches Case sensitivity in Java
Preview of AP CSA 1.5-1.9 Guided Notes

AP CSA 1.5-1.9 Guided Notes

Created by
Jonathan Riley
These guided notes help students master key Java programming concepts from AP Computer Science A Units 1.5–1.9, following the 2025 AP CSA Course and Exam Description. Each section includes fill-in-the-blank notes, coding examples, and short practice exercises that reinforce understanding through active engagement. A teacher version with all answers filled in is included for easy grading, direct instruction, or projection during lessons. 🧠 Topics Covered: 1.5 Casting and Range of Variables
Preview of STP (Spanning Tree Protocol) - Part 1 | CCNA 200-301 Prep and Networking Lessons

STP (Spanning Tree Protocol) - Part 1 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Spanning Tree Protocol (STP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how STP prevents switching loops in a network by creating a loop-free logical topology, ensuring reliable communication and network stability in Layer 2 environments. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverRedundancy in networksSTP (Spanning Tree Protocol)◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation F
Preview of Rapid STP | CCNA 200-301 Prep and Networking Lessons

Rapid STP | CCNA 200-301 Prep and Networking Lessons

This lesson is on Rapid Spanning Tree Protocol (RSTP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it explains how RSTP prevents network loops and improves convergence speed by rapidly recalculating the network topology when changes occur, ensuring a stable and efficient Layer 2 network. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things we’ll coverComparison of STP versions (standard vs Cisco)Rapid PVST+◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco P
Preview of STP (Spanning Tree Protocol) Part 2 | CCNA 200-301 Prep and Networking Lessons

STP (Spanning Tree Protocol) Part 2 | CCNA 200-301 Prep and Networking Lessons

This lesson is on Spanning Tree Protocol (STP) – Part 2. Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CCNP, or CompTIA Network+), it covers advanced STP concepts including STP states and timers, Bridge Protocol Data Units (BPDUs), optional STP features, and STP configuration. Learners will understand how STP maintains a loop-free network, optimizes convergence, and can be fine-tuned for greater network efficiency and stability. ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Things
Preview of Programming Arithmetic Exercise

Programming Arithmetic Exercise

Created by
Jonathan Riley
Help your students master the fundamentals of expressions and operators in Java with this easy-to-follow guided exercise! Students first evaluate arithmetic expressions manually, then verify their answers by writing and running a Java program. This activity reinforces the connection between mathematical logic and computer programming, making it perfect for early lessons in AP Computer Science A Unit 1. 🧠 Students Will Learn To: Evaluate arithmetic expressions using order of operations T
Preview of Introduction to Coding in Python - 38 LESSONS | Computer Science & Programming

Introduction to Coding in Python - 38 LESSONS | Computer Science & Programming

✤ This Lesson provides a beginner-friendly introduction to coding in Python, tailored for Computer Science and Programming education. Through 38 structured lessons, learners explore key programming concepts such as variables, loops, conditionals, functions, data structures, and file handling. Each lesson is practical, engaging, and designed to build both foundational knowledge and real-world coding skills. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤
Preview of Unit 1.6 Error Analysis

Unit 1.6 Error Analysis

Created by
Jonathan Riley
Help students strengthen their debugging and syntax correction skills with this Error Analysis activity designed for AP Computer Science A (Unit 1.6). Students review two short Java programs containing intentional syntax errors. Their task is to identify, correct, and explain each error, reinforcing their understanding of Java syntax, variable initialization, Scanner input, and output statements. After debugging, students compile and run their corrected programs to verify results — an excelle
Preview of AP CSA String Manipulation Activity

AP CSA String Manipulation Activity

Created by
Jonathan Riley
This Think–Pair–Share worksheet engages students in collaborative learning while reinforcing string manipulation methods in Java. Students complete missing method calls in short code examples, then discuss and compare their reasoning with a partner before sharing as a class. Perfect for AP Computer Science A Unit 1.15: String Manipulation, this activity supports mastery of essential String methods while promoting peer discussion and active participation. 🧠 Students Will Learn To: Use key
Preview of AP CSA Markup Assignment 1.13

AP CSA Markup Assignment 1.13

Created by
Jonathan Riley
This interactive mark-up activity helps students visualize how object creation and variable declaration work in Java. Students will analyze example statements, identify the components of object instantiation, and then write and annotate their own examples. Perfect for introducing or reinforcing the concepts from AP Computer Science A Unit 1.13: Object Creation and Storage, this activity provides both hands-on engagement and a completed answer key for easy review. 🧠 Students Will Learn T
Preview of TED Talk: What’s an Algorithm?- David J. Malan

TED Talk: What’s an Algorithm?- David J. Malan

This TED-Ed companion resource explores the foundational concept of algorithms and how they function in both computers and human thinking. Students will learn about loops, variables, pseudocode, efficiency, and how to test and debug simple algorithms. Ideal for high school and introductory computer science courses, this resource includes 20 discussion questions, an expanded writing prompt, and a debate topic on algorithmic decision-making in modern society. A fun and accessible entry point into
Preview of Indentation in Python Programming | How to Indent Coding Lessons

Indentation in Python Programming | How to Indent Coding Lessons

Created by
CodeHive DIY
This lesson emphasizes the importance of indentation in Python, where proper formatting is not just stylistic but required by the language. Learners will explore how indentation defines code blocks in structures like loops, functions, and conditionals. Through clear examples, they will develop the skills to apply correct indentation techniques, helping them avoid syntax errors and write clean, readable, and well-structured code. It provides all the guidance needed to make the learning proces
Preview of AP CSA 1.10-1.15 Guided Notes

AP CSA 1.10-1.15 Guided Notes

Created by
Jonathan Riley
These guided notes help students master the second half of AP Computer Science A Unit 1, covering concepts from class and instance methods to string manipulation. Each topic includes structured fill-in-the-blank notes, Java code examples, and practice questions designed to deepen understanding and prepare students for AP-style exam questions. A teacher-filled version with all answers is included for easy grading, modeling, or projection during lessons. 🧠 Topics Covered: 1.10 Calling Clas
Preview of AP CSA Methods Practice

AP CSA Methods Practice

Created by
Jonathan Riley
This AP Computer Science A practice worksheet helps students strengthen their understanding of method headers, method calls, return types, and the Math class. Through matching, short-answer, and coding questions, students get guided practice applying method syntax and identifying how parameters, arguments, and outputs connect in Java. Perfect for reviewing Units 1.9–1.10 (Method Signatures and Calling Methods) in the AP CSA course or reinforcing foundational coding skills before moving into o
Preview of When to Use the Integer Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Integer data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where Integers are the best choice and highlights their key features such as representing whole numbers, performing arithmetic operations, and controlling loops and conditions in code. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and qu
Preview of AP CSA 1.1-1.4 Guided Lab

AP CSA 1.1-1.4 Guided Lab

Created by
Jonathan Riley
Engage your AP Computer Science A students with this hands-on lab designed to reinforce the concepts from Units 1.1–1.4 in the AP CSA Course and Exam Description. Students will practice declaring variables, using data types, writing arithmetic and string expressions, and taking user input with the Scanner class — all in a clear, guided format. This lab can be used as an in-class coding activity, homework assignment, or review for introductory Java topics. ✨ What’s Included Student Lab Instru
Preview of IB physics. Unit tests for every syllabus unit (SL & HL).

IB physics. Unit tests for every syllabus unit (SL & HL).

First exams 2025 syllabus. 33 unit tests. One for every section of the IB physics syllabus. Each includes a very detailed answer scheme. Pdf, odp & ppt formats so they may be edited in either LibreOffice or Powerpoint. Figures are in colour but have been designed so that they will also be clear in black & white. Both standard level (SL) and higher levels (HL) are covered. For those sections that include both SL & HL content there are 2 tests. One including exclusively SL content and one that inc
Preview of "Fences" by August Wilson Drama unit for AP Lit. & Comp., Two week unit

"Fences" by August Wilson Drama unit for AP Lit. & Comp., Two week unit

Created by
Lit is the Life
This is a ten day unit focusing on August Wilson's 1985 play "Fences", set in 1950's Pittsburgh. This resource incorporates AVID WICOR strategies and aligns with the AP Literature & Composition CEDs. It includes the following: A lesson plan and pacing guide A Power Point file for the teacher with over 50 slides A link to the play An anticipatory activity & survey (Google form), Digital notebook for students corresponding w/ teacher slides (Google Slides) Bell work, discussion & exit tic
Preview of Digital Theatre Script Analysis Worksheet for Any Play/Musical + Printable

Digital Theatre Script Analysis Worksheet for Any Play/Musical + Printable

These Digital Theatre Script Analysis worksheets guide students through script analysis for any play or musical! Great for rehearsal, class read-throughs, or last-minute sub plans, print & go or save paper by letting students type their answers! Script analysis is an essential part of the rehearsal process or reading plays in class. Ideal for middle & high school drama and English classes, differentiate with 2 levels of difficulty. Questions explore everything from setting and character
Showing 1-24 of 1,700+ results