TPT
Total:
$0.00

For Loop Java

3,600+ results
Filters
Subject
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 Working Memory Assignment - AP Psychology - Unit 2: Cognition (2.3) - New CED

Working Memory Assignment - AP Psychology - Unit 2: Cognition (2.3) - New CED

AP Psychology Assignment for Unit 2: CognitionRunning the Mind: The Working Memory Simulation ProjectAP Psychology Unit 2: Cognition – Topic 2.3: Introduction to MemoryHelp students experience the complexity of working memory through this fully guided, zero-prep simulation! This engaging, real-world project immerses students in the working memory model, showing how the central executive, phonological loop, and visuospatial sketchpad interact to process and store information. Perfect for tea
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® Computer Science A: 8.2 Inheritance (Assessment: Library Item)

AP® Computer Science A: 8.2 Inheritance (Assessment: Library Item)

Overview. Based on the objectives for the Inheritance Slides (outlined below), this is a summative assessment provided herewith. Solution: A sample interactive solution is included as a JDoodle Link Note: Creating connections with previous content is key to implementing the concepts of Inheritance in Java, in particular how classes belonging to a specific hierarchy can be represented as a collection (Array) where the Array needs to be traversed, searching and editing these objects. Objective:
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 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 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 Feedback Mechanisms Hands On Lab

Feedback Mechanisms Hands On Lab

Created by
Biology Minds
In this hands on laboratory investigation, students explore feedback mechanisms by exercising and collecting data. The lab is designed for AP Biology high school courses or General Biology college courses. Students will also answer follow-up questions about negative feedback loops and positive feedback mechanisms.
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 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 Unit 4.4 - AP Biology - Feedback  - PowerPoint (New CED 2025)

Unit 4.4 - AP Biology - Feedback - PowerPoint (New CED 2025)

AP Biology Unit 4 Cell Communication and Cell Cycle Topic 4.4 Feedback 20-Slide PowerPoint with Warm Ups & Exit Tickets Teach regulatory control of biological systems with clarity and structure while staying fully aligned to the 2025 AP Biology CED. This 20-slide PowerPoint for Topic 4.4 Feedback helps students understand how positive and negative feedback mechanisms maintain homeostasis and regulate cellular processes. It connects signaling pathways to system stability and prepares students
Preview of AP CSA 1.1 - 1.4 Guided Notes

AP CSA 1.1 - 1.4 Guided Notes

Created by
Jonathan Riley
Help your students master the foundations of AP Computer Science A Units 1.1–1.4 with these guided notes! This resource includes: Student version with structured notes and key terms Teacher-filled PDF with all answers included Covers topics: Algorithms, Programming & Compilers; Variables & Data Types; Expressions & Output; Assignment Statements & Input Perfect for introducing Java basics, reinforcing lectures, or providing organized study materials. Designed to align with the 2025 AP CSA
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 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
Preview of AP or General Psychology Psychology Myths  Activity for first days of class

AP or General Psychology Psychology Myths Activity for first days of class

AP or General Psychology Psychology Myths Activity great for the first days of class to introduce the topics students will learn and get them moving and engaging with one another. Suitable for both AP Psychology or General Psychology Covers topics from the following units: Biological Bases of Behavior CognitionDevelopment and LearningSocial Psychology and PersonalityMental and Physical HealthIncludes Teacher lesson plan and direction sheet 25 printable psychology myths answer key TERMS OF USE -
Preview of EFT Tapping for Kids | Goal Setting, Stress & Anger Management | Coping Skills

EFT Tapping for Kids | Goal Setting, Stress & Anger Management | Coping Skills

Emotional Freedom Technique (EFT) Tapping for Students (kids and adults) is a simple calming strategy, coping skill, stress/anger management strategy or goal setting tool to reduce anxiety, fear, phobias, stress, anger, insecurity, etc., and to increase mindfulness, calm, confidence, positive visualization and goal setting. Students can tap to ease a negative emotion, handle a triggering situation or achieve a goal. With younger students, you can read aloud the text and guide them through all ac
Preview of Fossil Soup - Readers' Theater for the Whole Class

Fossil Soup - Readers' Theater for the Whole Class

Created by
WonbyOne
This is a Reader's Theater for the entire class. I suggest your spring play and, of course being teachers, merging the Language Arts goals of reading with our Science goal of learning about fossils. In the script, A family is traveling home for the winter and has been on the road a while. They are tired and want a good night’s sleep and some food to fill their empty bellies. The town they come to does NOT like strangers, especially poor ones. There is a small discussion/writing prompt at the e
Showing 1-24 of 3,600+ results