Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | For-each Loop Statement Module Review Quiz | Question, Battery | For-each statement module review questions for CS1. | OpenDSA | For-Each Loop |
| 2 | For-each Loop Statement Review Quiz | Question, Battery | For-each statement for CS1 self-assessment questions. | OpenDSA | For-Each Loop |
| 3 | Iterating with Arrays Review Questions | Question, Battery | CS1-level iterating over arrays review questions. | OpenDSA | Array, For-Each Loop |
| 4 | Arrays Module Review Questions | Question, Battery | CS1-level introduction to arrays module review questions. | OpenDSA | Array, For-Each Loop |
| 5 | Printing Table of Medal Counts with Row/Column Total | Assume that we have a 7x4 matrix that stores the number of medals that seven countries won in the skating... | PCEX | 2d list, for loop, list | |
| 6 | For-Each | Java CodeVisualization for demonstrating For-Each | JSVEE | 2d arrays, arraylist, arrays, loops | |
| 7 | For-each with break | Java CodeVisualization for demonstrating For-each with break | JSVEE | 2d arrays, arraylist, arrays, loops | |
| 8 | Calculating the Winning Percentage of a Sports Team (Case 2) | Construct a program that receives from the user the number of games in a tournament and the number of the... | PCEX | while loop | |
| 9 | Calculating the Winning Percentage of a Sports Team (Case 3) | Construct a program that receives from the user the number of games that a sports team won and tied in... | PCEX | while loop | |
| 10 | Calculating the Winning Percentage of a Sports Team (Case 2) | Construct a program that receives from the user the number of games in a tournament and the number of the... | PCEX | while loop | |
| 11 | Calculating the Winning Percentage of a Sports Team (Case 3) | Construct a program that receives from the user the number of games that a sports team won and tied in... | PCEX | while loop | |
| 12 | Calculating the Winning Percentage of a Sports Team (Case 2) | Construct a program that receives from the user the number of games in a tournament and the number of the... | PCEX | while loop | |
| 13 | Calculating the Winning Percentage of a Sports Team (Case 3) | Construct a program that receives from the user the number of games that a sports team won and tied in... | PCEX | while loop | |
| 14 | Construct a program with multiple if-elif statements | Construct a program which checks whether each of the integers in interval from 1 to 100 is divisible by 2,... | jsParsons | for loop | |
| 15 | Printing A Sequence of Repeated Numbers | Construct a program that receives an integer N from the user and prints a sequence of space-separated numbers from 1... | PCEX | for loop, nested loops | |
| 16 | Processing the Results of a Soda Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | 2d list, classes, data structures, for loop, list, stacks | |
| 17 | Color codes for double-sized image | Code Completion | Consider an image that is composed of a number of colored small squares, each colored in one of these 8... | CodeCheck | Loops |
| 18 | Run-Length Encoding | Code Completion | A simple technique for compressing an image is run-length encoding. The color of each pixel or area is specified for... | CodeCheck | Loops |
| 19 | Construct a program that creates unique 3 digit combination | Construct a program which creates and prints all three-digit combinations from numbers 1-4 such that each number appears at most... | jsParsons | while loop | |
| 20 | Printing A Sequence of Repeated Numbers (Case 1) | Construct a program that receives an integer N from the user and prints a sequence of space-separated numbers from 1... | PCEX | nested loops | |
| 21 | Printing A Sequence of Repeated Numbers | Construct a program that receives an integer N from the user and prints a sequence of space-separated numbers from 1... | PCEX | nested loops | |
| 22 | Finding Adjacent Consecutive Numbers in a Sequence of Integers | Construct a program that checks whether a sequence of integers, entered one at a time, contains adjacent integers that are... | PCEX | while loop | |
| 23 | Finding Adjacent Consecutive Numbers in a Sequence of Integers | Construct a program that checks whether a sequence of integers, entered one at a time, contains adjacent integers that are... | PCEX | while loop | |
| 24 | Comparing Adjacent Numbers in a Sequence of Numbers (Case 2) | Construct a program that checks whether a sequence of integers, entered one at a time, contains adjacent integers that are... | PCEX | while loop | |
| 25 | Printing Table of Medal Winner Counts with Row Totals | Assume that we have an array of countries that stores the names of the seven countries that participated in the... | PCEX | 2d arrays | |
| 26 | Printing Table of Medal Counts with Row/Column Total | Assume that we have an array of countries that stores the names of the seven countries that participated in the... | PCEX | 2d arrays | |
| 27 | Drawing with fill3DRect | Code Completion | Complete the ThreeButtonComponent class to draw three boxes that look like push buttons. Each box is a Rectangle drawn in... | CodeCheck | Objects |
| 28 | Rectangle with 3D effect | Code Completion | Complete the ThreeDButtonComponent class to draw a button with shading. The button is a Rectangle, with very thin rectangles on... | CodeCheck | Objects |