Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Nested Loops Python BehaviorExample for demonstrating Nested Loops WebEx loops, while loop
2 Nested Loops 1 Java PredictingFinalResult for demonstrating Nested Loops 1 QuizJET nested loops
3 Nested Loops 3 Java PredictingFinalResult for demonstrating Nested Loops 3 QuizJET nested loops
4 (Nested Loops) Grid of stars - CSEdPad Print a grid of stars. AnnEx nested loops
5 Nested Loops Nested Loops AnnEx nested loops
6 Nested Loops2 Nested Loops2 AnnEx nested loops
7 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
8 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
9 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
10 Nested Loops Java CodeVisualization for demonstrating Nested Loops JSVEE nested loops
11 DEPRECATED_Nested Loops Java BehaviorExample for demonstrating DEPRECATED_Nested Loops AnnEx
12 DEPRECATED_Nested Loops2 Java BehaviorExample for demonstrating DEPRECATED_Nested Loops2 AnnEx
13 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
14 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
15 Nested For Demo Java CodeVisualization for demonstrating Nested For Demo JSVEE nested loops
16 nested while Python PredictingFinalResult for demonstrating nested while QuizPET algorithm analysis, loops, nested loops, while loop
17 Nested For Loop Nested For Loop AnnEx for loop, loops, nested loops
18 Nested for loop Python PredictingFinalResult for demonstrating Nested for loop QuizPET algorithm analysis, for loop, nested loops
19 Nested For and While Loop Python PredictingFinalResult for demonstrating Nested For and While Loop QuizPET algorithm analysis, for loop, nested loops
20 Problem 4 Java PredictingFinalResult for demonstrating Problem 4 QuizJET nested loops
21 Partition2 Python CodeVisualization for demonstrating Partition2 JSVEE list, nested loops
22 Loop For 1 Java PredictingFinalResult for demonstrating Loop For 1 QuizJET for loop, loops, nested loops, variables
23 Loop For 2 Java PredictingFinalResult for demonstrating Loop For 2 QuizJET for loop, loops, nested loops
24 Loop For 3 Java PredictingFinalResult for demonstrating Loop For 3 QuizJET for loop, loops, nested loops
25 For Loop For Loop AnnEx for loop, loops, nested loops
26 For with Multiple Variables 2 Java CodeVisualization for demonstrating For with Multiple Variables 2 JSVEE for loop, loops, nested loops
27 Print Out a Diamond Print Out a Diamond AnnEx for loop, nested loops
28 Infinite For Infinite For AnnEx for loop, nested loops
29 For with Multiple Variables 2 For with Multiple Variables 2 AnnEx for loop, nested loops
30 For with Multiple Variables For with Multiple Variables AnnEx for loop, nested loops
31 For with Multiple Variables 3 For with Multiple Variables 3 AnnEx for loop, nested loops
32 For omitting elements For omitting elements AnnEx for loop, nested loops
33 For Loop Demo Java CodeVisualization for demonstrating For Loop Demo JSVEE for loop, nested loops
34 Partition Python CodeVisualization for demonstrating Partition JSVEE algorithm analysis, list, nested loops
35 Nested For Loops Review Quiz Question, Battery Introduction to using nested for loops for CS1 review questions. OpenDSA For Loop
36 Introduction to Lists Module Review Quiz Question, Battery Introduction to lists and nested for loops for CS1 review questions. OpenDSA List, For Loop
37 q_py_nested_while1_es Python PredictingFinalResult for demonstrating q_py_nested_while1_es QuizPET loops, while loop
38 SimpleNestedLoop Simple Nested Loop for NestedStatement AnnEx
39 py_nestedloops_print_a_square_star_pattern PCEX Set of activities for py_nestedloops_print_a_square_star_pattern PCEX
40 py_nestedloops_print_a_square_star_pattern_llm PCEX Set of activities for py_nestedloops_print_a_square_star_pattern_llm PCEX
41 csedpad.12.NestedLoops.nestedloops PCEX Set of activities for csedpad.12.NestedLoops.nestedloops PCEX
42 csedpad.12.NestedLoops.nestedloops Print a triangle of stars. PCEX
43 csedpad.12.NestedLoops.nestedloops_1 PCEX Set of activities for csedpad.12.NestedLoops.nestedloops_1 PCEX
44 csedpad.12.NestedLoops.nestedloops_1 Print a grid of stars. PCEX
45 csedpad.12.NestedLoops.nestedloops_1 Label all squares on a chessboard with numbers from 1 to 64 such that the top row's squares are labeled... PCEX
46 csedpad.12.NestedLoops.nestedloops_1 Generate the multiplication table. PCEX
47 nested if-elif Python PredictingFinalResult for demonstrating nested if-elif QuizPET algorithm analysis, control flow, if statement, if-else statement
48 nested if-elif Python PredictingFinalResult for demonstrating nested if-elif QuizPET
49 nested if Python PredictingFinalResult for demonstrating nested if QuizPET control flow, if-else statement
50 Nested IF...ELSE Statement 2 Python BehaviorExample for demonstrating Nested IF...ELSE Statement 2 WebEx if statement
51 Nested If Statements Python BehaviorExample for demonstrating Nested If Statements WebEx conditionals, if-else statement
52 Nested IF...ELSE Statement Python BehaviorExample for demonstrating Nested IF...ELSE Statement WebEx if statement, if-else statement
53 nested_for.repeated_sequence PCEX Set of activities for nested_for.repeated_sequence PCEX
54 nested_for.repeated_sequence PCEX Set of activities for nested_for.repeated_sequence PCEX
55 nested_for.star_patterns_ PCEX Set of activities for nested_for.star_patterns_ PCEX
56 nested_for.star_patterns PCEX Set of activities for nested_for.star_patterns PCEX
57 nested_for.star_patterns PCEX Set of activities for nested_for.star_patterns PCEX
58 Nested if Nested if AnnEx boolean expressions, conditionals, if-else statement
59 Nested Switch Nested Switch AnnEx conditionals, switch statement
60 Nested Subqueries (1) Nested Subqueries (1) AnnEx subqueries
61 Nested Subqueries (1) pt This is the portuguese version. AnnEx subqueries
62 Nested Subqueries (2) Nested Subqueries (2) AnnEx subqueries
63 Nested Subqueries (2) pt This is the portuguese version. AnnEx subqueries
64 Nested Calls First define a calculate function and then define double function (that returns the given value doubled). Then write a program... jsParsons algorithm analysis, functions
65 Nested ifs Construct a program that prints out a sentence depending on the time of day. Night is considered to be before... jsParsons algorithm analysis, control flow, if statement, if-else statement
66 Nested List Indexing Construct a program that first prints out [[1, 2, 3], [4, 5, 6]], then [4, 5, 6], and finally 6. jsParsons list
67 Nested if Java CodeVisualization for demonstrating Nested if JSVEE conditionals, control flow, if-else statement
68 Nested If Python CodeVisualization for demonstrating Nested If JSVEE algorithm analysis, control flow, if statement, if-else statement
69 Nested Lets Tracing Exercise Code trace exercise for a program in imperative language SLang2. OpenDSA Functional Programming
70 Nested Lets with Closures Tracing Exercise Code trace exercise for a program in imperative language SLang2. OpenDSA Functional Programming
71 Nested Lets Syntax-Only Tracing Exercise Code trace exercise for a program in imperative language SLang2. OpenDSA Functional Programming
72 ifelse.nested_if_min_max PCEX Set of activities for ifelse.nested_if_min_max PCEX
73 ifelse.nested_if_min_max PCEX Set of activities for ifelse.nested_if_min_max PCEX
74 ifelse.nested_if_temperature PCEX Set of activities for ifelse.nested_if_temperature PCEX
75 ifelse.nested_if_temperature PCEX Set of activities for ifelse.nested_if_temperature PCEX
76 py_nested_if_min_max PCEX Set of activities for py_nested_if_min_max PCEX
77 py_nested_if_temperature PCEX Set of activities for py_nested_if_temperature PCEX
78 py_nested_if_temperature_es PCEX Set of activities for py_nested_if_temperature_es PCEX
79 py_nested_if_temperature_llm PCEX Set of activities for py_nested_if_temperature_llm PCEX
80 q_py_nested_for_while_es Python PredictingFinalResult for demonstrating q_py_nested_for_while_es QuizPET 2d list
81 q_py_nested_if_elif1_es Python PredictingFinalResult for demonstrating q_py_nested_if_elif1_es QuizPET conditionals
82 q_py_nested_if_elif2_es Python PredictingFinalResult for demonstrating q_py_nested_if_elif2_es QuizPET conditionals
83 q_py_nested_if1_es Python PredictingFinalResult for demonstrating q_py_nested_if1_es QuizPET conditionals
84 If else nested (Memphis) Demo of using if with else - this program simulates a bouncer at a club. AnnEx if-else statement
85 Functional Programming: Nested Scopes Algorithm Visualization, Code Tracing Presentation Slideshow illustrating nested scopes in a functional programming language. OpenDSA Functional Programming
86 Grammar Construction Exercise: Balanced Parentheses Grammar Construction Exercise Exercise where user must write the grammar for a given language. This language has balanced and properly nested parentheses. OpenDSA Language, Grammar