TPT
Total:
$0.00

For Loop Java

3,100+ results
Filters
Subject
Standard
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 Welcome to Kindergarten! (K Registration/Open House)

Welcome to Kindergarten! (K Registration/Open House)

Created by
Carol's Corner
Planning your Spring Kindergarten Registration event? Looking for a presentation to show at your Kindergarten Open House? Every Kindergarten student wonders what this thing called school is all about. What will I learn? Will I make friends? Will I know what to do? This PPT describes many of the skills your students will be learning in Kindergarten, and it can be used for dual purposes. It's perfect to run on a loop in classrooms during Open House/Registration tours. It is also a great tool
Preview of Gifted and Talented Newsletter-Editable

Gifted and Talented Newsletter-Editable

Keep your gifted and talented students’ families in the loop with this fully editable newsletter template! Perfect for teachers and coordinators, this template makes communicating program updates, student achievements, upcoming events, and resources easy and professional. Features: Fully Editable: Easily customize text, colors, and fonts in PowerPoint, Canva, or Google Slides. Professional & Fun Design: Engaging layout that balances creativity with clarity. Multiple Sections: Include program
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 AP CSA Unit 1

AP CSA Unit 1

Created by
Jonathan Riley
Save time and boost student engagement with this complete Unit 1 resource bundle for AP Computer Science A (Java)! This collection provides everything you need to teach, reinforce, and assess all Unit 1 topics from the 2025 AP CSA Course and Exam Description (CED) — from variables and expressions to objects and string manipulation. The unit structure is designed to align seamlessly with CodeHS as a supplemental platform for coding practice and interactive lessons. However, CodeHS is not
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 Inspirational teaching quotes - PowerPoint rotating slides

Inspirational teaching quotes - PowerPoint rotating slides

Run this PowerPoint slide show on your computer screen to keep these inspirational reminders of great teaching in your classroom! The PowerPoint slides loop continuously, so you can just play it and forget it. Everyone has those memories of wonderful teachers they have had. For your students, it's probably you! This resource is created by Stephen Campbell.
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 Mastering the 3 Programming constructs

Mastering the 3 Programming constructs

An introduction to the main 3 programming constructs: Sequence, Selection and Iteration. Understanding how you could solve most problems using these constructs. Also includes: Explanation of how to write effective PSEUDOCODE AND FLOWCHART (DESIGN) Interactive Examples included: Sequential Program – Predicting output; Predicting the output of a program (Do – Until LOOP); RE-WRITING SOMETHING AS A WHILE LOOP This is part of a very comprehensive series of resources created by www.teachingcomputing.
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 Essential For Living (EFL) Editable Assessment Data Sheet | Automated Graphs

Essential For Living (EFL) Editable Assessment Data Sheet | Automated Graphs

Created by
The Data Dock
UPDATE 3/17/2026Added a troubleshooting checklist - see in picture 4 to help users identify common missteps. **Please note that the product requires the 2021 (or later) version of Excel. I believe you are able to open it on the web browser of Excel without issue (via Microsoft 365). 🧩 Essential for Living (EFL) Assessment – Automated Excel Tool Make functional skills assessments fast, clear, and team-friendly with this automated EFL Excel tracker designed for ABA clinicians, special educati
Preview of Frequency Data Collection Sheet for Behavior IEP Data Goals Tracking

Frequency Data Collection Sheet for Behavior IEP Data Goals Tracking

Created by
Miss Lulu
4 daily behavior data sheet for recording frequency of behavior. Simple, easy to use data sheets to record one behavior or multiple behaviors as well as a replacement behavior. Includes 4 data sheets- 5 target behaviors 4 target behaviors 3 target behaviors 1 target behavior
Preview of IEP at a Glance Editable Snapshot for IEP Goals and Objectives Tracking planner

IEP at a Glance Editable Snapshot for IEP Goals and Objectives Tracking planner

Created by
ABA in School
Need a quick and easy way to share IEP goals with your team? This IEP at a glance template is fully editable and offers a snapshot view of a student's IEP goals, objectives, and progress tracking. Perfect for special education teams to stay organized with accommodations and behavior plans! This 5-page snapshot is designed to be flexible—use only the pages you need. Supports team collaboration by keeping everyone on the same page. ✨ This template ensures all team members have a clear understand
Preview of Daily Communication Log for Special Education Classroom **Editable**

Daily Communication Log for Special Education Classroom **Editable**

Created by
Elizabeth Eckel
This is the editable version of my daily communication log for special education. I add this into a folder each day to communication with parents of special needs children.
Preview of Student Led IEP Meeting All in One Kit for Younger Grades

Student Led IEP Meeting All in One Kit for Younger Grades

This is an editable IEP meeting agenda and all preparation materials for Student Led IEP Meetings. Transform the way your students engage in their Individualized Education Program (IEP) meetings with this comprehensive Student Led IEP Meeting Kit. Specially designed to support younger students in Grades K-2, this editable toolkit is an essential resource for educators and families/caregivers aiming to involve children actively in their educational planning process. What's Included in the Stude
Showing 1-24 of 3,100+ results