Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | while loop | Python PredictingFinalResult for demonstrating while loop | QuizPET | loops, while loop | |
| 2 | Countdown to Zero | Python BehaviorExample for demonstrating Countdown to Zero | WebEx | while loop | |
| 3 | Table of Squares | Python BehaviorExample for demonstrating Table of Squares | WebEx | while loop | |
| 4 | Conversion Table (Fahrenheit to Celsius) | Python BehaviorExample for demonstrating Conversion Table (Fahrenheit to Celsius) | WebEx | while loop | |
| 5 | Sum and Average Using Loops | Python BehaviorExample for demonstrating Sum and Average Using Loops | WebEx | while loop | |
| 6 | Sentinel Loop Control | Python BehaviorExample for demonstrating Sentinel Loop Control | WebEx | while loop | |
| 7 | Functions Basics | Python BehaviorExample for demonstrating Functions Basics | WebEx | while loop | |
| 8 | Loop While 1 | Java PredictingFinalResult for demonstrating Loop While 1 | QuizJET | while loop | |
| 9 | Loop While 2 | Java PredictingFinalResult for demonstrating Loop While 2 | QuizJET | while loop | |
| 10 | Loop While 5 | Java PredictingFinalResult for demonstrating Loop While 5 | QuizJET | while loop | |
| 11 | Question 4 | Java PredictingFinalResult for demonstrating Question 4 | QuizJET | while loop | |
| 12 | (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 | |
| 13 | While (Memphis) | Java BehaviorExample for demonstrating While (Memphis) | AnnEx | while loop | |
| 14 | 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 | |
| 15 | 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 | |
| 16 | While Demo | Java CodeVisualization for demonstrating While Demo | JSVEE | while loop | |
| 17 | While Loop | Python CodeVisualization for demonstrating While Loop | JSVEE | loops, while loop | |
| 18 | Power With Input4 | Python CodeVisualization for demonstrating Power With Input4 | JSVEE | while loop | |
| 19 | Power2 | Python CodeVisualization for demonstrating Power2 | JSVEE | while loop | |
| 20 | Working with While Loops Review Questions | Question, Battery | While Loops self-assessment questions. | OpenDSA | While Loop |
| 21 | while loop with summation | Python PredictingFinalResult for demonstrating while loop with summation | QuizPET | loops, while loop | |
| 22 | While Loop Statement | Python BehaviorExample for demonstrating While Loop Statement | WebEx | loops, while loop | |
| 23 | Conditional Statements and While Loops: Chapter Review | Question, Battery | Chapter review questions for conditional statements and while loops. | OpenDSA | While Loop, Conditional Statement |
| 24 | Nested Loops | Python BehaviorExample for demonstrating Nested Loops | WebEx | loops, while loop | |
| 25 | While with double | While with double | AnnEx | loops, while loop | |
| 26 | While | While | AnnEx | loops, while loop | |
| 27 | While | Java CodeVisualization for demonstrating While | JSVEE | loops, while loop | |
| 28 | q_py_nested_while1_es | Python PredictingFinalResult for demonstrating q_py_nested_while1_es | QuizPET | loops, while loop | |
| 29 | nested while | Python PredictingFinalResult for demonstrating nested while | QuizPET | algorithm analysis, loops, nested loops, while loop | |
| 30 | q_py_while_loop1_es | Python PredictingFinalResult for demonstrating q_py_while_loop1_es | QuizPET | loops, while loop | |
| 31 | q_py_while_loop2_es | Python PredictingFinalResult for demonstrating q_py_while_loop2_es | QuizPET | loops, while loop | |
| 32 | Functions Example 2 | Python BehaviorExample for demonstrating Functions Example 2 | WebEx | functions, while loop | |
| 33 | 5.2. The while statement | Python BehaviorExample for demonstrating 5.2. The while statement | WebEx | loops, while loop | |
| 34 | Loop Do-While 1 | Java PredictingFinalResult for demonstrating Loop Do-While 1 | QuizJET | do-while loop, while loop | |
| 35 | Loop Do-While 2 | Java PredictingFinalResult for demonstrating Loop Do-While 2 | QuizJET | do-while loop, while loop | |
| 36 | Loop Do-While 3 | Java PredictingFinalResult for demonstrating Loop Do-While 3 | QuizJET | do-while loop, while loop | |
| 37 | Loop Do-While 4 | Java PredictingFinalResult for demonstrating Loop Do-While 4 | QuizJET | do-while loop, while loop | |
| 38 | Problem 2 | Java PredictingFinalResult for demonstrating Problem 2 | QuizJET | do-while loop, while loop | |
| 39 | Problem 3 | Java PredictingFinalResult for demonstrating Problem 3 | QuizJET | do-while loop, while loop | |
| 40 | Loop While 3 | Java PredictingFinalResult for demonstrating Loop While 3 | QuizJET | loops, while loop | |
| 41 | Problem 1 | Java PredictingFinalResult for demonstrating Problem 1 | QuizJET | loops, while loop | |
| 42 | Question 5 | Java PredictingFinalResult for demonstrating Question 5 | QuizJET | do-while loop | |
| 43 | 2-19_CompoundInterest | Java BehaviorExample for demonstrating 2-19_CompoundInterest | AnnEx | do-while loop | |
| 44 | (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 | |
| 45 | DoWhile | DoWhile | AnnEx | do-while loop | |
| 46 | Sum using While | Sum using While | AnnEx | loops, while loop | |
| 47 | Calcular una potencia | Construye un programa que calcule la base elevada al exponente. | jsParsons | loops, while loop | |
| 48 | 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 | |
| 49 | Iteration with Addition | Construct a program that prints the value 8. | jsParsons | loops, while loop | |
| 50 | Crear un programa con un ciclo while | Construye un programa que imprima el valor 8. | jsParsons | loops, while loop | |
| 51 | Iteration with Multiplication | Construct a program that prints values 1,2,4,8 and finally prints "The end!". | jsParsons | loops, while loop | |
| 52 | 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 | |
| 53 | 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 | |
| 54 | 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 | |
| 55 | DoWhile Demo | Java CodeVisualization for demonstrating DoWhile Demo | JSVEE | do-while loop, loops, while loop | |
| 56 | DoWhile | Java CodeVisualization for demonstrating DoWhile | JSVEE | do-while loop, loops, while loop | |
| 57 | For Loop | Python CodeVisualization for demonstrating For Loop | JSVEE | for loop, loops, while loop | |
| 58 | ae_python_while | Python CodeVisualization for demonstrating ae_python_while | JSVEE | loops, while loop | |
| 59 | Age Checking2 | Python CodeVisualization for demonstrating Age Checking2 | JSVEE | loops, while loop | |
| 60 | 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 | |
| 61 | While Loop Statement | Python BehaviorExample for demonstrating While Loop Statement | WebEx | loops | |
| 62 | Nested For and While Loop | Python PredictingFinalResult for demonstrating Nested For and While Loop | QuizPET | algorithm analysis, for loop, nested loops | |
| 63 | While loop | PCEX Set of activities for While loop | PCEX | ||
| 64 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 65 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 66 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 67 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 68 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 69 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 70 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 71 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 72 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 73 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 74 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 75 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 76 | do while loop | PCEX Set of activities for do while loop | PCEX | ||
| 77 | Finding zero | a "do while" loop to iterate through an array of random integer numbers, searching for the number 0. When it... | PCEX | ||
| 78 | 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 | |
| 79 | 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 | |
| 80 | Whileloop | C++ BehaviorExample for demonstrating Whileloop | AnnEx | ||
| 81 | csedpad.09.WhileLoops.whileloops | PCEX Set of activities for csedpad.09.WhileLoops.whileloops | PCEX | ||
| 82 | csedpad.09.WhileLoops.whileloops | Guess the number. | PCEX | ||
| 83 | csedpad.09.WhileLoops.whileloops_1 | PCEX Set of activities for csedpad.09.WhileLoops.whileloops_1 | PCEX | ||
| 84 | csedpad.09.WhileLoops.whileloops_1 | Assume you have a list of 1,000 people in alphabetical order and you are assigned to collect from the first... | PCEX | ||
| 85 | csedpad.09.WhileLoops.whileloops_1 | Bank overdraft warning. We implement a computer program that monitors a bank account with an initial balance of $1,000 and... | PCEX | ||
| 86 | csedpad.09.WhileLoops.whileloops_1 | Construct a program that finds the smallest divisor (other than 1) of a positive number. For example, the smallest divisor... | PCEX | ||
| 87 | csedpad.10.DoWhile.do-whileloops | PCEX Set of activities for csedpad.10.DoWhile.do-whileloops | PCEX | ||
| 88 | csedpad.10.DoWhile.do-whileloops | Repeatedly prompt the user to guess the number of floors in the world's tallest building, the Burj Khalifa in Dubai.... | PCEX | ||
| 89 | csedpad.10.DoWhile.do-whileloops_1 | PCEX Set of activities for csedpad.10.DoWhile.do-whileloops_1 | PCEX | ||
| 90 | csedpad.10.DoWhile.do-whileloops_1 | Given a collection of test scores with values between 0 and 100, find and display the low and high scores... | PCEX | ||
| 91 | csedpad.10.DoWhile.do-whileloops_1 | The world's tiniest command-line calculator. Repeatedly prompt the user for a command (add, sub, or exit). The add command increments... | PCEX | ||
| 92 | csedpad.10.DoWhile.do-whileloops_1 | Repeatedly prompt the user for a number between 0 and 9 until the user enters -1. Each time the user... | PCEX |