Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 for loop Python PredictingFinalResult for demonstrating for loop QuizPET for loop, loops
2 Single Line Loop Statement Python BehaviorExample for demonstrating Single Line Loop Statement WebEx for loop
3 Table of Squares (For Loop) Python BehaviorExample for demonstrating Table of Squares (For Loop) WebEx for loop
4 Loop For 4 Java PredictingFinalResult for demonstrating Loop For 4 QuizJET for loop
5 Question 6 Java PredictingFinalResult for demonstrating Question 6 QuizJET for loop
6 2-19_PrimeChecker Java BehaviorExample for demonstrating 2-19_PrimeChecker AnnEx for loop
7 (For loops) Sum of odd numbers - CSEdPad This program sums up the odd number from 1 to 50 AnnEx for loop
8 For Loop For Loop AnnEx for loop, loops, nested loops
9 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
10 Iteration Multiplication For Construct a program that prints values 1,2,4,8 and finally prints "The end!". jsParsons for loop
11 Calculating power Construct a program that calculates the base raised to the power of the non-negative exponent without using multiplication. jsParsons for loop
12 For Loop Python CodeVisualization for demonstrating For Loop JSVEE for loop, loops, while loop
13 Leap Year Python CodeVisualization for demonstrating Leap Year JSVEE for loop
14 Nested For Loops Review Quiz Question, Battery Introduction to using nested for loops for CS1 review questions. OpenDSA For Loop
15 q_py_for_loop1_es Python PredictingFinalResult for demonstrating q_py_for_loop1_es QuizPET for loop, loops
16 Ciclo for anidado Python PredictingFinalResult for demonstrating Ciclo for anidado QuizPET for loop, loops
17 For Loop Statement Python BehaviorExample for demonstrating For Loop Statement WebEx for loop, loops
18 Break Statement Python BehaviorExample for demonstrating Break Statement WebEx for loop, loops
19 Continue Statement Python BehaviorExample for demonstrating Continue Statement WebEx for loop, loops
20 Pass Statement Python BehaviorExample for demonstrating Pass Statement WebEx for loop, loops
21 Loop For 1 Java PredictingFinalResult for demonstrating Loop For 1 QuizJET for loop, loops, nested loops, variables
22 Loop For 2 Java PredictingFinalResult for demonstrating Loop For 2 QuizJET for loop, loops, nested loops
23 Loop For 3 Java PredictingFinalResult for demonstrating Loop For 3 QuizJET for loop, loops, nested loops
24 Loop For 5 Java PredictingFinalResult for demonstrating Loop For 5 QuizJET for loop, loops
25 Nested For Loop Nested For Loop AnnEx for loop, loops, nested loops
26 Print Out a Diamond Print Out a Diamond AnnEx for loop, nested loops
27 Infinite For Infinite For AnnEx for loop, nested loops
28 For with Multiple Variables 2 For with Multiple Variables 2 AnnEx for loop, nested loops
29 For with Multiple Variables For with Multiple Variables AnnEx for loop, nested loops
30 For with Multiple Variables 3 For with Multiple Variables 3 AnnEx for loop, nested loops
31 For omitting elements For omitting elements AnnEx for loop, nested loops
32 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
33 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
34 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
35 Calcular una potencia Construye un programa que calcule la base elevada al exponente no negativo sin usar multiplicacion. jsParsons for loop, loops
36 For Loop Demo Java CodeVisualization for demonstrating For Loop Demo JSVEE for loop, nested loops
37 For with Multiple Variables 2 Java CodeVisualization for demonstrating For with Multiple Variables 2 JSVEE for loop, loops, nested loops
38 ae_python_for Python CodeVisualization for demonstrating ae_python_for JSVEE for loop, loops
39 Greatest Divisor Brute Force Python CodeVisualization for demonstrating Greatest Divisor Brute Force JSVEE for loop, functions
40 Nested for loop Python PredictingFinalResult for demonstrating Nested for loop QuizPET algorithm analysis, for loop, nested loops
41 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
42 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
43 Enhanced For Loop Demo Java CodeVisualization for demonstrating Enhanced For Loop Demo JSVEE 2d arrays, arraylist, arrays, for loop
44 Introduction to Lists Module Review Quiz Question, Battery Introduction to lists and nested for loops for CS1 review questions. OpenDSA List, For Loop
45 Nested For and While Loop Python PredictingFinalResult for demonstrating Nested For and While Loop QuizPET algorithm analysis, for loop, nested loops
46 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
47 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
48 Enhanced For Loop Java PredictingFinalResult for demonstrating Enhanced For Loop QuizJET 2d arrays, arrays, loops
49 For loop PCEX Set of activities for For loop PCEX
50 for_loops.j_for_one PCEX Set of activities for for_loops.j_for_one PCEX
51 for_loops.j_for_one PCEX Set of activities for for_loops.j_for_one PCEX
52 for_loops.j_for_three PCEX Set of activities for for_loops.j_for_three PCEX
53 for_loops.j_for_three PCEX Set of activities for for_loops.j_for_three PCEX
54 for_loops.j_for_two PCEX Set of activities for for_loops.j_for_two PCEX
55 for_loops.j_for_two PCEX Set of activities for for_loops.j_for_two PCEX
56 for_loops.j_squares PCEX Set of activities for for_loops.j_squares PCEX
57 for_loops.j_squares PCEX Set of activities for for_loops.j_squares PCEX
58 Enhanced For Loop Demo Java BehaviorExample for demonstrating Enhanced For Loop Demo AnnEx 2d arrays, arrays
59 Maximum value in array For loop that finds the maximum value in an array of integers. PCEX
60 Array sum calculator demonstrates the use of a for loop to calculate the sum of all members of an array of integers. PCEX
61 For-each Loop Statement Module Review Quiz Question, Battery For-each statement module review questions for CS1. OpenDSA For-Each Loop
62 For-each Loop Statement Review Quiz Question, Battery For-each statement for CS1 self-assessment questions. OpenDSA For-Each Loop
63 Iterating with Arrays Review Questions Question, Battery CS1-level iterating over arrays review questions. OpenDSA Array, For-Each Loop
64 Arrays Module Review Questions Question, Battery CS1-level introduction to arrays module review questions. OpenDSA Array, For-Each Loop
65 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
66 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
67 Loop While 1 Java PredictingFinalResult for demonstrating Loop While 1 QuizJET while loop
68 Loop While 2 Java PredictingFinalResult for demonstrating Loop While 2 QuizJET while loop
69 Loop While 5 Java PredictingFinalResult for demonstrating Loop While 5 QuizJET while loop
70 Loop Do-While 1 Java PredictingFinalResult for demonstrating Loop Do-While 1 QuizJET do-while loop, while loop
71 Loop Do-While 2 Java PredictingFinalResult for demonstrating Loop Do-While 2 QuizJET do-while loop, while loop
72 Loop Do-While 3 Java PredictingFinalResult for demonstrating Loop Do-While 3 QuizJET do-while loop, while loop
73 Loop Do-While 4 Java PredictingFinalResult for demonstrating Loop Do-While 4 QuizJET do-while loop, while loop
74 Loop While 3 Java PredictingFinalResult for demonstrating Loop While 3 QuizJET loops, while loop
75 Counter Controlled Loops Review Quiz Question, Battery Counter controlled loops for CS1 review questions. OpenDSA Loop
76 While loop PCEX Set of activities for While loop PCEX
77 while_loops.divisor PCEX Set of activities for while_loops.divisor PCEX
78 while_loops.divisor PCEX Set of activities for while_loops.divisor PCEX
79 while_loops.inputs PCEX Set of activities for while_loops.inputs PCEX
80 while_loops.inputs PCEX Set of activities for while_loops.inputs PCEX
81 while_loops.j_average PCEX Set of activities for while_loops.j_average PCEX
82 while_loops.j_average PCEX Set of activities for while_loops.j_average PCEX
83 while_loops.j_check_adjacent PCEX Set of activities for while_loops.j_check_adjacent PCEX
84 while_loops.j_check_adjacent PCEX Set of activities for while_loops.j_check_adjacent PCEX
85 while_loops.j_digits PCEX Set of activities for while_loops.j_digits PCEX
86 while_loops.j_digits PCEX Set of activities for while_loops.j_digits PCEX
87 while_loops.win_percentage PCEX Set of activities for while_loops.win_percentage PCEX
88 while_loops.win_percentage PCEX Set of activities for while_loops.win_percentage PCEX
89 Loop Array Java PredictingFinalResult for demonstrating Loop Array QuizJET arrays
90 SimpleNestedLoop Simple Nested Loop for NestedStatement AnnEx
91 while loop Python PredictingFinalResult for demonstrating while loop QuizPET loops, while loop
92 while loop with summation Python PredictingFinalResult for demonstrating while loop with summation QuizPET loops, while loop
93 While Loop Statement Python BehaviorExample for demonstrating While Loop Statement WebEx loops, while loop
94 Nested Loops Python BehaviorExample for demonstrating Nested Loops WebEx loops, while loop
95 While Loop Statement Python BehaviorExample for demonstrating While Loop Statement WebEx loops
96 Sentinel Loop Control Python BehaviorExample for demonstrating Sentinel Loop Control WebEx while loop
97 While Loop Python CodeVisualization for demonstrating While Loop JSVEE loops, while loop
98 Nested Loops 1 Java PredictingFinalResult for demonstrating Nested Loops 1 QuizJET nested loops
99 Nested Loops 3 Java PredictingFinalResult for demonstrating Nested Loops 3 QuizJET nested loops
100 Nested Loops Java CodeVisualization for demonstrating Nested Loops JSVEE nested loops
101 do while loop PCEX Set of activities for do while loop PCEX
102 Nested For Demo Java CodeVisualization for demonstrating Nested For Demo JSVEE nested loops
103 For-Each Java CodeVisualization for demonstrating For-Each JSVEE 2d arrays, arraylist, arrays, loops
104 For-each with break Java CodeVisualization for demonstrating For-each with break JSVEE 2d arrays, arraylist, arrays, loops
105 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
106 Countdown to Zero Python BehaviorExample for demonstrating Countdown to Zero WebEx while loop
107 Table of Squares Python BehaviorExample for demonstrating Table of Squares WebEx while loop
108 Conversion Table (Fahrenheit to Celsius) Python BehaviorExample for demonstrating Conversion Table (Fahrenheit to Celsius) WebEx while loop
109 Sum and Average Using Loops Python BehaviorExample for demonstrating Sum and Average Using Loops WebEx while loop
110 Functions Basics Python BehaviorExample for demonstrating Functions Basics WebEx while loop
111 Question 4 Java PredictingFinalResult for demonstrating Question 4 QuizJET while loop
112 While (Memphis) Java BehaviorExample for demonstrating While (Memphis) AnnEx while loop
113 While Demo Java CodeVisualization for demonstrating While Demo JSVEE while loop
114 Power With Input4 Python CodeVisualization for demonstrating Power With Input4 JSVEE while loop
115 Power2 Python CodeVisualization for demonstrating Power2 JSVEE while loop
116 Conditional Statements and While Loops: Chapter Review Question, Battery Chapter review questions for conditional statements and while loops. OpenDSA While Loop, Conditional Statement
117 Problem 4 Java PredictingFinalResult for demonstrating Problem 4 QuizJET nested loops
118 q_py_nested_while1_es Python PredictingFinalResult for demonstrating q_py_nested_while1_es QuizPET loops, while loop
119 nested while Python PredictingFinalResult for demonstrating nested while QuizPET algorithm analysis, loops, nested loops, while loop
120 q_py_while_loop1_es Python PredictingFinalResult for demonstrating q_py_while_loop1_es QuizPET loops, while loop
121 q_py_while_loop2_es Python PredictingFinalResult for demonstrating q_py_while_loop2_es QuizPET loops, while loop
122 Functions Example 2 Python BehaviorExample for demonstrating Functions Example 2 WebEx functions, while loop
123 5.2. The while statement Python BehaviorExample for demonstrating 5.2. The while statement WebEx loops, while loop
124 Problem 2 Java PredictingFinalResult for demonstrating Problem 2 QuizJET do-while loop, while loop
125 Problem 3 Java PredictingFinalResult for demonstrating Problem 3 QuizJET do-while loop, while loop
126 Problem 1 Java PredictingFinalResult for demonstrating Problem 1 QuizJET loops, while loop
127 Question 5 Java PredictingFinalResult for demonstrating Question 5 QuizJET do-while loop
128 2-19_CompoundInterest Java BehaviorExample for demonstrating 2-19_CompoundInterest AnnEx do-while loop
129 DoWhile Demo Java CodeVisualization for demonstrating DoWhile Demo JSVEE do-while loop, loops, while loop
130 DoWhile Java CodeVisualization for demonstrating DoWhile JSVEE do-while loop, loops, while loop
131 While Java CodeVisualization for demonstrating While JSVEE loops, while loop
132 ae_python_while Python CodeVisualization for demonstrating ae_python_while JSVEE loops, while loop
133 Age Checking2 Python CodeVisualization for demonstrating Age Checking2 JSVEE loops, while loop
134 jLabArray1 Java PredictingFinalResult for demonstrating jLabArray1 QuizJET arraylist, arrays, loops, overloading
135 Partition2 Python CodeVisualization for demonstrating Partition2 JSVEE list, nested loops
136 Arrays 4 Java PredictingFinalResult for demonstrating Arrays 4 QuizJET 2d arrays, arraylist, arrays, loops, overloading
137 Partition Python CodeVisualization for demonstrating Partition JSVEE algorithm analysis, list, nested loops
138 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
139 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
140 DEPRECATED_Nested Loops Java BehaviorExample for demonstrating DEPRECATED_Nested Loops AnnEx
141 DEPRECATED_Nested Loops2 Java BehaviorExample for demonstrating DEPRECATED_Nested Loops2 AnnEx
142 modify a list in a loop Python PredictingFinalResult for demonstrating modify a list in a loop QuizPET list
143 Finding zero a "do while" loop to iterate through an array of random integer numbers, searching for the number 0. When it... PCEX
144 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
145 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
146 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
147 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
148 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
149 ForLoop C++ BehaviorExample for demonstrating ForLoop AnnEx
150 ForLoop2 C++ BehaviorExample for demonstrating ForLoop2 AnnEx
151 csedpad.11.ForLoops.no_topic PCEX Set of activities for csedpad.11.ForLoops.no_topic PCEX
152 csedpad.11.ForLoops.no_topic This program displays the multiplication table of 6. PCEX
153 csedpad.11.ForLoops.no_topic_1 PCEX Set of activities for csedpad.11.ForLoops.no_topic_1 PCEX
154 csedpad.11.ForLoops.no_topic_1 This program checks whether a number is a prime number or not and displays the result. PCEX
155 csedpad.11.ForLoops.no_topic_1 50 chickens are separated in odd-numbered and even-numbered cages with the first chicken being in cage 1 and the last... PCEX
156 csedpad.11.ForLoops.no_topic_1 this is a program for a countdown display for launching a rocket in space which must show numbers in decreasing... PCEX