TPT
Total:
$0.00
Preview of Java Loops Basics – Free Coding Worksheet (While Loops, For Loops, Counters)

Java Loops Basics – Free Coding Worksheet (While Loops, For Loops, Counters)

Created by
Mr. H Codes
Java Loops Basics Freebie (Mr. H Codes)Help your students master the fundamentals of Java loops with this classroom-ready free worksheet! This resource introduces while loops, for loops, counters, and accumulators through clear explanations, vocabulary practice, guided examples, and hands-on coding tasks. Designed for Intro to Java, AP Computer Science A, or any beginning programming course, this worksheet gives students the foundational loop skills they need before moving on to more com
Preview of AP Computer Science A Problem 1: Array Practice! Array Linear Search in Java

AP Computer Science A Problem 1: Array Practice! Array Linear Search in Java

AP Computer Science A Problem 1: Array Practice! Array Linear Search in Java A review worksheet for free response linear array search questions on the AP Computer Science exam. Allows students write a search method using a for loop. Includes fully coded answer key! Example: Search an integer array of arbitrary length for a specific value n, and return the index at which this value n appears. If n is not in the array, return the value -1.int[] arr = {3, 9, 30, 6, 8, 2, 4, 10}; int index = simpleS
Preview of AP Computer Science A - Variables, I/O, and Assignment Lab (Java)

AP Computer Science A - Variables, I/O, and Assignment Lab (Java)

At the end of each chapter in AP Computer Science A (Java coding) I give my students a few in-class work days to create codes on their own to demonstrate their understanding. This particular assignment covers basics of input/output, variables, and basic mathematics operators. As there is little logic involved at the point in the course, I usually give just two in-class work days for this assignment. There are only three problems. Note that, as per 2025-2026 updates to AP CS A, input is now inclu
Preview of AP Computer Science A Sample Lesson - Unit 4: While Loops vs For Loops

AP Computer Science A Sample Lesson - Unit 4: While Loops vs For Loops

A sample lesson about for loops and while loops in Java for the AP Computer Science A course. Includes lesson plan and worksheet. Based on Unit 4 from the AP curriculum.
Showing 1-4 of 4+ results