TPT
Total:
$0.00
Preview of easy COMPUTER SCIENCE - Java Enhanced For Loop (Infotext + Exercises)

easy COMPUTER SCIENCE - Java Enhanced For Loop (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java Enhanced For Loop (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an i
Preview of easy COMPUTER SCIENCE - Java For Loop (Infotext + Exercises)

easy COMPUTER SCIENCE - Java For Loop (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java For Loop (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an incredibly l
Preview of AP CS A ArrayList — Code Tracing Worksheet | Java | Grades 9–12

AP CS A ArrayList — Code Tracing Worksheet | Java | Grades 9–12

Give your AP Computer Science A students focused practice tracing through ArrayList programs. ArrayList is a favourite topic on the AP CS A exam and this worksheet covers every method students need to know — including the classic iteration trap that catches even strong students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — add, get, remove, set, sizeSection B — Traversal, Modification & ReferencesSection C — Sorting, contains, indexOf, insertSection D — Advanced Oper
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of AP Computer Science A - Loops Lab (Java)

AP Computer Science A - Loops Lab (Java)

This lab covers loops (for and while). This is typically where the course becomes quite a bit more challenging (as we now have loops, decision statements, and methods/functions). For that reason, these four problems are a pretty big leap in difficulty. I typically give the students a good 4-5 days in class to work on this lab. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Java code / ins
Preview of Computer Science For & While Loops Exercise Worksheet With Program Solutions

Computer Science For & While Loops Exercise Worksheet With Program Solutions

Created by
DTech Academy
This 6 question worksheet is designed to test students learning of for & while loops that includes commented executable programs to save teachers valuable time explaining the solution. The worksheet serves several purposes expressed below. 1.Gives real world scenarios that for and while Statements would apply. Giving a better understanding of application versus theory. 2.Explore other programming techniques that are useful when programming. 3.Apply other STEM Competencies, such as object cr
Preview of 50 More Java programming exercise ideas (Beginners to advanced)

50 More Java programming exercise ideas (Beginners to advanced)

50 More Java programming ideas builds upon my earlier 64 Java Programming Exercises. These 50 all-new exercises range from “Hello World” style first programs to advanced skills using arrays and methods. Many tasks also have extension (“bonus”) sections to stretch pupils. Exercises are sorted into sections by the skills needed to complete them (conditionals, loops, arrays, etc). A good resource for homework, extension tasks, and independent learning. Fully editable resource, ready for printing o
Preview of easy COMPUTER SCIENCE - Java While Loop (Infotext + Exercises)

easy COMPUTER SCIENCE - Java While Loop (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java While Loop (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an incredibly
Preview of easy COMPUTER SCIENCE - Java Loops (Infotext + Exercises)

easy COMPUTER SCIENCE - Java Loops (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java Loops (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an incredibly low
Preview of easy COMPUTER SCIENCE - Java Do While Loop (Infotext + Exercises)

easy COMPUTER SCIENCE - Java Do While Loop (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java Do While Loop (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an incredi
Preview of Computer Science Java While Loops

Computer Science Java While Loops

Created by
Justin May
Reference material for Computer Science students studying Java. This packet introduces iteration using while loops. It also covers predicate methods for the Scanner class.
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 - Midterm Project: Family Feud (Java)

AP Computer Science A - Midterm Project: Family Feud (Java)

This is my midterm project for AP CS A. It is assumed that students have had: arrays, loops, decision statements, and can write classes. This project is pretty easy to understand. Students just need to make a working game of Family Feud. Requirements and rules are given in the project. There is also sample instructor code. Students usually enjoy this project quite a bit. I give them a little over a week to do this (usually spanning two weekends so they have a bit more time!). In this, and all l
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 Programming Java 7: Looping Pack | Digital | Worksheets | Games gr. 8- 12

Programming Java 7: Looping Pack | Digital | Worksheets | Games gr. 8- 12

Looking for Java: looping questions? Want open ended activities for review, games, and discussion? This digital pack includes 80+ multiple-choice, short answer, and opinion questions designed for whole-class lessons, review days, and interactive activities. WHAT IS THE HUSKY APP SYSTEM?I think this is a really cool and flexible concept. Imagine you could take a bunch of questions for your subject, load them into the computer with a click, and the computer would spit out a ton of interesting and
Preview of Program Control Structures (If, While, For) – Computer Science Lesson (No Prep!)

Program Control Structures (If, While, For) – Computer Science Lesson (No Prep!)

Created by
Creepy Circuits
Get your students confidently coding with this engaging lesson set that introduces program control structures in Java! Perfect for middle or high school computer science courses, this resource covers If statements, While loops, and For loops through direct instruction, scaffolded activities, and practice programs. What's Included: Editable Lesson Presentation (Google Slides & PDF) Covers arithmetic review, if statements, while loops, and for loops Example code, syntax explanations, and inte
Preview of Goldie's UNIT 4 LESSON BUNDLE for AP® Computer Science A

Goldie's UNIT 4 LESSON BUNDLE for AP® Computer Science A

AP® Computer Science AUnit 4: Data Collections Lesson Bundle Goldie's Unit 4 Data Collection Lesson Bundle focuses on arrays, ArrayLists, enhanced for loops, traversals, and more. Every lesson is aligned to the 2025 AP CSA CED and designed to help students organize, store, and process data like real programmers. With engaging examples, guided notes, and thoughtful checks for understanding, this unit helps students level up their Java skills and prepare for the AP exam with confidence. What’s
Preview of while Loops - Unit 2 Lesson 4 | Goldie's AP® CSA Curriculum

while Loops - Unit 2 Lesson 4 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 2: Selection and Iteration Lesson 4: while Loops Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore iteration in Java by learning how the while loop functions, practicing how loops repeat based on a condition, identifying and preventing infinite loops, and understanding variable scope within loops. What’s Included: Detailed lesson planStudent guided notesEditable PowerPoint presentationInstructional video of the lessonCheck for
Preview of for Loops - Unit 2 Lesson 6 | Goldie's AP® CSA Curriculum

for Loops - Unit 2 Lesson 6 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 2: Selection and Iteration Lesson 6: for Loops Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will learn how to use for loops in Java to control repetition when the number of iterations is known. They will explore the syntax and behavior of the for loop header (initialization, condition, update), compare it to while loops, and write their own for loops to perform tasks such as printing sequences and calculating factorials. What’s Include
Preview of Implementing Iteration Algorithms Unit 2 Lesson 5 | Goldie's AP® CSA Curriculum

Implementing Iteration Algorithms Unit 2 Lesson 5 | Goldie's AP® CSA Curriculum

AP® Computer Science AUnit 2: Selection and Iteration Lesson 5: Implementing Selection and Iteration Algorithms Full Lesson Plan, Guided Notes, Slides & Homework In this lesson, students will explore and implement common algorithmic patterns using while loops in Java. They will write and trace code for five foundational algorithms involving selection and iteration, helping them recognize when to apply loops and how to control repetition effectively in a program. What’s Included: Detailed les
Preview of Programming Loops & Languages – Coding Pack for Grades 6–9 | WORKBOOK

Programming Loops & Languages – Coding Pack for Grades 6–9 | WORKBOOK

Bring coding concepts to life! This resource introduces middle school students (Grades 6–9) to programming loops and languages with clear explanations, worksheets, and interactive tasks. Learners discover how loops work, how to apply them in real problems, and why programming languages matter in today’s world. What’s included: ✔ Introductory texts on for, while, and do-while loops ✔ Worksheets with examples in Python, Java, C++, and Scratch ✔ Cooperative jigsaw activities to deepen understa
Preview of Printing pattern in JAVA | AP CSA | Introduction | High School

Printing pattern in JAVA | AP CSA | Introduction | High School

This is a free resource that can be used in your first lessons of the AP CSA Course. It teaches your students how to print out different patterns using three different methods: sequential println instructions, loops and nested loops.It is an excellent introductory resource to start your JAVA Course with as it illustrates basic JAVA instructions and loops before getting into classes and objects. Students who are familiar with other programming languages will be able to relate, while students
Preview of easy COMPUTER SCIENCE - Java Arraylist (Infotext + Exercises)

easy COMPUTER SCIENCE - Java Arraylist (Infotext + Exercises)

Created by
YoshiHeartArt
easy COMPUTER SCIENCE - Java Arraylist (Infotext and Exercises) The material contains a worksheet with an information text and various exercises related to the text, such as matching tasks, multiple-choice questions, open questions and true-false questions. You will receive the material (4 pages) and the solutions (2 pages) in PDF format for easy printing and in DOCX format for individual customization. Have also a look to our MEGA-Bundles with all the subject-worksheets at an incredibly
Showing 1-24 of 73+ results