Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Given a two-dimensional array of integers, an index, and a string R or C, return the sum of the elements in that row or column. | Code Completion | Given a two-dimensional array of integers, an index, and a string R or C, return the sum of the elements... | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 2 | Given a two-dimensional array of integers, a row index r, and a column index c, return the sum of all elements in the given row and column. | Code Completion | Given a two-dimensional array of integers, a row index r, and a column index c, return the sum of all... | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 3 | Given a two-dimensional array of integers and a row index, return the largest element in that row. | Code Completion | Given a two-dimensional array of integers and a row index, return the largest element in that row. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 4 | Given a two-dimensional array of integers and a row index r, reverse the given row. | Code Completion | Given a two-dimensional array of integers and a row index r, reverse the given row. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 5 | Given a two-dimensional array of integers and a column index, return the smallest element in that column. | Code Completion | Given a two-dimensional array of integers and a column index, return the smallest element in that column. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 6 | Given a two-dimensional array of integers, return the sum of all elements along the north and south border. | Code Completion | Given a two-dimensional array of integers, return the sum of all elements along the north and south border. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 7 | Given a two-dimensional array of integers, return the sum of all elements along all borders but not the corners. | Code Completion | Given a two-dimensional array of integers, return the sum of all elements along all borders but not the corners. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 8 | Given a two-dimensional array of integers, return the sum of all elements along all borders including the corners. | Code Completion | Given a two-dimensional array of integers, return the sum of all elements along all borders including the corners. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 9 | Given a two-dimensional square array of integers, return the sum of the elements along both diagonals. | Code Completion | Given a two-dimensional square array of integers, return the sum of the elements along both diagonals. Make sure not to... | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 10 | Given a two-dimensional square array of integers, reverse both diagonals. | Code Completion | Given a two-dimensional square array of integers, reverse both diagonals. | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 11 | Given a two-dimensional array of integers and a string N, E, S, W, return the sum of all elements of the border in the given compass direction. | Code Completion | Given a two-dimensional array of integers and a string N, E, S, W, return the sum of all elements of... | CodeCheck | Two-Dimensional Arrays, Loops Along a Row or Column |
| 12 | Given a two-dimensional array of integers and a string N, E, S, W, give the middle element along the border in the given compass direction, or the average of the two middle ones if the border length is even. | Code Completion | Given a two-dimensional array of integers and a string N, E, S, W, give the middle element along the border... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 13 | Nested Loops | Python BehaviorExample for demonstrating Nested Loops | WebEx | loops, while loop | |
| 14 | Nested Loops 1 | Java PredictingFinalResult for demonstrating Nested Loops 1 | QuizJET | nested loops | |
| 15 | Nested Loops 3 | Java PredictingFinalResult for demonstrating Nested Loops 3 | QuizJET | nested loops | |
| 16 | for_loops.j_for_one | PCEX Set of activities for for_loops.j_for_one | PCEX | ||
| 17 | for_loops.j_for_one | PCEX Set of activities for for_loops.j_for_one | PCEX | ||
| 18 | for_loops.j_for_three | PCEX Set of activities for for_loops.j_for_three | PCEX | ||
| 19 | for_loops.j_for_three | PCEX Set of activities for for_loops.j_for_three | PCEX | ||
| 20 | for_loops.j_for_two | PCEX Set of activities for for_loops.j_for_two | PCEX | ||
| 21 | for_loops.j_for_two | PCEX Set of activities for for_loops.j_for_two | PCEX | ||
| 22 | for_loops.j_squares | PCEX Set of activities for for_loops.j_squares | PCEX | ||
| 23 | for_loops.j_squares | PCEX Set of activities for for_loops.j_squares | PCEX | ||
| 24 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 25 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 26 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 27 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 28 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 29 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 30 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 31 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 32 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 33 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 34 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 35 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 36 | (For loops) Sum of odd numbers - CSEdPad | This program sums up the odd number from 1 to 50 | AnnEx | for loop | |
| 37 | (Nested Loops) Grid of stars - CSEdPad | Print a grid of stars. | AnnEx | nested loops | |
| 38 | (While loops) While Loops Ex 1 - CSEdPad | Loop with simple loop variable increment: Assume you have a list of 1,000 people in alphabetical order and you are... | AnnEx | while loop | |
| 39 | Nested Loops | Nested Loops | AnnEx | nested loops | |
| 40 | Nested Loops | Construct a program that first prints out 15, then 14, then 12, then 9 and finally 5 on consecutive lines. | jsParsons | algorithm analysis, nested loops, while loop | |
| 41 | Nested Loops For 1 | Construct a program that first prints out 15, then 14, then 12, then 9 and finally 5 on consecutive lines. | jsParsons | nested loops | |
| 42 | Nested Loops For 2 | Construct a program to print a multiplication chart given the chart_size. Assume that chart_size is set to a positive integer. | jsParsons | nested loops | |
| 43 | Nested Loops | Java CodeVisualization for demonstrating Nested Loops | JSVEE | nested loops | |
| 44 | Working with While Loops Review Questions | Question, Battery | While Loops self-assessment questions. | OpenDSA | While Loop |
| 45 | Sum and Average Using Loops | Python BehaviorExample for demonstrating Sum and Average Using Loops | WebEx | while loop | |
| 46 | DEPRECATED_Nested Loops | Java BehaviorExample for demonstrating DEPRECATED_Nested Loops | AnnEx | ||
| 47 | Practicing nested while loops | Construct a program to print an upside-down right triangle. Assume that 'size' is defined, and holds an integer value. | jsParsons | algorithm analysis, nested loops, while loop | |
| 48 | Conditional Statements and While Loops: Chapter Review | Question, Battery | Chapter review questions for conditional statements and while loops. | OpenDSA | While Loop, Conditional Statement |
| 49 | Counter Controlled Loops Review Quiz | Question, Battery | Counter controlled loops for CS1 review questions. | OpenDSA | Loop |
| 50 | Nested For Loops Review Quiz | Question, Battery | Introduction to using nested for loops for CS1 review questions. | OpenDSA | For Loop |
| 51 | Practicing using nested while and for loops | Construct a program to print a multiplication chart given the chart_size. Assume that chart_size is set to a positive integer. | jsParsons | algorithm analysis, for loop, nested loops | |
| 52 | While Loop Statement | Python BehaviorExample for demonstrating While Loop Statement | WebEx | loops | |
| 53 | Construir un problema con ciclos anidados | Construye un programa que primero imprima 15, luego 14, luego 12, luego 9 y finalmente 5 en lineas consecutivas. | jsParsons | loops | |
| 54 | q_py_nested_while1_es | Python PredictingFinalResult for demonstrating q_py_nested_while1_es | QuizPET | loops, while loop | |
| 55 | q_py_while_loop1_es | Python PredictingFinalResult for demonstrating q_py_while_loop1_es | QuizPET | loops, while loop | |
| 56 | while loop | Python PredictingFinalResult for demonstrating while loop | QuizPET | loops, while loop | |
| 57 | q_py_while_loop2_es | Python PredictingFinalResult for demonstrating q_py_while_loop2_es | QuizPET | loops, while loop | |
| 58 | while loop with summation | Python PredictingFinalResult for demonstrating while loop with summation | QuizPET | loops, while loop | |
| 59 | While Loop Statement | Python BehaviorExample for demonstrating While Loop Statement | WebEx | loops, while loop | |
| 60 | 5.2. The while statement | Python BehaviorExample for demonstrating 5.2. The while statement | WebEx | loops, while loop | |
| 61 | Loop While 3 | Java PredictingFinalResult for demonstrating Loop While 3 | QuizJET | loops, while loop | |
| 62 | Problem 1 | Java PredictingFinalResult for demonstrating Problem 1 | QuizJET | loops, while loop | |
| 63 | Sum using While | Sum using While | AnnEx | loops, while loop | |
| 64 | While with double | While with double | AnnEx | loops, while loop | |
| 65 | While | While | AnnEx | loops, while loop | |
| 66 | Calcular una potencia | Construye un programa que calcule la base elevada al exponente. | jsParsons | loops, while loop | |
| 67 | Calcular una potencia | Construye una funcion que calcule la potencia de un numero. La funcion recibe dos enteros como parametros (la base y... | jsParsons | loops, while loop | |
| 68 | Iteration with Addition | Construct a program that prints the value 8. | jsParsons | loops, while loop | |
| 69 | Crear un programa con un ciclo while | Construye un programa que imprima el valor 8. | jsParsons | loops, while loop | |
| 70 | Iteration with Multiplication | Construct a program that prints values 1,2,4,8 and finally prints "The end!". | jsParsons | loops, while loop | |
| 71 | Crear un programa que compare un valor en un ciclo | Construye un programa que imprima los valores 1,2,4,8 y finalmente imprima "El fin!". | jsParsons | loops, while loop | |
| 72 | Practicar ciclos while anidados | Construye un programa que imprima un triangulo rectangulo invertido. Supone que 'tamano' esta definido y contiene un valor entero. | jsParsons | loops, while loop | |
| 73 | While | Java CodeVisualization for demonstrating While | JSVEE | loops, while loop | |
| 74 | While Loop | Python CodeVisualization for demonstrating While Loop | JSVEE | loops, while loop | |
| 75 | ae_python_while | Python CodeVisualization for demonstrating ae_python_while | JSVEE | loops, while loop | |
| 76 | Age Checking2 | Python CodeVisualization for demonstrating Age Checking2 | JSVEE | loops, while loop | |
| 77 | Problem 4 | Java PredictingFinalResult for demonstrating Problem 4 | QuizJET | nested loops | |
| 78 | Nested Loops2 | Nested Loops2 | AnnEx | nested loops | |
| 79 | Nested For Demo | Java CodeVisualization for demonstrating Nested For Demo | JSVEE | nested loops | |
| 80 | q_py_for_loop1_es | Python PredictingFinalResult for demonstrating q_py_for_loop1_es | QuizPET | for loop, loops | |
| 81 | for loop | Python PredictingFinalResult for demonstrating for loop | QuizPET | for loop, loops | |
| 82 | Ciclo for anidado | Python PredictingFinalResult for demonstrating Ciclo for anidado | QuizPET | for loop, loops | |
| 83 | nested while | Python PredictingFinalResult for demonstrating nested while | QuizPET | algorithm analysis, loops, nested loops, while loop | |
| 84 | For Loop Statement | Python BehaviorExample for demonstrating For Loop Statement | WebEx | for loop, loops | |
| 85 | Break Statement | Python BehaviorExample for demonstrating Break Statement | WebEx | for loop, loops | |
| 86 | Continue Statement | Python BehaviorExample for demonstrating Continue Statement | WebEx | for loop, loops | |
| 87 | Pass Statement | Python BehaviorExample for demonstrating Pass Statement | WebEx | for loop, loops | |
| 88 | Arrays 4 | Java PredictingFinalResult for demonstrating Arrays 4 | QuizJET | 2d arrays, arraylist, arrays, loops, overloading | |
| 89 | Enhanced For Loop | Java PredictingFinalResult for demonstrating Enhanced For Loop | QuizJET | 2d arrays, arrays, loops | |
| 90 | Loop For 1 | Java PredictingFinalResult for demonstrating Loop For 1 | QuizJET | for loop, loops, nested loops, variables | |
| 91 | Loop For 2 | Java PredictingFinalResult for demonstrating Loop For 2 | QuizJET | for loop, loops, nested loops | |
| 92 | Loop For 3 | Java PredictingFinalResult for demonstrating Loop For 3 | QuizJET | for loop, loops, nested loops | |
| 93 | Loop For 5 | Java PredictingFinalResult for demonstrating Loop For 5 | QuizJET | for loop, loops | |
| 94 | jLabArray1 | Java PredictingFinalResult for demonstrating jLabArray1 | QuizJET | arraylist, arrays, loops, overloading | |
| 95 | For Loop | For Loop | AnnEx | for loop, loops, nested loops | |
| 96 | Nested For Loop | Nested For Loop | AnnEx | for loop, loops, nested loops | |
| 97 | Print Out a Diamond | Print Out a Diamond | AnnEx | for loop, nested loops | |
| 98 | Infinite For | Infinite For | AnnEx | for loop, nested loops | |
| 99 | For with Multiple Variables 2 | For with Multiple Variables 2 | AnnEx | for loop, nested loops | |
| 100 | For with Multiple Variables | For with Multiple Variables | AnnEx | for loop, nested loops | |
| 101 | For with Multiple Variables 3 | For with Multiple Variables 3 | AnnEx | for loop, nested loops | |
| 102 | For omitting elements | For omitting elements | AnnEx | for loop, nested loops | |
| 103 | Odd or Even | Construct a program that goes through a list of numbers and prints out whether they are odd or even. | jsParsons | algorithm analysis, for loop, loops | |
| 104 | Practicar el uso de ciclos while y for anidados | Construye un programa que imprima una tabla de multiplicar segun el valor de tabla_tamano. Supone que tabla_tamano es un entero... | jsParsons | for loop, loops | |
| 105 | Calcular una potencia | Construye una funcion que tome una base y un exponente no negativo como parametros y calcule la base elevada al... | jsParsons | for loop, loops | |
| 106 | Calcular una potencia | Construye un programa que calcule la base elevada al exponente no negativo sin usar multiplicacion. | jsParsons | for loop, loops | |
| 107 | DoWhile Demo | Java CodeVisualization for demonstrating DoWhile Demo | JSVEE | do-while loop, loops, while loop | |
| 108 | DoWhile | Java CodeVisualization for demonstrating DoWhile | JSVEE | do-while loop, loops, while loop | |
| 109 | For Loop Demo | Java CodeVisualization for demonstrating For Loop Demo | JSVEE | for loop, nested loops | |
| 110 | For with Multiple Variables 2 | Java CodeVisualization for demonstrating For with Multiple Variables 2 | JSVEE | for loop, loops, nested loops | |
| 111 | For-Each | Java CodeVisualization for demonstrating For-Each | JSVEE | 2d arrays, arraylist, arrays, loops | |
| 112 | For-each with break | Java CodeVisualization for demonstrating For-each with break | JSVEE | 2d arrays, arraylist, arrays, loops | |
| 113 | For Loop | Python CodeVisualization for demonstrating For Loop | JSVEE | for loop, loops, while loop | |
| 114 | ae_python_for | Python CodeVisualization for demonstrating ae_python_for | JSVEE | for loop, loops | |
| 115 | Partition | Python CodeVisualization for demonstrating Partition | JSVEE | algorithm analysis, list, nested loops | |
| 116 | Partition2 | Python CodeVisualization for demonstrating Partition2 | JSVEE | list, nested loops | |
| 117 | Given a two-dimensional array of integers, return the average of the four corner elements. | Code Completion | Given a two-dimensional array of integers, return the average of the four corner elements. | CodeCheck | Two-Dimensional Arrays, No Loops |
| 118 | Given a two-dimensional array of integers, return the middle element if both the row and column lenghts are odd, or the average of the two or four middle elements of one or both is even. | Code Completion | Given a two-dimensional array of integers, return the middle element if both the row and column lenghts are odd, or... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 119 | Given a two-dimensional array of integers and a string NW, NW, SW, SE, return the sum of the four elements in the given compass direction. | Code Completion | Given a two-dimensional array of integers and a string NW, NW, SW, SE, return the sum of the four elements... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 120 | Given a two-dimensional array of integers, row/column indexes r, c, and a string N E S W, return the neighbor in that direction, or 0 if it doesn't exist. | Code Completion | Given a two-dimensional array of integers, row/column indexes r, c, and a string N E S W, return the neighbor... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 121 | Repeat with NW NE SW SE. | Code Completion | Repeat with NW NE SW SE. | CodeCheck | Two-Dimensional Arrays, No Loops |
| 122 | Given a two-dimensional array of integers and row/column indexes r, c, return the number of neighbors (not counting the element itself). | Code Completion | Given a two-dimensional array of integers and row/column indexes r, c, return the number of neighbors (not counting the element... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 123 | On a chessboard, positions are marked with a letter between a and h for the column and a number between 1 and 8 for the row. | Code Completion | On a chessboard, positions are marked with a letter between a and h for the column and a number between... | CodeCheck | Two-Dimensional Arrays, No Loops |
| 124 | Given a list of integers of length ≥ 4, return the average of the first two and last two elements. | Code Completion | Given a list of integers of length ≥ 4, return the average of the first two and last two elements. | CodeCheck | Lists - Simple Exercises, No loops |
| 125 | Given a list of integers of length ≥ 3, return the average of the first, last, and middle element (or the two middle elements if the length is even). | Code Completion | Given a list of integers of length ≥ 3, return the average of the first, last, and middle element (or... | CodeCheck | Lists - Simple Exercises, No loops |
| 126 | Given a list of integers, swap the first and last elements. | Code Completion | Given a list of integers, swap the first and last elements. | CodeCheck | Lists - Simple Exercises, No loops |
| 127 | Given a list of integers, swap the first two and the last two elements. | Code Completion | Given a list of integers, swap the first two and the last two elements. | CodeCheck | Lists - Simple Exercises, No loops |
| 128 | Given a two-dimensional array of integers, return the number of distinct elements. | Code Completion | Given a two-dimensional array of integers, return the number of distinct elements. | CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 129 | Given a two-dimensional array of integers, remove any adjacent duplicate rows by filling the duplicates with zeroes. | Code Completion | Given a two-dimensional array of integers, remove any adjacent duplicate rows by filling the duplicates with zeroes. | CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 130 | Given a two-dimensional array of integers, return the index of the first row that is entirely filled with zeroes. | Code Completion | Given a two-dimensional array of integers, return the index of the first row that is entirely filled with zeroes. | CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 131 | Given a two-dimensional array of integers, return the top left corner of the first subarray of the form <pre>0 0 0 0</pre> | Code Completion |
Given a two-dimensional array of integers, return the top left corner of the first subarray of the form 0 0...
|
CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 132 | Given a two-dimensional array of integers, return the position of the largest square subarray filled with zeroes, as a list of length 2. | Code Completion | Given a two-dimensional array of integers, return the position of the largest square subarray filled with zeroes, as a list... | CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 133 | Repeat the previous exercise with subarrays that are not necessarily square. | Code Completion | Repeat the previous exercise with subarrays that are not necessarily square. | CodeCheck | Two-Dimensional Arrays, Complex Loops |
| 134 | Given two lists a and b, remove all elements of b from a. | Code Completion | Given two lists a and b, remove all elements of b from a. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 135 | Given two lists a and b, return a list that contains all elements occurring in a but not in b. | Code Completion | Given two lists a and b, return a list that contains all elements occurring in a but not in b. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 136 | Given a list a, return the longest n so that the first n elements equal the last n elements. | Code Completion | Given a list a, return the longest n so that the first n elements equal the last n elements. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 137 | Given a list of integers, return the largest sum of consecutive elements. | Code Completion | Given a list of integers, return the largest sum of consecutive elements. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 138 | Given a list of integers, return the largest sequence whose reverse also occurs somewhere in the list. | Code Completion | Given a list of integers, return the largest sequence whose reverse also occurs somewhere in the list. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 139 | Given a list a of integers, return a list of all elements of a that occur exactly once. | Code Completion | Given a list a of integers, return a list of all elements of a that occur exactly once. | CodeCheck | Lists - Simple Exercises, Double Loops |
| 140 | Given a list of integers, return a list of lists of length 2, containing each unique element together with its frequency. | Code Completion | Given a list of integers, return a list of lists of length 2, containing each unique element together with its... | CodeCheck | Lists - Simple Exercises, Double Loops |
| 141 | Given a list of integers, return the position of the longest subsequence of consecutive integers a, a + 1, a + 2, . | Code Completion | Given a list of integers, return the position of the longest subsequence of consecutive integers a, a + 1, a... | CodeCheck | Lists - Simple Exercises, Double Loops |
| 142 | Given a string, return the string with the first and last characters swapped. | Code Completion | Given a string, return the string with the first and last characters swapped. | CodeCheck | Strings, No Loops |
| 143 | Given a string, return the string with the middle two characters removed if it has even length, and the middle character removed if it has odd length. | Code Completion | Given a string, return the string with the middle two characters removed if it has even length, and the middle... | CodeCheck | Strings, No Loops |
| 144 | Given a string, return the string with the middle two characters swapped if it has even length, and the middle three characters swapped if it has odd length. | Code Completion | Given a string, return the string with the middle two characters swapped if it has even length, and the middle... | CodeCheck | Strings, No Loops |
| 145 | Given a string, return the string with the first and second half swapped. | Code Completion | Given a string, return the string with the first and second half swapped. If the string has odd length, leave... | CodeCheck | Strings, No Loops |
| 146 | Given a string, return the string with the first half and the second half doubled. | Code Completion | Given a string, return the string with the first half and the second half doubled. For example, Java becomes JaJavava... | CodeCheck | Strings, No Loops |
| 147 | Nested for loop | Python PredictingFinalResult for demonstrating Nested for loop | QuizPET | algorithm analysis, for loop, nested loops | |
| 148 | Nested For and While Loop | Python PredictingFinalResult for demonstrating Nested For and While Loop | QuizPET | algorithm analysis, for loop, nested loops | |
| 149 | Largest value in list | Maximum and minimum loops | PCEX | ||
| 150 | Introduction to Lists Module Review Quiz | Question, Battery | Introduction to lists and nested for loops for CS1 review questions. | OpenDSA | List, For Loop |
| 151 | Loop Do-While 1 | Java PredictingFinalResult for demonstrating Loop Do-While 1 | QuizJET | do-while loop, while loop | |
| 152 | Loop Do-While 2 | Java PredictingFinalResult for demonstrating Loop Do-While 2 | QuizJET | do-while loop, while loop | |
| 153 | Loop Do-While 3 | Java PredictingFinalResult for demonstrating Loop Do-While 3 | QuizJET | do-while loop, while loop | |
| 154 | Loop Do-While 4 | Java PredictingFinalResult for demonstrating Loop Do-While 4 | QuizJET | do-while loop, while loop | |
| 155 | Loop For 4 | Java PredictingFinalResult for demonstrating Loop For 4 | QuizJET | for loop | |
| 156 | Loop While 1 | Java PredictingFinalResult for demonstrating Loop While 1 | QuizJET | while loop | |
| 157 | Loop While 2 | Java PredictingFinalResult for demonstrating Loop While 2 | QuizJET | while loop | |
| 158 | Loop While 5 | Java PredictingFinalResult for demonstrating Loop While 5 | QuizJET | while loop | |
| 159 | Loop Array | Java PredictingFinalResult for demonstrating Loop Array | QuizJET | arrays | |
| 160 | Loop Idioms Review Questions | Question, Battery | CS1 review questions about loop idioms. | OpenDSA | Loop |
| 161 | Single Line Loop Statement | Python BehaviorExample for demonstrating Single Line Loop Statement | WebEx | for loop | |
| 162 | Sentinel Loop Control | Python BehaviorExample for demonstrating Sentinel Loop Control | WebEx | while loop | |
| 163 | Table of Squares (For Loop) | Python BehaviorExample for demonstrating Table of Squares (For Loop) | WebEx | for loop | |
| 164 | For loop | PCEX Set of activities for For loop | PCEX | ||
| 165 | While loop | PCEX Set of activities for While loop | PCEX | ||
| 166 | do while loop | PCEX Set of activities for do while loop | PCEX | ||
| 167 | Enhanced For Loop Demo | Java BehaviorExample for demonstrating Enhanced For Loop Demo | AnnEx | 2d arrays, arrays | |
| 168 | DEPRECATED_Nested Loops2 | Java BehaviorExample for demonstrating DEPRECATED_Nested Loops2 | AnnEx | ||
| 169 | Enhanced For Loop Demo | Java CodeVisualization for demonstrating Enhanced For Loop Demo | JSVEE | 2d arrays, arraylist, arrays, for loop | |
| 170 | For-each Loop Statement Module Review Quiz | Question, Battery | For-each statement module review questions for CS1. | OpenDSA | For-Each Loop |
| 171 | For-each Loop Statement Review Quiz | Question, Battery | For-each statement for CS1 self-assessment questions. | OpenDSA | For-Each Loop |
| 172 | modify a list in a loop | Python PredictingFinalResult for demonstrating modify a list in a loop | QuizPET | list | |
| 173 | Countdown to Zero | Python BehaviorExample for demonstrating Countdown to Zero | WebEx | while loop | |
| 174 | Table of Squares | Python BehaviorExample for demonstrating Table of Squares | WebEx | while loop | |
| 175 | Conversion Table (Fahrenheit to Celsius) | Python BehaviorExample for demonstrating Conversion Table (Fahrenheit to Celsius) | WebEx | while loop | |
| 176 | Functions Basics | Python BehaviorExample for demonstrating Functions Basics | WebEx | while loop | |
| 177 | Question 4 | Java PredictingFinalResult for demonstrating Question 4 | QuizJET | while loop | |
| 178 | Question 6 | Java PredictingFinalResult for demonstrating Question 6 | QuizJET | for loop | |
| 179 | 2-19_PrimeChecker | Java BehaviorExample for demonstrating 2-19_PrimeChecker | AnnEx | for loop | |
| 180 | While (Memphis) | Java BehaviorExample for demonstrating While (Memphis) | AnnEx | while loop | |
| 181 | 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 | |
| 182 | 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 | |
| 183 | Power calculation | Construct a function which takes the base and the exponent as parameters and returns the base raised to the exponent.... | jsParsons | while loop | |
| 184 | Practicar iterar sobre una lista y usar módulo | Construye un programa que recorra una lista de numeros e imprima si son pares o impares. | jsParsons | for loop, list | |
| 185 | Iteration Multiplication For | Construct a program that prints values 1,2,4,8 and finally prints "The end!". | jsParsons | for loop | |
| 186 | Calculating power | Construct a program that calculates the base raised to the power of the non-negative exponent without using multiplication. | jsParsons | for loop | |
| 187 | While Demo | Java CodeVisualization for demonstrating While Demo | JSVEE | while loop | |
| 188 | Greatest Divisor Brute Force | Python CodeVisualization for demonstrating Greatest Divisor Brute Force | JSVEE | for loop, functions | |
| 189 | Leap Year | Python CodeVisualization for demonstrating Leap Year | JSVEE | for loop | |
| 190 | Power With Input4 | Python CodeVisualization for demonstrating Power With Input4 | JSVEE | while loop | |
| 191 | Power2 | Python CodeVisualization for demonstrating Power2 | JSVEE | while loop | |
| 192 | Functions Example 2 | Python BehaviorExample for demonstrating Functions Example 2 | WebEx | functions, while loop | |
| 193 | Problem 2 | Java PredictingFinalResult for demonstrating Problem 2 | QuizJET | do-while loop, while loop | |
| 194 | Problem 3 | Java PredictingFinalResult for demonstrating Problem 3 | QuizJET | do-while loop, while loop | |
| 195 | Question 5 | Java PredictingFinalResult for demonstrating Question 5 | QuizJET | do-while loop | |
| 196 | 2-19_CompoundInterest | Java BehaviorExample for demonstrating 2-19_CompoundInterest | AnnEx | do-while loop | |
| 197 | (Do while) Find high & low scores - CSEdPad | Given an collection of test scores with values between 0 and 100, find and display the low and high scores... | AnnEx | do-while loop | |
| 198 | DoWhile | DoWhile | AnnEx | do-while loop | |
| 199 | Construir un programa con múltiples sentencias if-elif | Construye un programa que verifique si cada uno de los enteros del intervalo del 1 al 100 es divisible por... | jsParsons | conditionals, for loop | |
| 200 | Construir un programa con múltiples sentencias if-elif | Construye un programa que verifique si cada uno de los enteros del intervalo del 1 al 100 es divisible por... | jsParsons | conditionals, for loop | |
| 201 | Iterating with Arrays Review Questions | Question, Battery | CS1-level iterating over arrays review questions. | OpenDSA | Array, For-Each Loop |
| 202 | Arrays Module Review Questions | Question, Battery | CS1-level introduction to arrays module review questions. | OpenDSA | Array, For-Each Loop |
| 203 | Maximum value in array | For loop that finds the maximum value in an array of integers. | PCEX | ||
| 204 | Finding zero | a "do while" loop to iterate through an array of random integer numbers, searching for the number 0. When it... | PCEX | ||
| 205 | SimpleNestedLoop | Simple Nested Loop for NestedStatement | AnnEx | ||
| 206 | Array sum calculator | demonstrates the use of a for loop to calculate the sum of all members of an array of integers. | PCEX | ||
| 207 | 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 | ||
| 208 | Printing Table of Medal Winner Counts with Row and Column Totals | Assume that we have an array of countries that stores the names of the seven countries that participated in the... | PCEX | ||
| 209 | 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 | ||
| 210 | Printing Table of Medal Winner Counts with Row and Column Totals | Assume that we have an array of countries that stores the names of the seven countries that participated in the... | PCEX | ||
| 211 | Reporting the Total Hours Each Employee Worked (Case 1) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX | ||
| 212 | Reporting the Total Hours Each Employee Worked (Case 2) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX | ||
| 213 | Reporting the Total Hours Each Employee Worked (Case 1) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX | ||
| 214 | Reporting the Total Hours Each Employee Worked (Case 2) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX | ||
| 215 | 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 | ||
| 216 | Printing Table of Medal Counts with Row Totals | Assume that we have a 7x4 matrix that stores the number of medals that seven countries won in the skating... | PCEX | ||
| 217 | Printing Table of Medal Winner Counts with Row and Column Totals | Assume that we have a 7x4 matrix that stores the number of medals that seven countries won in the skating... | PCEX | ||
| 218 | Reporting the Total Hours Each Employee Worked (Case 1) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX | ||
| 219 | Reporting the Total Hours Each Employee Worked (Case 2) | Suppose we have an input file that contains information about how many hours each employee of a company has worked.... | PCEX |