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 | Table of Squares (For Loop) | Python BehaviorExample for demonstrating Table of Squares (For Loop) | WebEx | for loop | |
| 3 | Loop For 4 | Java PredictingFinalResult for demonstrating Loop For 4 | QuizJET | for loop | |
| 4 | For loop | PCEX Set of activities for For loop | PCEX | ||
| 5 | (For loops) Sum of odd numbers - CSEdPad | This program sums up the odd number from 1 to 50 | AnnEx | for loop | |
| 6 | For Loop | For Loop | AnnEx | for loop, loops, nested loops | |
| 7 | For Loop | Python CodeVisualization for demonstrating For Loop | JSVEE | for loop, loops, while loop | |
| 8 | Nested For Loops Review Quiz | Question, Battery | Introduction to using nested for loops for CS1 review questions. | OpenDSA | For Loop |
| 9 | q_py_for_loop1_es | Python PredictingFinalResult for demonstrating q_py_for_loop1_es | QuizPET | for loop, loops | |
| 10 | For Loop Statement | Python BehaviorExample for demonstrating For Loop Statement | WebEx | for loop, loops | |
| 11 | Loop For 1 | Java PredictingFinalResult for demonstrating Loop For 1 | QuizJET | for loop, loops, nested loops, variables | |
| 12 | Loop For 2 | Java PredictingFinalResult for demonstrating Loop For 2 | QuizJET | for loop, loops, nested loops | |
| 13 | Loop For 3 | Java PredictingFinalResult for demonstrating Loop For 3 | QuizJET | for loop, loops, nested loops | |
| 14 | Loop For 5 | Java PredictingFinalResult for demonstrating Loop For 5 | QuizJET | for loop, loops | |
| 15 | Nested For Loop | Nested For Loop | AnnEx | for loop, loops, nested loops | |
| 16 | For Loop Demo | Java CodeVisualization for demonstrating For Loop Demo | JSVEE | for loop, nested loops | |
| 17 | for_loops.j_for_one | PCEX Set of activities for for_loops.j_for_one | PCEX | ||
| 18 | for_loops.j_for_one | PCEX Set of activities for for_loops.j_for_one | PCEX | ||
| 19 | for_loops.j_for_three | PCEX Set of activities for for_loops.j_for_three | PCEX | ||
| 20 | for_loops.j_for_three | PCEX Set of activities for for_loops.j_for_three | PCEX | ||
| 21 | for_loops.j_for_two | PCEX Set of activities for for_loops.j_for_two | PCEX | ||
| 22 | for_loops.j_for_two | PCEX Set of activities for for_loops.j_for_two | PCEX | ||
| 23 | for_loops.j_squares | PCEX Set of activities for for_loops.j_squares | PCEX | ||
| 24 | for_loops.j_squares | PCEX Set of activities for for_loops.j_squares | PCEX | ||
| 25 | Nested for loop | Python PredictingFinalResult for demonstrating Nested for loop | QuizPET | algorithm analysis, for loop, nested loops | |
| 26 | Enhanced For Loop | Java PredictingFinalResult for demonstrating Enhanced For Loop | QuizJET | 2d arrays, arrays, loops | |
| 27 | Enhanced For Loop Demo | Java BehaviorExample for demonstrating Enhanced For Loop Demo | AnnEx | 2d arrays, arrays | |
| 28 | Enhanced For Loop Demo | Java CodeVisualization for demonstrating Enhanced For Loop Demo | JSVEE | 2d arrays, arraylist, arrays, for loop | |
| 29 | Nested For and While Loop | Python PredictingFinalResult for demonstrating Nested For and While Loop | QuizPET | algorithm analysis, for loop, nested loops | |
| 30 | 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 | |
| 31 | Single Line Loop Statement | Python BehaviorExample for demonstrating Single Line Loop Statement | WebEx | for loop | |
| 32 | Iteration Multiplication For | Construct a program that prints values 1,2,4,8 and finally prints "The end!". | jsParsons | for loop | |
| 33 | Ciclo for anidado | Python PredictingFinalResult for demonstrating Ciclo for anidado | QuizPET | for loop, loops | |
| 34 | Infinite For | Infinite For | AnnEx | for loop, nested loops | |
| 35 | For with Multiple Variables 2 | For with Multiple Variables 2 | AnnEx | for loop, nested loops | |
| 36 | For with Multiple Variables | For with Multiple Variables | AnnEx | for loop, nested loops | |
| 37 | For with Multiple Variables 3 | For with Multiple Variables 3 | AnnEx | for loop, nested loops | |
| 38 | For omitting elements | For omitting elements | AnnEx | for loop, nested loops | |
| 39 | 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 | |
| 40 | For with Multiple Variables 2 | Java CodeVisualization for demonstrating For with Multiple Variables 2 | JSVEE | for loop, loops, nested loops | |
| 41 | ae_python_for | Python CodeVisualization for demonstrating ae_python_for | JSVEE | for loop, loops | |
| 42 | Question 6 | Java PredictingFinalResult for demonstrating Question 6 | QuizJET | for loop | |
| 43 | 2-19_PrimeChecker | Java BehaviorExample for demonstrating 2-19_PrimeChecker | AnnEx | for loop | |
| 44 | 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 | |
| 45 | Calculating power | Construct a program that calculates the base raised to the power of the non-negative exponent without using multiplication. | jsParsons | for loop | |
| 46 | Leap Year | Python CodeVisualization for demonstrating Leap Year | JSVEE | for loop | |
| 47 | Break Statement | Python BehaviorExample for demonstrating Break Statement | WebEx | for loop, loops | |
| 48 | Continue Statement | Python BehaviorExample for demonstrating Continue Statement | WebEx | for loop, loops | |
| 49 | Pass Statement | Python BehaviorExample for demonstrating Pass Statement | WebEx | for loop, loops | |
| 50 | Print Out a Diamond | Print Out a Diamond | AnnEx | for loop, nested loops | |
| 51 | 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 | |
| 52 | 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 | |
| 53 | Calcular una potencia | Construye un programa que calcule la base elevada al exponente no negativo sin usar multiplicacion. | jsParsons | for loop, loops | |
| 54 | Greatest Divisor Brute Force | Python CodeVisualization for demonstrating Greatest Divisor Brute Force | JSVEE | for loop, functions | |
| 55 | 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 | |
| 56 | 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 | |
| 57 | Introduction to Lists Module Review Quiz | Question, Battery | Introduction to lists and nested for loops for CS1 review questions. | OpenDSA | List, For Loop |
| 58 | 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 | |
| 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 | 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 | |
| 64 | 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 | |
| 65 | Loop While 1 | Java PredictingFinalResult for demonstrating Loop While 1 | QuizJET | while loop | |
| 66 | Loop While 2 | Java PredictingFinalResult for demonstrating Loop While 2 | QuizJET | while loop | |
| 67 | Loop While 5 | Java PredictingFinalResult for demonstrating Loop While 5 | QuizJET | while loop | |
| 68 | While loop | PCEX Set of activities for While loop | PCEX | ||
| 69 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 70 | while_loops.divisor | PCEX Set of activities for while_loops.divisor | PCEX | ||
| 71 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 72 | while_loops.inputs | PCEX Set of activities for while_loops.inputs | PCEX | ||
| 73 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 74 | while_loops.j_average | PCEX Set of activities for while_loops.j_average | PCEX | ||
| 75 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 76 | while_loops.j_check_adjacent | PCEX Set of activities for while_loops.j_check_adjacent | PCEX | ||
| 77 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 78 | while_loops.j_digits | PCEX Set of activities for while_loops.j_digits | PCEX | ||
| 79 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 80 | while_loops.win_percentage | PCEX Set of activities for while_loops.win_percentage | PCEX | ||
| 81 | Loop Do-While 1 | Java PredictingFinalResult for demonstrating Loop Do-While 1 | QuizJET | do-while loop, while loop | |
| 82 | Loop Do-While 2 | Java PredictingFinalResult for demonstrating Loop Do-While 2 | QuizJET | do-while loop, while loop | |
| 83 | Loop Do-While 3 | Java PredictingFinalResult for demonstrating Loop Do-While 3 | QuizJET | do-while loop, while loop | |
| 84 | Loop Do-While 4 | Java PredictingFinalResult for demonstrating Loop Do-While 4 | QuizJET | do-while loop, while loop | |
| 85 | Loop While 3 | Java PredictingFinalResult for demonstrating Loop While 3 | QuizJET | loops, while loop | |
| 86 | Loop Array | Java PredictingFinalResult for demonstrating Loop Array | QuizJET | arrays | |
| 87 | Iterating with Arrays Review Questions | Question, Battery | CS1-level iterating over arrays review questions. | OpenDSA | Array, For-Each Loop |
| 88 | Arrays Module Review Questions | Question, Battery | CS1-level introduction to arrays module review questions. | OpenDSA | Array, For-Each Loop |
| 89 | Counter Controlled Loops Review Quiz | Question, Battery | Counter controlled loops for CS1 review questions. | OpenDSA | Loop |
| 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 | Sum and Average Using Loops | Python BehaviorExample for demonstrating Sum and Average Using Loops | WebEx | while loop | |
| 107 | Conditional Statements and While Loops: Chapter Review | Question, Battery | Chapter review questions for conditional statements and while loops. | OpenDSA | While Loop, Conditional Statement |
| 108 | q_py_while_loop1_es | Python PredictingFinalResult for demonstrating q_py_while_loop1_es | QuizPET | loops, while loop | |
| 109 | q_py_while_loop2_es | Python PredictingFinalResult for demonstrating q_py_while_loop2_es | QuizPET | loops, while loop | |
| 110 | DEPRECATED_Nested Loops | Java BehaviorExample for demonstrating DEPRECATED_Nested Loops | AnnEx | ||
| 111 | DEPRECATED_Nested Loops2 | Java BehaviorExample for demonstrating DEPRECATED_Nested Loops2 | AnnEx | ||
| 112 | modify a list in a loop | Python PredictingFinalResult for demonstrating modify a list in a loop | QuizPET | list | |
| 113 | Countdown to Zero | Python BehaviorExample for demonstrating Countdown to Zero | WebEx | while loop | |
| 114 | Table of Squares | Python BehaviorExample for demonstrating Table of Squares | WebEx | while loop | |
| 115 | Conversion Table (Fahrenheit to Celsius) | Python BehaviorExample for demonstrating Conversion Table (Fahrenheit to Celsius) | WebEx | while loop | |
| 116 | Functions Basics | Python BehaviorExample for demonstrating Functions Basics | WebEx | while loop | |
| 117 | Question 4 | Java PredictingFinalResult for demonstrating Question 4 | QuizJET | while loop | |
| 118 | While (Memphis) | Java BehaviorExample for demonstrating While (Memphis) | AnnEx | while loop | |
| 119 | While Demo | Java CodeVisualization for demonstrating While Demo | JSVEE | while loop | |
| 120 | Power With Input4 | Python CodeVisualization for demonstrating Power With Input4 | JSVEE | while loop | |
| 121 | Power2 | Python CodeVisualization for demonstrating Power2 | JSVEE | while loop | |
| 122 | Problem 4 | Java PredictingFinalResult for demonstrating Problem 4 | QuizJET | nested loops | |
| 123 | q_py_nested_while1_es | Python PredictingFinalResult for demonstrating q_py_nested_while1_es | QuizPET | loops, while loop | |
| 124 | nested while | Python PredictingFinalResult for demonstrating nested while | QuizPET | algorithm analysis, loops, nested loops, while loop | |
| 125 | Functions Example 2 | Python BehaviorExample for demonstrating Functions Example 2 | WebEx | functions, while loop | |
| 126 | 5.2. The while statement | Python BehaviorExample for demonstrating 5.2. The while statement | WebEx | loops, while loop | |
| 127 | Problem 2 | Java PredictingFinalResult for demonstrating Problem 2 | QuizJET | do-while loop, while loop | |
| 128 | Problem 3 | Java PredictingFinalResult for demonstrating Problem 3 | QuizJET | do-while loop, while loop | |
| 129 | Problem 1 | Java PredictingFinalResult for demonstrating Problem 1 | QuizJET | loops, while loop | |
| 130 | Question 5 | Java PredictingFinalResult for demonstrating Question 5 | QuizJET | do-while loop | |
| 131 | 2-19_CompoundInterest | Java BehaviorExample for demonstrating 2-19_CompoundInterest | AnnEx | do-while loop | |
| 132 | DoWhile Demo | Java CodeVisualization for demonstrating DoWhile Demo | JSVEE | do-while loop, loops, while loop | |
| 133 | DoWhile | Java CodeVisualization for demonstrating DoWhile | JSVEE | do-while loop, loops, while loop | |
| 134 | While | Java CodeVisualization for demonstrating While | JSVEE | loops, while loop | |
| 135 | ae_python_while | Python CodeVisualization for demonstrating ae_python_while | JSVEE | loops, while loop | |
| 136 | Age Checking2 | Python CodeVisualization for demonstrating Age Checking2 | JSVEE | loops, while loop | |
| 137 | jLabArray1 | Java PredictingFinalResult for demonstrating jLabArray1 | QuizJET | arraylist, arrays, loops, overloading | |
| 138 | Partition2 | Python CodeVisualization for demonstrating Partition2 | JSVEE | list, nested loops | |
| 139 | Arrays 4 | Java PredictingFinalResult for demonstrating Arrays 4 | QuizJET | 2d arrays, arraylist, arrays, loops, overloading | |
| 140 | Partition | Python CodeVisualization for demonstrating Partition | JSVEE | algorithm analysis, list, nested loops | |
| 141 | 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 | |
| 142 | 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 |
| 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 | ||
| 157 | For petlja | PCEX Set of activities for For petlja | PCEX | ||
| 158 | For-Each 2 | For-Each 2 | AnnEx | 2d arrays, arrays | |
| 159 | For-Each with ArrayList | For-Each with ArrayList | AnnEx | arraylist | |
| 160 | For-Each | For-Each | AnnEx | 2d arrays, arrays | |
| 161 | For-each with char array | For-each with char array | AnnEx | 2d arrays, arrays | |
| 162 | For-each with break | For-each with break | AnnEx | 2d arrays, arrays | |
| 163 | For-Each with ArrayList | Java CodeVisualization for demonstrating For-Each with ArrayList | JSVEE | arraylist, list | |
| 164 | nested_for.repeated_sequence | PCEX Set of activities for nested_for.repeated_sequence | PCEX | ||
| 165 | nested_for.repeated_sequence | PCEX Set of activities for nested_for.repeated_sequence | PCEX | ||
| 166 | nested_for.star_patterns_ | PCEX Set of activities for nested_for.star_patterns_ | PCEX | ||
| 167 | nested_for.star_patterns | PCEX Set of activities for nested_for.star_patterns | PCEX | ||
| 168 | nested_for.star_patterns | PCEX Set of activities for nested_for.star_patterns | PCEX | ||
| 169 | Testing for null | Java BehaviorExample for demonstrating Testing for null | AnnEx | boolean expressions | |
| 170 | Repeat for four numbers. | Code Completion | Repeat for four numbers. Hint: Use the previous problem. | CodeCheck | Branches, Branches with Functions |
| 171 | Motivation for External Sorting Slideshow | Algorithm Visualization | Slideshow illustrating standard Mergesort does not make for an optimal external sorting algorithm. | OpenDSA | File Processing, External Sorting |
| 172 | Grammars for Deterministic CFL | Programmed Instruction | Programmed Instruction Frameset discussing grammars for deterministic context free languages. | OpenDSA | Context-Free Language |
| 173 | q_py_nested_for_while_es | Python PredictingFinalResult for demonstrating q_py_nested_for_while_es | QuizPET | 2d list | |
| 174 | IS12:: av_line_for.c (118.2) | C BehaviorExample for demonstrating IS12:: av_line_for.c (118.2) | WebEx | ||
| 175 | IS12:: f2c_for.c (118.3) | C BehaviorExample for demonstrating IS12:: f2c_for.c (118.3) | WebEx | ||
| 176 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 177 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 178 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 179 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 180 | c_ispis_unazad (for petlja) | Napisati program koji ispisuje na ekran brojeve od 1 do 5 unazad koristeći for petlju. | PCEX | ||
| 181 | c_faktorijeli (for petlja) | Napisati program koji pomoću for petlje ispisuje na ekran faktorijele svih brojeva od 1 do 5. | PCEX | ||
| 182 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 183 | The Class for Representing a Bank Account (Case 2) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 184 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 185 | The Class for Representing a Bank Account (Case 2) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 186 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 187 | The Class for Representing a Bank Account (Case 2) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 188 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 189 | The Class for Representing a Bank Account (Case 2). | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 190 | The Class for Representing a Loan (Case 1) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 191 | The Class for Representing a Loan (Case 2) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 192 | The Class for Representing a Loan (Case 1) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 193 | The Class for Representing a Loan (Case 2) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 194 | The Class for Representing a Loan (Case 1) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 195 | The Class for Representing a Loan (Case 2) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 196 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 197 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 198 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 199 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 200 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 201 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 202 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 203 | The Class for Representing a Point in the Euclidean Plane (Case 2). | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 204 | The Class for Representing a TV (Case 1) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 205 | The Class for Representing a TV (Case 2) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 206 | The Class for Representing a TV (Case 1) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 207 | The Class for Representing a TV (Case 2) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 208 | The Class for Representing a TV (Case 1) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 209 | The Class for Representing a TV (Case 2) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 210 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 211 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 212 | Repeat the preceding exercise for U. | Code Completion | Repeat the preceding exercise for U.S. time (e.g. 7:30am). | CodeCheck | Branches, Branches Without Functions |
| 213 | Space Requirements for Graph Representations Exercise | Calculation Exercise | User must calculate the space requirements for a specified graph representation scenario. | OpenDSA | Graph Representation |
| 214 | Introduction Chapter for CS1: Review Questions 1 | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Micro-Worlds | OpenDSA | Software Design |
| 215 | Introduction Chapter for CS1: Review Questions 2 | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Turning micro-worlds into code. | OpenDSA | Software Design |
| 216 | Introduction Chapter for CS1: Week 1 Reading Quiz | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Programming Concepts. | OpenDSA | Software Design |
| 217 | Expression Evaluation for SLang1 | Calculation Exercise, Battery | A collection of self-practice questions related to expression evaluation for the functional programming language SLang1. | OpenDSA | Functional Programming |
| 218 | Mergesort Modified for External Sorting | Algorithm Visualization | Slideshow illustrating simple modifications to Mergesort to make a better external sorting algorithm. | OpenDSA | File Processing, External Sorting, Mergesort |
| 219 | Programmed Instruction: Induction Proof For Factorial | Programmed Instruction | Programmed Instruction Frameset examples of induction proof proving a Factorial function implementation correct. | OpenDSA | Proof by Induction |
| 220 | Programmed Instruction: Induction Proof For Two Coloring | Programmed Instruction | Programmed Instruction Frameset examples of induction proof for two-coloring the 2D plane. | OpenDSA | Proof by Induction |
| 221 | Closure Properties for Context-Free Languages | Programmed Instruction | Programmed Instruction slideshow explaining the concept and giving examples of closure properties for Context-Free Languages. | OpenDSA | Context-Free Language, Closure Property |
| 222 | Pumping Lemma for Context-Free Languages | Programmed Instruction | Programmed Instruction slideshow introducing a pumping lemma for Context-Free Languages. | OpenDSA | Context-Free Language, Pumping Lemma |
| 223 | Closure Properties for Regular Languages: Right Quotient | Programmed Instruction | Programmed Instruction Frameset presenting the concept of right quotient, and a proof that this operator is closed for regular languages. | OpenDSA | Regular Language, Closure Property |
| 224 | Closure Properties for Regular Languages: Homomorphism | Programmed Instruction | Programmed Instruction Frameset presenting the concept of homomorphism, and a proof that this operator is closed for regular languages. | OpenDSA | Regular Language, Closure Property |
| 225 | Parse Tree Example for a Math Expression | Algorithm Visualization | Slideshow visualizing generation of a parse tree for a simple math expression. | OpenDSA | Parse Tree |
| 226 | Ambiguous Parse Tree Example for a Math Expression | Algorithm Visualization | Slideshow visualizing how generation of a parse tree from a grammar might be ambiguous. | OpenDSA | Parse Tree |
| 227 | Ambiguous Parse Tree Example for a Math Expression: 2 | Algorithm Visualization | Slideshow visualizing a second example of how generation of a parse tree from a grammar might be ambiguous. | OpenDSA | Parse Tree |
| 228 | Master Theorem for Recurrence Relations | Presentation | Slideshow showing how to calculate the closed form for a divide-and-conquer recurrence using the Master Theorem. | OpenDSA | Recurrence Relation, Master Theorem |
| 229 | Call Structure for the Fibonacci Sequence Problem | Algorithm Visualization | Slideshow showing the tree structure for calls by a recursive implementation of the Fibonacci sequence calculation. | OpenDSA | Dynamic Programming, Fibonacci Sequence |
| 230 | Call Structure for the Chained Matrix Multiplication Problem | Algorithm Visualization | Slideshow showing the tree structure for calls by a solution to the chained matrix multiplication problem. | OpenDSA | Dynamic Programming, Chained Matrix Multplication Problem |
| 231 | Using Posets for a Lower Bounds Proof | Presentation | Slideshow showing the use of posets in a proof of the lower bound for search in an unsorted list. | OpenDSA | Poset, Search in Unsorted Lists |
| 232 | Paged BST with Page Rebalancing For Use on Disk Slideshow | Algorithm Visualization | Slideshow showing the use of paging with a BST-based index. Reorganizing the nodes to be on optimal disk pages reduces... | OpenDSA | Tree-Based Indexing |
| 233 | Given an actual time and an alarm clock time, both in “military” format (such as 0730 for 7:30am), print how many more minutes before the alarm rings. | Code Completion | Given an actual time and an alarm clock time, both in “military” format (such as 0730 for 7:30am), print how... | CodeCheck | Branches, Branches Without Functions |
| 234 | 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 | Branches, Branches Without Functions |
| 235 | On a chessboard, fields 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, fields are marked with a letter between a and h for the column and a number between... | CodeCheck | Branches, Branches Without Functions |
| 236 | 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 | Branches, Branches with Functions |
| 237 | csedpad.15.ArrayLists.arraylist | For the online order list, this program determines if Seller adds gifts or alcohol risk notes. If the ordered list... | PCEX | ||
| 238 | csedpad.15.ArrayLists.arraylist_1 | For the online sports store, this program determines if seller adds gifts to the shipping box or not. The seller... | PCEX | ||
| 239 | Huffman Coding Tree Build Visualization | Algorithm Visualization, User Supplied Data | Visualization for building a Huffman Coding Tree from a set of weights supplied by the user. | OpenDSA | Huffman Coding Tree |
| 240 | Breadth-First Search Graph Traversal Visualization | Algorithm Visualization | Visualization for breadth-first search to traverse a graph. | OpenDSA | Breadth-First Search |
| 241 | Mid-square Method Calculator | Calculation Exercise | Calculator for computing value of the middle digits of a squared number. | OpenDSA | Hash Function |
| 242 | String Folding Method activity | Calculation, User Supplied Data | Calculator for computing value of hashing a string by 'folding'. A better method than character value summing. | OpenDSA | Hash Function |
| 243 | Simple String Hash Calculator | Calculation, User Supplied Data | Calculator for computing value of hashing a string by simple summation of its characters' ASCII values. | OpenDSA | Hash Function |
| 244 | Variables Review Quiz | Question, Battery | Variables for CS1 self-assessment questions. | OpenDSA | Variable |
| 245 | Scope Review Quiz | Question, Battery | Scope for CS1 self-assessment questions. | OpenDSA | Scope |
| 246 | Unambiguous CFG Parse Tree Example | Algorithm Visualization | Visualization for the parse tree generated for a mathematical expression from a non-ambiguouse CFG. | OpenDSA | Context-Free Language, Parse Tree |
| 247 | pcex_test | Java BehaviorExample for demonstrating pcex_test | WebEx | variables | |
| 248 | q_py___eq__1_es | Python PredictingFinalResult for demonstrating q_py___eq__1_es | QuizPET | ||
| 249 | Equal 1 | Python PredictingFinalResult for demonstrating Equal 1 | QuizPET | classes, objects | |
| 250 | q_py___eq__2_es | Python PredictingFinalResult for demonstrating q_py___eq__2_es | QuizPET | ||
| 251 | Equal 2 | Python PredictingFinalResult for demonstrating Equal 2 | QuizPET | classes, objects | |
| 252 | q_py___gt__1_es | Python PredictingFinalResult for demonstrating q_py___gt__1_es | QuizPET | ||
| 253 | Greater Than 1 | Python PredictingFinalResult for demonstrating Greater Than 1 | QuizPET | classes, objects | |
| 254 | q_py_2d_arrays1_es | Python PredictingFinalResult for demonstrating q_py_2d_arrays1_es | QuizPET | 2d list | |
| 255 | Two-dimensional List 1 | Python PredictingFinalResult for demonstrating Two-dimensional List 1 | QuizPET | 2d list, list | |
| 256 | q_py_2d_arrays2_es | Python PredictingFinalResult for demonstrating q_py_2d_arrays2_es | QuizPET | 2d list | |
| 257 | Two-dimensional List 2 | Python PredictingFinalResult for demonstrating Two-dimensional List 2 | QuizPET | 2d list, algorithm analysis, list | |
| 258 | q_py_2d_arrays3_es | Python PredictingFinalResult for demonstrating q_py_2d_arrays3_es | QuizPET | 2d list | |
| 259 | Two-dimensional List 3 | Python PredictingFinalResult for demonstrating Two-dimensional List 3 | QuizPET | 2d list, list | |
| 260 | q_py_2d_arrays4_es | Python PredictingFinalResult for demonstrating q_py_2d_arrays4_es | QuizPET | 2d list | |
| 261 | Two-dimensional List 4 | Python PredictingFinalResult for demonstrating Two-dimensional List 4 | QuizPET | 2d list, algorithm analysis, classes, data structures, list, stacks | |
| 262 | q_py_account_logic1_es | Python PredictingFinalResult for demonstrating q_py_account_logic1_es | QuizPET | boolean expressions | |
| 263 | account management | Python PredictingFinalResult for demonstrating account management | QuizPET | boolean expressions, boolean logic, logical operators | |
| 264 | q_py_add_two_lists1_es | Python PredictingFinalResult for demonstrating q_py_add_two_lists1_es | QuizPET | ||
| 265 | combine two lists | Python PredictingFinalResult for demonstrating combine two lists | QuizPET | list | |
| 266 | q_py_aliasing1_es | Python PredictingFinalResult for demonstrating q_py_aliasing1_es | QuizPET | list | |
| 267 | Aliasing 1 | Python PredictingFinalResult for demonstrating Aliasing 1 | QuizPET | aliasing, operators, variables | |
| 268 | q_py_aliasing2_es | Python PredictingFinalResult for demonstrating q_py_aliasing2_es | QuizPET | list | |
| 269 | Aliasing 2 | Python PredictingFinalResult for demonstrating Aliasing 2 | QuizPET | aliasing, operators, variables | |
| 270 | q_py_aliasing3_es | Python PredictingFinalResult for demonstrating q_py_aliasing3_es | QuizPET | strings | |
| 271 | Aliasing 3 | Python PredictingFinalResult for demonstrating Aliasing 3 | QuizPET | aliasing, operators, variables | |
| 272 | q_py_arithmetic1_es | Python PredictingFinalResult for demonstrating q_py_arithmetic1_es | QuizPET | operators, variables | |
| 273 | simple arithmetic | Python PredictingFinalResult for demonstrating simple arithmetic | QuizPET | operators, variables | |
| 274 | q_py_arithmetic2_es | Python PredictingFinalResult for demonstrating q_py_arithmetic2_es | QuizPET | operators, variables | |
| 275 | arithmetic | Python PredictingFinalResult for demonstrating arithmetic | QuizPET | operators, variables | |
| 276 | Ordenamiento de burbuja 1 | Python PredictingFinalResult for demonstrating Ordenamiento de burbuja 1 | QuizPET | list | |
| 277 | Bubble sort 1 | Python PredictingFinalResult for demonstrating Bubble sort 1 | QuizPET | recursion, search algorithms, sorting, sorting algorithms | |
| 278 | Ordenamiento de burbuja 2 | Python PredictingFinalResult for demonstrating Ordenamiento de burbuja 2 | QuizPET | list | |
| 279 | Bubble sort 2 | Python PredictingFinalResult for demonstrating Bubble sort 2 | QuizPET | recursion, search algorithms, sorting, sorting algorithms | |
| 280 | q_py_comparison_logic1_es | Python PredictingFinalResult for demonstrating q_py_comparison_logic1_es | QuizPET | boolean expressions, conditionals | |
| 281 | comparison | Python PredictingFinalResult for demonstrating comparison | QuizPET | boolean expressions, boolean logic, comparison operators | |
| 282 | q_py_concat_strings1_es | Python PredictingFinalResult for demonstrating q_py_concat_strings1_es | QuizPET | strings | |
| 283 | concatenate strings | Python PredictingFinalResult for demonstrating concatenate strings | QuizPET | strings | |
| 284 | q_py_data_types_functions_es | Python PredictingFinalResult for demonstrating q_py_data_types_functions_es | QuizPET | functions | |
| 285 | Data Types Functions | Python PredictingFinalResult for demonstrating Data Types Functions | QuizPET | algorithm analysis, data types, functions | |
| 286 | q_py_data_types_module_es | Python PredictingFinalResult for demonstrating q_py_data_types_module_es | QuizPET | functions | |
| 287 | Data Types Module | Python PredictingFinalResult for demonstrating Data Types Module | QuizPET | algorithm analysis, data types, functions | |
| 288 | q_py_data_types2_es | Python PredictingFinalResult for demonstrating q_py_data_types2_es | QuizPET | functions, operators, variables | |
| 289 | Data Types 2 | Python PredictingFinalResult for demonstrating Data Types 2 | QuizPET | data types, operators, variables | |
| 290 | q_py_dict_access1_es | Python PredictingFinalResult for demonstrating q_py_dict_access1_es | QuizPET | dictionaries | |
| 291 | access a dictionary | Python PredictingFinalResult for demonstrating access a dictionary | QuizPET | dictionaries, dictionary | |
| 292 | q_py_dict_access2_es | Python PredictingFinalResult for demonstrating q_py_dict_access2_es | QuizPET | dictionaries | |
| 293 | access and mofify a dictionary | Python PredictingFinalResult for demonstrating access and mofify a dictionary | QuizPET | dictionaries, dictionary | |
| 294 | q_py_dict_square_es | Python PredictingFinalResult for demonstrating q_py_dict_square_es | QuizPET | dictionaries | |
| 295 | Dictionary square | Python PredictingFinalResult for demonstrating Dictionary square | QuizPET | classes, data structures, dictionaries, dictionary, stacks | |
| 296 | q_py_dlinkedlist1_es | Python PredictingFinalResult for demonstrating q_py_dlinkedlist1_es | QuizPET | ||
| 297 | Double linked list 1 | Python PredictingFinalResult for demonstrating Double linked list 1 | QuizPET | doubly linked list, linked list, list | |
| 298 | q_py_dlinkedlist3_es | Python PredictingFinalResult for demonstrating q_py_dlinkedlist3_es | QuizPET | ||
| 299 | Doouble linked list 3 | Python PredictingFinalResult for demonstrating Doouble linked list 3 | QuizPET | linked list, list | |
| 300 | q_py_exception_asE_es | Python PredictingFinalResult for demonstrating q_py_exception_asE_es | QuizPET | exceptions | |
| 301 | Exceptions asE | Python PredictingFinalResult for demonstrating Exceptions asE | QuizPET | exception handling, exceptions | |
| 302 | q_py_exception_assertion_es | Python PredictingFinalResult for demonstrating q_py_exception_assertion_es | QuizPET | exceptions | |
| 303 | Exceptions Assertion | Python PredictingFinalResult for demonstrating Exceptions Assertion | QuizPET | exception handling, exceptions | |
| 304 | q_py_exceptions_addarr_es | Python PredictingFinalResult for demonstrating q_py_exceptions_addarr_es | QuizPET | exceptions | |
| 305 | Exceptions addarr | Python PredictingFinalResult for demonstrating Exceptions addarr | QuizPET | exception handling, exceptions | |
| 306 | q_py_exchange1_es | Python PredictingFinalResult for demonstrating q_py_exchange1_es | QuizPET | operators, variables | |
| 307 | exchange variables | Python PredictingFinalResult for demonstrating exchange variables | QuizPET | operators, swap, variables | |
| 308 | q_py_exchange2_es | Python PredictingFinalResult for demonstrating q_py_exchange2_es | QuizPET | operators, variables | |
| 309 | exchange variables 2 | Python PredictingFinalResult for demonstrating exchange variables 2 | QuizPET | operators, swap, variables | |
| 310 | q_py_file1_es | Python PredictingFinalResult for demonstrating q_py_file1_es | QuizPET | file i/o | |
| 311 | File Processing 1 | Python PredictingFinalResult for demonstrating File Processing 1 | QuizPET | file i/o | |
| 312 | q_py_file2_es | Python PredictingFinalResult for demonstrating q_py_file2_es | QuizPET | file i/o | |
| 313 | File processing 2 | Python PredictingFinalResult for demonstrating File processing 2 | QuizPET | algorithm analysis, file i/o | |
| 314 | q_py_file3_es | Python PredictingFinalResult for demonstrating q_py_file3_es | QuizPET | file i/o | |
| 315 | File processing 3 | Python PredictingFinalResult for demonstrating File processing 3 | QuizPET | algorithm analysis, file i/o | |
| 316 | q_py_fstring_format_1_es | Python PredictingFinalResult for demonstrating q_py_fstring_format_1_es | QuizPET | ||
| 317 | f-string formatting 1 | Python PredictingFinalResult for demonstrating f-string formatting 1 | QuizPET | strings | |
| 318 | q_py_fstring_format_2_es | Python PredictingFinalResult for demonstrating q_py_fstring_format_2_es | QuizPET | ||
| 319 | f-string formatting 2 | Python PredictingFinalResult for demonstrating f-string formatting 2 | QuizPET | strings | |
| 320 | q_py_fstring_format_3_es | Python PredictingFinalResult for demonstrating q_py_fstring_format_3_es | QuizPET | ||
| 321 | f-string formatting 3 | Python PredictingFinalResult for demonstrating f-string formatting 3 | QuizPET | strings | |
| 322 | q_py_fstring_format_4_es | Python PredictingFinalResult for demonstrating q_py_fstring_format_4_es | QuizPET | ||
| 323 | f-string formatting 4 | Python PredictingFinalResult for demonstrating f-string formatting 4 | QuizPET | strings | |
| 324 | q_py_fun_car1_es | Python PredictingFinalResult for demonstrating q_py_fun_car1_es | QuizPET | functions | |
| 325 | one simple function | Python PredictingFinalResult for demonstrating one simple function | QuizPET | functions | |
| 326 | q_py_fun_car2_es | Python PredictingFinalResult for demonstrating q_py_fun_car2_es | QuizPET | conditionals, functions | |
| 327 | two simple functions | Python PredictingFinalResult for demonstrating two simple functions | QuizPET | algorithm analysis, functions | |
| 328 | q_py_function_pass_es | Python PredictingFinalResult for demonstrating q_py_function_pass_es | QuizPET | ||
| 329 | Functions pass | Python PredictingFinalResult for demonstrating Functions pass | QuizPET | functions, list | |
| 330 | q_py_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_if_elif1_es | QuizPET | conditionals | |
| 331 | if-elif | Python PredictingFinalResult for demonstrating if-elif | QuizPET | control flow, if statement, if-else statement | |
| 332 | Postfix | Python PredictingFinalResult for demonstrating Postfix | QuizPET | queues, stack, stacks | |
| 333 | Postfix 2 | Python PredictingFinalResult for demonstrating Postfix 2 | QuizPET | queues, stack, stacks | |
| 334 | animal inheritance | Python PredictingFinalResult for demonstrating animal inheritance | QuizPET | classes, objects | |
| 335 | q_py_Inheritance_person1_es | Python PredictingFinalResult for demonstrating q_py_Inheritance_person1_es | QuizPET | ||
| 336 | Inheritance Person 1 | Python PredictingFinalResult for demonstrating Inheritance Person 1 | QuizPET | classes, objects | |
| 337 | q_py_inheritance_person2_es | Python PredictingFinalResult for demonstrating q_py_inheritance_person2_es | QuizPET | ||
| 338 | Inheritance Person 2 | Python PredictingFinalResult for demonstrating Inheritance Person 2 | QuizPET | classes, objects | |
| 339 | q_py_int_ref1_es | Python PredictingFinalResult for demonstrating q_py_int_ref1_es | QuizPET | functions | |
| 340 | int reference | Python PredictingFinalResult for demonstrating int reference | QuizPET | aliasing, value vs reference | |
| 341 | q_py_interest_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_interest_if_elif1_es | QuizPET | conditionals | |
| 342 | if-elif (interest) | Python PredictingFinalResult for demonstrating if-elif (interest) | QuizPET | ||
| 343 | q_py_interest_if_else1_es | Python PredictingFinalResult for demonstrating q_py_interest_if_else1_es | QuizPET | conditionals | |
| 344 | if-else (interest) | Python PredictingFinalResult for demonstrating if-else (interest) | QuizPET | if-else statement | |
| 345 | JSON Aggregate 1 | Python PredictingFinalResult for demonstrating JSON Aggregate 1 | QuizPET | json, json-aggregate | |
| 346 | JSON Aggregate 2 | Python PredictingFinalResult for demonstrating JSON Aggregate 2 | QuizPET | json-aggregate | |
| 347 | JSON Aggregate 3 | Python PredictingFinalResult for demonstrating JSON Aggregate 3 | QuizPET | json, json-aggregate | |
| 348 | JSON Condition 1 | Python PredictingFinalResult for demonstrating JSON Condition 1 | QuizPET | json, json-conditions | |
| 349 | JSON Iteration 1 | Python PredictingFinalResult for demonstrating JSON Iteration 1 | QuizPET | json, json-iterate | |
| 350 | q_py_list_access1_es | Python PredictingFinalResult for demonstrating q_py_list_access1_es | QuizPET | list | |
| 351 | modify a list | Python PredictingFinalResult for demonstrating modify a list | QuizPET | list | |
| 352 | q_py_list_access2_es | Python PredictingFinalResult for demonstrating q_py_list_access2_es | QuizPET | ||
| 353 | q_py_list_append1_es | Python PredictingFinalResult for demonstrating q_py_list_append1_es | QuizPET | list | |
| 354 | append to a list | Python PredictingFinalResult for demonstrating append to a list | QuizPET | list | |
| 355 | q_py_list_except1_es | Python PredictingFinalResult for demonstrating q_py_list_except1_es | QuizPET | exceptions | |
| 356 | index error | Python PredictingFinalResult for demonstrating index error | QuizPET | exception handling, exceptions | |
| 357 | q_py_list_int_ref1_es | Python PredictingFinalResult for demonstrating q_py_list_int_ref1_es | QuizPET | list | |
| 358 | list reference (int) | Python PredictingFinalResult for demonstrating list reference (int) | QuizPET | aliasing, value vs reference | |
| 359 | q_py_list_remove1_es | Python PredictingFinalResult for demonstrating q_py_list_remove1_es | QuizPET | ||
| 360 | remove from a list | Python PredictingFinalResult for demonstrating remove from a list | QuizPET | list | |
| 361 | q_py_list_str_ref1_es | Python PredictingFinalResult for demonstrating q_py_list_str_ref1_es | QuizPET | list | |
| 362 | list reference (string) | Python PredictingFinalResult for demonstrating list reference (string) | QuizPET | aliasing, value vs reference | |
| 363 | q_py_max_index_search_es | Python PredictingFinalResult for demonstrating q_py_max_index_search_es | QuizPET | ||
| 364 | Max index search | Python PredictingFinalResult for demonstrating Max index search | QuizPET | recursion, search algorithms, sorting algorithms | |
| 365 | q_py_nested_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_nested_if_elif1_es | QuizPET | conditionals | |
| 366 | nested if-elif | Python PredictingFinalResult for demonstrating nested if-elif | QuizPET | algorithm analysis, control flow, if statement, if-else statement | |
| 367 | q_py_nested_if_elif2_es | Python PredictingFinalResult for demonstrating q_py_nested_if_elif2_es | QuizPET | conditionals | |
| 368 | nested if-elif | Python PredictingFinalResult for demonstrating nested if-elif | QuizPET | ||
| 369 | q_py_nested_if1_es | Python PredictingFinalResult for demonstrating q_py_nested_if1_es | QuizPET | conditionals | |
| 370 | nested if | Python PredictingFinalResult for demonstrating nested if | QuizPET | control flow, if-else statement | |
| 371 | q_py_obj_account1_es | Python PredictingFinalResult for demonstrating q_py_obj_account1_es | QuizPET | classes, objects | |
| 372 | account objects | Python PredictingFinalResult for demonstrating account objects | QuizPET | algorithm analysis, classes, data structures, objects, stacks | |
| 373 | bus objects | Python PredictingFinalResult for demonstrating bus objects | QuizPET | classes, data structures, objects, stacks | |
| 374 | q_py_obj_car1_es | Python PredictingFinalResult for demonstrating q_py_obj_car1_es | QuizPET | classes, objects | |
| 375 | one car object | Python PredictingFinalResult for demonstrating one car object | QuizPET | classes, data structures, objects, stacks | |
| 376 | q_py_obj_car2_es | Python PredictingFinalResult for demonstrating q_py_obj_car2_es | QuizPET | ||
| 377 | two car objects | Python PredictingFinalResult for demonstrating two car objects | QuizPET | classes, data structures, objects, stacks | |
| 378 | q_py_obj_point1_es | Python PredictingFinalResult for demonstrating q_py_obj_point1_es | QuizPET | classes, objects | |
| 379 | point object | Python PredictingFinalResult for demonstrating point object | QuizPET | classes, data structures, objects, stacks | |
| 380 | student objects | Python PredictingFinalResult for demonstrating student objects | QuizPET | classes, objects | |
| 381 | q_py_output1_es | Python PredictingFinalResult for demonstrating q_py_output1_es | QuizPET | operators, strings, variables | |
| 382 | simple format | Python PredictingFinalResult for demonstrating simple format | QuizPET | string formatting, strings | |
| 383 | q_py_output2_es | Python PredictingFinalResult for demonstrating q_py_output2_es | QuizPET | strings | |
| 384 | format with one argument | Python PredictingFinalResult for demonstrating format with one argument | QuizPET | string formatting, strings | |
| 385 | q_py_output3_es | Python PredictingFinalResult for demonstrating q_py_output3_es | QuizPET | operators, strings, variables | |
| 386 | format with two arguments | Python PredictingFinalResult for demonstrating format with two arguments | QuizPET | string formatting, strings | |
| 387 | q_py_output4_es | Python PredictingFinalResult for demonstrating q_py_output4_es | QuizPET | ||
| 388 | format with three arguments | Python PredictingFinalResult for demonstrating format with three arguments | QuizPET | string formatting, strings | |
| 389 | Pandas Group By 1 | Python PredictingFinalResult for demonstrating Pandas Group By 1 | QuizPET | pandas | |
| 390 | Pandas Data Selection 1 | Python PredictingFinalResult for demonstrating Pandas Data Selection 1 | QuizPET | pandas | |
| 391 | Pandas Data Statistics 1 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 1 | QuizPET | pandas | |
| 392 | Pandas Data Statistics 2 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 2 | QuizPET | pandas | |
| 393 | Pandas Data Statistics 3 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 3 | QuizPET | pandas | |
| 394 | Pandas Data Statistics 4 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 4 | QuizPET | pandas | |
| 395 | Pandas Data Statistics 5 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 5 | QuizPET | pandas | |
| 396 | q_py_q_py_datatype1_es | Python PredictingFinalResult for demonstrating q_py_q_py_datatype1_es | QuizPET | functions, operators, variables | |
| 397 | Data Type 1 | Python PredictingFinalResult for demonstrating Data Type 1 | QuizPET | data types, operators, variables | |
| 398 | String Formatting V1 | Python PredictingFinalResult for demonstrating String Formatting V1 | QuizPET | strings | |
| 399 | String Formatting | Python PredictingFinalResult for demonstrating String Formatting | QuizPET | strings | |
| 400 | q_py_q_py_string_formatting1_es | Python PredictingFinalResult for demonstrating q_py_q_py_string_formatting1_es | QuizPET | ||
| 401 | String Formatting 1 | Python PredictingFinalResult for demonstrating String Formatting 1 | QuizPET | strings | |
| 402 | q_py_q_py_string_formatting2_es | Python PredictingFinalResult for demonstrating q_py_q_py_string_formatting2_es | QuizPET | ||
| 403 | String Formatting 2 | Python PredictingFinalResult for demonstrating String Formatting 2 | QuizPET | strings | |
| 404 | q_py_queue_es | Python PredictingFinalResult for demonstrating q_py_queue_es | QuizPET | ||
| 405 | Queue Num | Python PredictingFinalResult for demonstrating Queue Num | QuizPET | queue, queues, stacks | |
| 406 | Queue implementation | Python PredictingFinalResult for demonstrating Queue implementation | QuizPET | queue, queues | |
| 407 | q_py_recursion_pascal_es | Python PredictingFinalResult for demonstrating q_py_recursion_pascal_es | QuizPET | recursion | |
| 408 | Recursing Pascal | Python PredictingFinalResult for demonstrating Recursing Pascal | QuizPET | recursion, search, search algorithms, sorting, sorting algorithms | |
| 409 | q_py_recursion1_es | Python PredictingFinalResult for demonstrating q_py_recursion1_es | QuizPET | ||
| 410 | Recursion 1 | Python PredictingFinalResult for demonstrating Recursion 1 | QuizPET | recursion, search, search algorithms, sorting, sorting algorithms | |
| 411 | q_py_reference_list1_es | Python PredictingFinalResult for demonstrating q_py_reference_list1_es | QuizPET | list | |
| 412 | Reference List 1 | Python PredictingFinalResult for demonstrating Reference List 1 | QuizPET | aliasing, value vs reference | |
| 413 | q_py_reference_reverse_es | Python PredictingFinalResult for demonstrating q_py_reference_reverse_es | QuizPET | list | |
| 414 | Reference Reverse | Python PredictingFinalResult for demonstrating Reference Reverse | QuizPET | aliasing, value vs reference | |
| 415 | q_py_rw_file1_es | Python PredictingFinalResult for demonstrating q_py_rw_file1_es | QuizPET | file i/o | |
| 416 | q_py_rw_file2_es | Python PredictingFinalResult for demonstrating q_py_rw_file2_es | QuizPET | file i/o | |
| 417 | q_py_sequential_search_es | Python PredictingFinalResult for demonstrating q_py_sequential_search_es | QuizPET | list | |
| 418 | Sequential search | Python PredictingFinalResult for demonstrating Sequential search | QuizPET | recursion, search, search algorithms, sorting, sorting algorithms | |
| 419 | q_py_slinkedlist1_es | Python PredictingFinalResult for demonstrating q_py_slinkedlist1_es | QuizPET | ||
| 420 | Single linked list | Python PredictingFinalResult for demonstrating Single linked list | QuizPET | linked list, list | |
| 421 | Stack Num | Python PredictingFinalResult for demonstrating Stack Num | QuizPET | classes, data structures, queues, stack, stacks | |
| 422 | q_py_str_ref1_es | Python PredictingFinalResult for demonstrating q_py_str_ref1_es | QuizPET | strings | |
| 423 | string reference | Python PredictingFinalResult for demonstrating string reference | QuizPET | aliasing, value vs reference | |
| 424 | q_py_substring1_es | Python PredictingFinalResult for demonstrating q_py_substring1_es | QuizPET | strings | |
| 425 | substring | Python PredictingFinalResult for demonstrating substring | QuizPET | strings | |
| 426 | q_py_swap1_es | Python PredictingFinalResult for demonstrating q_py_swap1_es | QuizPET | operators, variables | |
| 427 | swap | Python PredictingFinalResult for demonstrating swap | QuizPET | operators, swap, variables | |
| 428 | q_py_tree_inorder_traverse_es | Python PredictingFinalResult for demonstrating q_py_tree_inorder_traverse_es | QuizPET | ||
| 429 | Tree inorder traversal | Python PredictingFinalResult for demonstrating Tree inorder traversal | QuizPET | binary search, trees | |
| 430 | q_py_tree_preorder_traverse_es | Python PredictingFinalResult for demonstrating q_py_tree_preorder_traverse_es | QuizPET | ||
| 431 | Tree preorder traversal | Python PredictingFinalResult for demonstrating Tree preorder traversal | QuizPET | binary search, trees | |
| 432 | q_py_tuple_es | Python PredictingFinalResult for demonstrating q_py_tuple_es | QuizPET | ||
| 433 | Tuple | Python PredictingFinalResult for demonstrating Tuple | QuizPET | value vs reference | |
| 434 | q_py_value_except1_es | Python PredictingFinalResult for demonstrating q_py_value_except1_es | QuizPET | exceptions | |
| 435 | value error | Python PredictingFinalResult for demonstrating value error | QuizPET | exception handling, exceptions | |
| 436 | Variables 4 | Python PredictingFinalResult for demonstrating Variables 4 | QuizPET | variables | |
| 437 | IS12:: abcounting_case.c (118.5) | C BehaviorExample for demonstrating IS12:: abcounting_case.c (118.5) | WebEx | ||
| 438 | IS12:: abcounting.c (118.4) | C BehaviorExample for demonstrating IS12:: abcounting.c (118.4) | WebEx | ||
| 439 | IS12:: accumulator.c (4.7) | C BehaviorExample for demonstrating IS12:: accumulator.c (4.7) | WebEx | ||
| 440 | IS12:: apples_kids.c (4.8) | C BehaviorExample for demonstrating IS12:: apples_kids.c (4.8) | WebEx | ||
| 441 | IS12:: arrayio.c (119.1) | C BehaviorExample for demonstrating IS12:: arrayio.c (119.1) | WebEx | ||
| 442 | IS12:: arrayiofor.c (119.2) | C BehaviorExample for demonstrating IS12:: arrayiofor.c (119.2) | WebEx | ||
| 443 | IS12:: arraymax.c (9.2) | C BehaviorExample for demonstrating IS12:: arraymax.c (9.2) | WebEx | ||
| 444 | IS12:: arraymin.c (9.3) | C BehaviorExample for demonstrating IS12:: arraymin.c (9.3) | WebEx | ||
| 445 | IS12:: arraysum.c (9.1) | C BehaviorExample for demonstrating IS12:: arraysum.c (9.1) | WebEx | ||
| 446 | IS12:: av_line_while.c (118.1) | C BehaviorExample for demonstrating IS12:: av_line_while.c (118.1) | WebEx | ||
| 447 | IS12:: babyweighting.c (9.4) | C BehaviorExample for demonstrating IS12:: babyweighting.c (9.4) | WebEx | ||
| 448 | IS12:: battleship.c (15.1) | C BehaviorExample for demonstrating IS12:: battleship.c (15.1) | WebEx | ||
| 449 | IS12:: better_copycat.c (6.5) | C BehaviorExample for demonstrating IS12:: better_copycat.c (6.5) | WebEx | ||
| 450 | IS12:: better_kiosk.c (3.2) | C BehaviorExample for demonstrating IS12:: better_kiosk.c (3.2) | WebEx | ||
| 451 | IS12:: betterbattle.c (15.4) | C BehaviorExample for demonstrating IS12:: betterbattle.c (15.4) | WebEx | ||
| 452 | calculate_Functions.c | C++ BehaviorExample for demonstrating calculate_Functions.c | WebEx | ||
| 453 | calculate_Main.c | C++ BehaviorExample for demonstrating calculate_Main.c | WebEx | ||
| 454 | Simple Calculations | Python BehaviorExample for demonstrating Simple Calculations | WebEx | operators, variables | |
| 455 | IS12:: calculating1.c (2.3) | C BehaviorExample for demonstrating IS12:: calculating1.c (2.3) | WebEx | ||
| 456 | IS12:: calculating2.c (2.4) | C BehaviorExample for demonstrating IS12:: calculating2.c (2.4) | WebEx | ||
| 457 | IS12:: capital.c (3.3) | C BehaviorExample for demonstrating IS12:: capital.c (3.3) | WebEx | ||
| 458 | IS12:: capitaltable.c (4.9) | C BehaviorExample for demonstrating IS12:: capitaltable.c (4.9) | WebEx | ||
| 459 | IS12:: capitalyears.c (4.3) | C BehaviorExample for demonstrating IS12:: capitalyears.c (4.3) | WebEx | ||
| 460 | IS12:: char_codes.c (6.2) | C BehaviorExample for demonstrating IS12:: char_codes.c (6.2) | WebEx | ||
| 461 | IS12:: copycat.c (6.6) | C BehaviorExample for demonstrating IS12:: copycat.c (6.6) | WebEx | ||
| 462 | IS12:: count_char.c (6.1) | C BehaviorExample for demonstrating IS12:: count_char.c (6.1) | WebEx | ||
| 463 | IS12:: countdown1.c (4.1) | C BehaviorExample for demonstrating IS12:: countdown1.c (4.1) | WebEx | ||
| 464 | IS12:: countdown2.c (4.2) | C BehaviorExample for demonstrating IS12:: countdown2.c (4.2) | WebEx | ||
| 465 | IS12:: digcount.c (10.1) | C BehaviorExample for demonstrating IS12:: digcount.c (10.1) | WebEx | ||
| 466 | IS12:: encrypt.c (117.3) | C BehaviorExample for demonstrating IS12:: encrypt.c (117.3) | WebEx | ||
| 467 | IS12:: exchange_kiosk.c (3.11) | C BehaviorExample for demonstrating IS12:: exchange_kiosk.c (3.11) | WebEx | ||
| 468 | IS12:: f2c_table.c (4.5) | C BehaviorExample for demonstrating IS12:: f2c_table.c (4.5) | WebEx | ||
| 469 | IS12:: factorial.c (4.4) | C BehaviorExample for demonstrating IS12:: factorial.c (4.4) | WebEx | ||
| 470 | IS12:: fahr_input.c (3.4) | C BehaviorExample for demonstrating IS12:: fahr_input.c (3.4) | WebEx | ||
| 471 | fig02_01.c | C++ BehaviorExample for demonstrating fig02_01.c | WebEx | ||
| 472 | fig02_03.c | C++ BehaviorExample for demonstrating fig02_03.c | WebEx | ||
| 473 | fig02_04.c | C++ BehaviorExample for demonstrating fig02_04.c | WebEx | ||
| 474 | fig02_05.c | C++ BehaviorExample for demonstrating fig02_05.c | WebEx | ||
| 475 | fig02_13.c | C++ BehaviorExample for demonstrating fig02_13.c | WebEx | ||
| 476 | fig03_06.c | C++ BehaviorExample for demonstrating fig03_06.c | WebEx | ||
| 477 | fig03_08.c | C++ BehaviorExample for demonstrating fig03_08.c | WebEx | ||
| 478 | fig03_10.c | C++ BehaviorExample for demonstrating fig03_10.c | WebEx | ||
| 479 | fig03_13.c | C++ BehaviorExample for demonstrating fig03_13.c | WebEx | ||
| 480 | fig04_01.c | C++ BehaviorExample for demonstrating fig04_01.c | WebEx | ||
| 481 | fig04_02.c | C++ BehaviorExample for demonstrating fig04_02.c | WebEx | ||
| 482 | fig04_05.c | C++ BehaviorExample for demonstrating fig04_05.c | WebEx | ||
| 483 | fig04_06.c | C++ BehaviorExample for demonstrating fig04_06.c | WebEx | ||
| 484 | fig04_07.c | C++ BehaviorExample for demonstrating fig04_07.c | WebEx | ||
| 485 | fig04_09.c | C++ BehaviorExample for demonstrating fig04_09.c | WebEx | ||
| 486 | fig04_11.c | C++ BehaviorExample for demonstrating fig04_11.c | WebEx | ||
| 487 | fig04_12.c | C++ BehaviorExample for demonstrating fig04_12.c | WebEx | ||
| 488 | fig05_03.c | C++ BehaviorExample for demonstrating fig05_03.c | WebEx | ||
| 489 | fig05_04.c | C++ BehaviorExample for demonstrating fig05_04.c | WebEx | ||
| 490 | fig05_07.c | C++ BehaviorExample for demonstrating fig05_07.c | WebEx | ||
| 491 | fig05_08.c | C++ BehaviorExample for demonstrating fig05_08.c | WebEx | ||
| 492 | fig05_09.c | C++ BehaviorExample for demonstrating fig05_09.c | WebEx | ||
| 493 | fig05_10.c | C++ BehaviorExample for demonstrating fig05_10.c | WebEx | ||
| 494 | fig05_12.c | C++ BehaviorExample for demonstrating fig05_12.c | WebEx | ||
| 495 | fig05_14.c | C++ BehaviorExample for demonstrating fig05_14.c | WebEx | ||
| 496 | fig05_15.c | C++ BehaviorExample for demonstrating fig05_15.c | WebEx | ||
| 497 | fig06_03.c | C++ BehaviorExample for demonstrating fig06_03.c | WebEx | ||
| 498 | fig06_04.c | C++ BehaviorExample for demonstrating fig06_04.c | WebEx | ||
| 499 | fig06_05.c | C++ BehaviorExample for demonstrating fig06_05.c | WebEx | ||
| 500 | fig06_06.c | C++ BehaviorExample for demonstrating fig06_06.c | WebEx | ||
| 501 | fig06_07.c | C++ BehaviorExample for demonstrating fig06_07.c | WebEx | ||
| 502 | fig06_08.c | C++ BehaviorExample for demonstrating fig06_08.c | WebEx | ||
| 503 | fig06_09.c | C++ BehaviorExample for demonstrating fig06_09.c | WebEx | ||
| 504 | fig06_10.c | C++ BehaviorExample for demonstrating fig06_10.c | WebEx | ||
| 505 | fig06_11.c | C++ BehaviorExample for demonstrating fig06_11.c | WebEx | ||
| 506 | fig06_12.c | C++ BehaviorExample for demonstrating fig06_12.c | WebEx | ||
| 507 | fig06_13.c | C++ BehaviorExample for demonstrating fig06_13.c | WebEx | ||
| 508 | fig06_14.c | C++ BehaviorExample for demonstrating fig06_14.c | WebEx | ||
| 509 | fig06_15.c | C++ BehaviorExample for demonstrating fig06_15.c | WebEx | ||
| 510 | fig06_16.c | C++ BehaviorExample for demonstrating fig06_16.c | WebEx | ||
| 511 | fig06_18.c | C++ BehaviorExample for demonstrating fig06_18.c | WebEx | ||
| 512 | fig06_19.c | C++ BehaviorExample for demonstrating fig06_19.c | WebEx | ||
| 513 | fig06_21.c | C++ BehaviorExample for demonstrating fig06_21.c | WebEx | ||
| 514 | fig06_22.c | C++ BehaviorExample for demonstrating fig06_22.c | WebEx | ||
| 515 | fig07_04.c | C++ BehaviorExample for demonstrating fig07_04.c | WebEx | ||
| 516 | fig07_06.c | C++ BehaviorExample for demonstrating fig07_06.c | WebEx | ||
| 517 | fig07_07.c | C++ BehaviorExample for demonstrating fig07_07.c | WebEx | ||
| 518 | fig07_10.c | C++ BehaviorExample for demonstrating fig07_10.c | WebEx | ||
| 519 | fig07_11.c | C++ BehaviorExample for demonstrating fig07_11.c | WebEx | ||
| 520 | fig07_12.c | C++ BehaviorExample for demonstrating fig07_12.c | WebEx | ||
| 521 | fig07_13.c | C++ BehaviorExample for demonstrating fig07_13.c | WebEx | ||
| 522 | fig07_14.c | C++ BehaviorExample for demonstrating fig07_14.c | WebEx | ||
| 523 | fig07_15.c | C++ BehaviorExample for demonstrating fig07_15.c | WebEx | ||
| 524 | fig07_16.c | C++ BehaviorExample for demonstrating fig07_16.c | WebEx | ||
| 525 | fig07_17.c | C++ BehaviorExample for demonstrating fig07_17.c | WebEx | ||
| 526 | fig07_20.cpp | C++ BehaviorExample for demonstrating fig07_20.cpp | WebEx | ||
| 527 | fig07_21.c | C++ BehaviorExample for demonstrating fig07_21.c | WebEx | ||
| 528 | fig07_24.c | C++ BehaviorExample for demonstrating fig07_24.c | WebEx | ||
| 529 | fig07_26.c | C++ BehaviorExample for demonstrating fig07_26.c | WebEx | ||
| 530 | fig07_28.c | C++ BehaviorExample for demonstrating fig07_28.c | WebEx | ||
| 531 | IS12:: goodswap.c (14.1) | C BehaviorExample for demonstrating IS12:: goodswap.c (14.1) | WebEx | ||
| 532 | IS12:: helloworld.c (1.1) | C BehaviorExample for demonstrating IS12:: helloworld.c (1.1) | WebEx | ||
| 533 | IS12:: insummax.c (111.1) | C BehaviorExample for demonstrating IS12:: insummax.c (111.1) | WebEx | ||
| 534 | IS12:: line_count.c (6.4) | C BehaviorExample for demonstrating IS12:: line_count.c (6.4) | WebEx | ||
| 535 | IS12:: longestline.c (12.2) | C BehaviorExample for demonstrating IS12:: longestline.c (12.2) | WebEx | ||
| 536 | IS12:: max1.c (5.2) | C BehaviorExample for demonstrating IS12:: max1.c (5.2) | WebEx | ||
| 537 | IS12:: max2.c (5.1) | C BehaviorExample for demonstrating IS12:: max2.c (5.1) | WebEx | ||
| 538 | IS12:: max3.c (5.5) | C BehaviorExample for demonstrating IS12:: max3.c (5.5) | WebEx | ||
| 539 | IS12:: maxloop.c (5.4) | C BehaviorExample for demonstrating IS12:: maxloop.c (5.4) | WebEx | ||
| 540 | IS12:: nicer_f2c_table.c (4.6) | C BehaviorExample for demonstrating IS12:: nicer_f2c_table.c (4.6) | WebEx | ||
| 541 | IS12:: nondigits.c (118.7) | C BehaviorExample for demonstrating IS12:: nondigits.c (118.7) | WebEx | ||
| 542 | IS12:: palindrome.c (111.3) | C BehaviorExample for demonstrating IS12:: palindrome.c (111.3) | WebEx | ||
| 543 | IS12:: parampass.c (111.2) | C BehaviorExample for demonstrating IS12:: parampass.c (111.2) | WebEx | ||
| 544 | IS12:: patternsearch.c (12.3) | C BehaviorExample for demonstrating IS12:: patternsearch.c (12.3) | WebEx | ||
| 545 | IS12:: power.c (10.3) | C BehaviorExample for demonstrating IS12:: power.c (10.3) | WebEx | ||
| 546 | IS12:: printback.c (15.3) | C BehaviorExample for demonstrating IS12:: printback.c (15.3) | WebEx | ||
| 547 | IS12:: printing.c (2) | C BehaviorExample for demonstrating IS12:: printing.c (2) | WebEx | ||
| 548 | IS12:: printing1.c (2.1) | C BehaviorExample for demonstrating IS12:: printing1.c (2.1) | WebEx | ||
| 549 | IS12:: printing2.c (2.2) | C BehaviorExample for demonstrating IS12:: printing2.c (2.2) | WebEx | ||
| 550 | Hello World | Python BehaviorExample for demonstrating Hello World | WebEx | variables | |
| 551 | Different Ways to Print | Python BehaviorExample for demonstrating Different Ways to Print | WebEx | strings, variables | |
| 552 | Variable Assignment | Python BehaviorExample for demonstrating Variable Assignment | WebEx | operators, variables | |
| 553 | Multiple Variable Assignment | Python BehaviorExample for demonstrating Multiple Variable Assignment | WebEx | operators, variables | |
| 554 | Variable type: Numbers | Python BehaviorExample for demonstrating Variable type: Numbers | WebEx | operators, variables | |
| 555 | Variable type: Strings | Python BehaviorExample for demonstrating Variable type: Strings | WebEx | operators, variables | |
| 556 | Variable type: Lists | Python BehaviorExample for demonstrating Variable type: Lists | WebEx | list, variables | |
| 557 | Variable type: Tuples | Python BehaviorExample for demonstrating Variable type: Tuples | WebEx | variables | |
| 558 | Variable type: Dictionary | Python BehaviorExample for demonstrating Variable type: Dictionary | WebEx | dictionaries, variables | |
| 559 | IF...ELSE Statement 2 | Python BehaviorExample for demonstrating IF...ELSE Statement 2 | WebEx | if statement, if-else statement | |
| 560 | Simple Input 2 | Python BehaviorExample for demonstrating Simple Input 2 | WebEx | input | |
| 561 | Output Formatting | Python BehaviorExample for demonstrating Output Formatting | WebEx | string formatting, strings | |
| 562 | Output Formatting 2 | Python BehaviorExample for demonstrating Output Formatting 2 | WebEx | string formatting, strings | |
| 563 | Dictionary Basics | Python BehaviorExample for demonstrating Dictionary Basics | WebEx | dictionary | |
| 564 | Accessing Dictionary Elements | Python BehaviorExample for demonstrating Accessing Dictionary Elements | WebEx | dictionary, json | |
| 565 | Adding and Modifying Dictionary Elements | Python BehaviorExample for demonstrating Adding and Modifying Dictionary Elements | WebEx | dictionaries, dictionary, json | |
| 566 | Class Definition - Calculator | Python BehaviorExample for demonstrating Class Definition - Calculator | WebEx | classes, objects | |
| 567 | Class Definition - Bank Account | Python BehaviorExample for demonstrating Class Definition - Bank Account | WebEx | classes, objects | |
| 568 | Classes - Inheritance | Python BehaviorExample for demonstrating Classes - Inheritance | WebEx | classes, objects | |
| 569 | References Basics | Python BehaviorExample for demonstrating References Basics | WebEx | value vs reference | |
| 570 | ELIF (ELSE IF) Statement | Python BehaviorExample for demonstrating ELIF (ELSE IF) Statement | WebEx | if statement, if-else statement | |
| 571 | Exceptions Basics | Python BehaviorExample for demonstrating Exceptions Basics | WebEx | exceptions | |
| 572 | Exceptions 2 | Python BehaviorExample for demonstrating Exceptions 2 | WebEx | exceptions | |
| 573 | Reading from a text file | Python BehaviorExample for demonstrating Reading from a text file | WebEx | file i/o | |
| 574 | Writing to a text file | Python BehaviorExample for demonstrating Writing to a text file | WebEx | file i/o | |
| 575 | Exceptions 3 | Python BehaviorExample for demonstrating Exceptions 3 | WebEx | exceptions | |
| 576 | Logical Operators | Python BehaviorExample for demonstrating Logical Operators | WebEx | if-else statement, logical operators | |
| 577 | Complex IF...ELSE Statement | Python BehaviorExample for demonstrating Complex IF...ELSE Statement | WebEx | if statement, if-else statement | |
| 578 | Functions Introduction | Python BehaviorExample for demonstrating Functions Introduction | WebEx | functions | |
| 579 | Functions with Arguments | Python BehaviorExample for demonstrating Functions with Arguments | WebEx | functions | |
| 580 | Functions Example 1 | Python BehaviorExample for demonstrating Functions Example 1 | WebEx | functions, if-else statement | |
| 581 | Simple Input | Python BehaviorExample for demonstrating Simple Input | WebEx | input | |
| 582 | Arithmatic Operations | Python BehaviorExample for demonstrating Arithmatic Operations | WebEx | operators, variables | |
| 583 | Comparison Operators | Python BehaviorExample for demonstrating Comparison Operators | WebEx | boolean expressions, comparison operators, operators | |
| 584 | Assignment Operators | Python BehaviorExample for demonstrating Assignment Operators | WebEx | operators, variables | |
| 585 | Bitwise Operators | Python BehaviorExample for demonstrating Bitwise Operators | WebEx | boolean expressions, operators | |
| 586 | Identity Operators | Python BehaviorExample for demonstrating Identity Operators | WebEx | boolean expressions, operators | |
| 587 | Arithmetic Operators | Python BehaviorExample for demonstrating Arithmetic Operators | WebEx | ||
| 588 | If statement | Python BehaviorExample for demonstrating If statement | WebEx | conditionals, if-else statement | |
| 589 | Nested IF...ELSE Statement 2 | Python BehaviorExample for demonstrating Nested IF...ELSE Statement 2 | WebEx | if statement | |
| 590 | Single Line IF...ELSE Statement | Python BehaviorExample for demonstrating Single Line IF...ELSE Statement | WebEx | if-else statement | |
| 591 | If..Else statement | Python BehaviorExample for demonstrating If..Else statement | WebEx | conditionals, if-else statement | |
| 592 | Nested If Statements | Python BehaviorExample for demonstrating Nested If Statements | WebEx | conditionals, if-else statement | |
| 593 | Single Line If...Else Statement | Python BehaviorExample for demonstrating Single Line If...Else Statement | WebEx | conditionals | |
| 594 | IF Statement | Python BehaviorExample for demonstrating IF Statement | WebEx | if statement, if-else statement | |
| 595 | IF...ELSE Statement | Python BehaviorExample for demonstrating IF...ELSE Statement | WebEx | if statement | |
| 596 | IF...ELSE Statement (Multiple Conditions) | Python BehaviorExample for demonstrating IF...ELSE Statement (Multiple Conditions) | WebEx | if-else statement, logical operators | |
| 597 | Nested IF...ELSE Statement | Python BehaviorExample for demonstrating Nested IF...ELSE Statement | WebEx | if statement, if-else statement | |
| 598 | Continue Statement | Python BehaviorExample for demonstrating Continue Statement | WebEx | ||
| 599 | Pass Statement | Python BehaviorExample for demonstrating Pass Statement | WebEx | ||
| 600 | Break Statement | Python BehaviorExample for demonstrating Break Statement | WebEx | ||
| 601 | Number Basics | Python BehaviorExample for demonstrating Number Basics | WebEx | numeric types | |
| 602 | Variable to Integer | Python BehaviorExample for demonstrating Variable to Integer | WebEx | numeric types | |
| 603 | Strings Basics | Python BehaviorExample for demonstrating Strings Basics | WebEx | strings | |
| 604 | Sub-Strings | Python BehaviorExample for demonstrating Sub-Strings | WebEx | strings | |
| 605 | Adding Strings | Python BehaviorExample for demonstrating Adding Strings | WebEx | strings | |
| 606 | Escape Characters | Python BehaviorExample for demonstrating Escape Characters | WebEx | strings | |
| 607 | List Basics | Python BehaviorExample for demonstrating List Basics | WebEx | list | |
| 608 | Accessing the List Index | Python BehaviorExample for demonstrating Accessing the List Index | WebEx | list | |
| 609 | Replacing list elements | Python BehaviorExample for demonstrating Replacing list elements | WebEx | list | |
| 610 | Appending Values to List | Python BehaviorExample for demonstrating Appending Values to List | WebEx | list | |
| 611 | Removing list elements | Python BehaviorExample for demonstrating Removing list elements | WebEx | list | |
| 612 | Addiing Lists | Python BehaviorExample for demonstrating Addiing Lists | WebEx | list | |
| 613 | Tuple Basics | Python BehaviorExample for demonstrating Tuple Basics | WebEx | tuples | |
| 614 | Accessing Tuple Index | Python BehaviorExample for demonstrating Accessing Tuple Index | WebEx | tuples | |
| 615 | Adding Tuples | Python BehaviorExample for demonstrating Adding Tuples | WebEx | tuples | |
| 616 | Dictionary Basics | Python BehaviorExample for demonstrating Dictionary Basics | WebEx | dictionaries | |
| 617 | Accessing Dictionary Elements | Python BehaviorExample for demonstrating Accessing Dictionary Elements | WebEx | dictionaries | |
| 618 | Updating Dictionary Elements | Python BehaviorExample for demonstrating Updating Dictionary Elements | WebEx | ||
| 619 | References with Lists | Python BehaviorExample for demonstrating References with Lists | WebEx | value vs reference | |
| 620 | References with Lists | Python BehaviorExample for demonstrating References with Lists | WebEx | value vs reference | |
| 621 | References - Values | Python BehaviorExample for demonstrating References - Values | WebEx | value vs reference | |
| 622 | Variables 1 | Python BehaviorExample for demonstrating Variables 1 | WebEx | ||
| 623 | Variable Type Conversion | Python BehaviorExample for demonstrating Variable Type Conversion | WebEx | operators, variables | |
| 624 | Currency Conversion Kiosk | Python BehaviorExample for demonstrating Currency Conversion Kiosk | WebEx | ||
| 625 | Maximum of 2 Numbers | Python BehaviorExample for demonstrating Maximum of 2 Numbers | WebEx | if-else statement | |
| 626 | Interest Capital and Interest | Python BehaviorExample for demonstrating Interest Capital and Interest | WebEx | if-else statement | |
| 627 | Conditionals basics | Python BehaviorExample for demonstrating Conditionals basics | WebEx | if-else statement | |
| 628 | Calculating Interest Over Years | Python BehaviorExample for demonstrating Calculating Interest Over Years | WebEx | ||
| 629 | Function - Repetitive Calling | Python BehaviorExample for demonstrating Function - Repetitive Calling | WebEx | functions | |
| 630 | Finding elements in a list | Python BehaviorExample for demonstrating Finding elements in a list | WebEx | search algorithms | |
| 631 | Creating list of items | Python BehaviorExample for demonstrating Creating list of items | WebEx | list | |
| 632 | Finding character in a string | Python BehaviorExample for demonstrating Finding character in a string | WebEx | strings | |
| 633 | String Index Search | Python BehaviorExample for demonstrating String Index Search | WebEx | search algorithms, strings | |
| 634 | IS12:: qpa_and.c (117.5) | C BehaviorExample for demonstrating IS12:: qpa_and.c (117.5) | WebEx | ||
| 635 | IS12:: qpa_or.c (117.4) | C BehaviorExample for demonstrating IS12:: qpa_or.c (117.4) | WebEx | ||
| 636 | IS12:: qpa.c (117.1) | C BehaviorExample for demonstrating IS12:: qpa.c (117.1) | WebEx | ||
| 637 | IS12:: rate2.c (5.3) | C BehaviorExample for demonstrating IS12:: rate2.c (5.3) | WebEx | ||
| 638 | IS12:: rate3.c (117.2) | C BehaviorExample for demonstrating IS12:: rate3.c (117.2) | WebEx | ||
| 639 | IS12:: recfactorial.c (24.1) | C BehaviorExample for demonstrating IS12:: recfactorial.c (24.1) | WebEx | ||
| 640 | IS12:: recpower.c (24.2) | C BehaviorExample for demonstrating IS12:: recpower.c (24.2) | WebEx | ||
| 641 | IS12:: starchart.c (12.1) | C BehaviorExample for demonstrating IS12:: starchart.c (12.1) | WebEx | ||
| 642 | IS12:: str2int.c (12.4) | C BehaviorExample for demonstrating IS12:: str2int.c (12.4) | WebEx | ||
| 643 | IS12:: strcomp.c (14.2) | C BehaviorExample for demonstrating IS12:: strcomp.c (14.2) | WebEx | ||
| 644 | IS12:: sumarfunc.c (10.2) | C BehaviorExample for demonstrating IS12:: sumarfunc.c (10.2) | WebEx | ||
| 645 | IS12:: variables.c (3.1) | C BehaviorExample for demonstrating IS12:: variables.c (3.1) | WebEx | ||
| 646 | IS12:: wc.c (118.6) | C BehaviorExample for demonstrating IS12:: wc.c (118.6) | WebEx | ||
| 647 | IS12:: yearday.c (15.2) | C BehaviorExample for demonstrating IS12:: yearday.c (15.2) | WebEx | ||
| 648 | 2D Arrays 1 | Java PredictingFinalResult for demonstrating 2D Arrays 1 | QuizJET | 2d arrays, arrays | |
| 649 | 2D Arrays 2 | Java PredictingFinalResult for demonstrating 2D Arrays 2 | QuizJET | 2d arrays, arrays | |
| 650 | Problem 7 | Java PredictingFinalResult for demonstrating Problem 7 | QuizJET | 2d arrays, arrays | |
| 651 | 2D Arrays 4 | Java PredictingFinalResult for demonstrating 2D Arrays 4 | QuizJET | 2d arrays, arrays | |
| 652 | subproblem 377 | Java PredictingFinalResult for demonstrating subproblem 377 | QuizJET | ||
| 653 | subproblem 379 | Java PredictingFinalResult for demonstrating subproblem 379 | QuizJET | ||
| 654 | subproblem 381 | Java PredictingFinalResult for demonstrating subproblem 381 | QuizJET | ||
| 655 | subproblem 378 | Java PredictingFinalResult for demonstrating subproblem 378 | QuizJET | ||
| 656 | subproblem 376 | Java PredictingFinalResult for demonstrating subproblem 376 | QuizJET | ||
| 657 | subproblem 372 | Java PredictingFinalResult for demonstrating subproblem 372 | QuizJET | ||
| 658 | subproblem 373 | Java PredictingFinalResult for demonstrating subproblem 373 | QuizJET | ||
| 659 | subproblem 374 | Java PredictingFinalResult for demonstrating subproblem 374 | QuizJET | ||
| 660 | subproblem 375 | Java PredictingFinalResult for demonstrating subproblem 375 | QuizJET | ||
| 661 | subproblem 304 | Java PredictingFinalResult for demonstrating subproblem 304 | QuizJET | ||
| 662 | subproblem 315 | Java PredictingFinalResult for demonstrating subproblem 315 | QuizJET | ||
| 663 | subproblem 365 | Java PredictingFinalResult for demonstrating subproblem 365 | QuizJET | ||
| 664 | subproblem 364 | Java PredictingFinalResult for demonstrating subproblem 364 | QuizJET | ||
| 665 | subproblem 363 | Java PredictingFinalResult for demonstrating subproblem 363 | QuizJET | ||
| 666 | Problem 5 | Java PredictingFinalResult for demonstrating Problem 5 | QuizJET | 2d arrays, arrays | |
| 667 | subproblem 369 | Java PredictingFinalResult for demonstrating subproblem 369 | QuizJET | ||
| 668 | subproblem 371 | Java PredictingFinalResult for demonstrating subproblem 371 | QuizJET | ||
| 669 | subproblem 368 | Java PredictingFinalResult for demonstrating subproblem 368 | QuizJET | ||
| 670 | subproblem 370 | Java PredictingFinalResult for demonstrating subproblem 370 | QuizJET | ||
| 671 | subproblem 367 | Java PredictingFinalResult for demonstrating subproblem 367 | QuizJET | ||
| 672 | subproblem 366 | Java PredictingFinalResult for demonstrating subproblem 366 | QuizJET | ||
| 673 | Problem 6 | Java PredictingFinalResult for demonstrating Problem 6 | QuizJET | 2d arrays, arrays | |
| 674 | Arrays 3 | Java PredictingFinalResult for demonstrating Arrays 3 | QuizJET | 2d arrays, arrays, classes, objects | |
| 675 | Arrays 5 | Java PredictingFinalResult for demonstrating Arrays 5 | QuizJET | 2d arrays, arrays, classes, objects | |
| 676 | subproblem 326 | Java PredictingFinalResult for demonstrating subproblem 326 | QuizJET | ||
| 677 | subproblem 310 | Java PredictingFinalResult for demonstrating subproblem 310 | QuizJET | ||
| 678 | subproblem 311 | Java PredictingFinalResult for demonstrating subproblem 311 | QuizJET | ||
| 679 | subproblem 309 | Java PredictingFinalResult for demonstrating subproblem 309 | QuizJET | ||
| 680 | ArrayList 1 | Java PredictingFinalResult for demonstrating ArrayList 1 | QuizJET | arraylist, linked list, list | |
| 681 | ArrayList 2 | Java PredictingFinalResult for demonstrating ArrayList 2 | QuizJET | arraylist | |
| 682 | ArrayList 3 | Java PredictingFinalResult for demonstrating ArrayList 3 | QuizJET | arraylist, list | |
| 683 | ArrayList 4 | Java PredictingFinalResult for demonstrating ArrayList 4 | QuizJET | arraylist, list | |
| 684 | ArrayList 5 | Java PredictingFinalResult for demonstrating ArrayList 5 | QuizJET | arraylist | |
| 685 | Class 3 (BankAccount) | Java PredictingFinalResult for demonstrating Class 3 (BankAccount) | QuizJET | classes, objects | |
| 686 | Class 2 (BankAccount) | Java PredictingFinalResult for demonstrating Class 2 (BankAccount) | QuizJET | classes, exceptions, file i/o, methods, objects | |
| 687 | Comparing Strings | Java PredictingFinalResult for demonstrating Comparing Strings | QuizJET | boolean expressions, control flow, string operations | |
| 688 | Comparisons 2 | Java PredictingFinalResult for demonstrating Comparisons 2 | QuizJET | boolean expressions | |
| 689 | Boolean Operations (AND) | Java PredictingFinalResult for demonstrating Boolean Operations (AND) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 690 | Comparisons | Java PredictingFinalResult for demonstrating Comparisons | QuizJET | boolean expressions, conditionals | |
| 691 | Using boolean | Java PredictingFinalResult for demonstrating Using boolean | QuizJET | boolean expressions, control flow, if-else statement | |
| 692 | Boolean Operations (Greater equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 693 | Boolean Operations (Less equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 694 | Boolean Operations (Not) | Java PredictingFinalResult for demonstrating Boolean Operations (Not) | QuizJET | boolean expressions, control flow, if-else statement | |
| 695 | Boolean Operations (Not equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Not equal) | QuizJET | boolean expressions, control flow, if-else statement | |
| 696 | Boolean Operations (OR) | Java PredictingFinalResult for demonstrating Boolean Operations (OR) | QuizJET | boolean expressions, control flow, logical operators | |
| 697 | Class (Bank Account This) | Java PredictingFinalResult for demonstrating Class (Bank Account This) | QuizJET | classes, constructors, inheritance, objects, overloading | |
| 698 | Class (Cash Register) | Java PredictingFinalResult for demonstrating Class (Cash Register) | QuizJET | classes, constructors, exceptions, file i/o, methods, objects, overloading | |
| 699 | Class 4 (CashRegister) | Java PredictingFinalResult for demonstrating Class 4 (CashRegister) | QuizJET | classes, constructors, objects, overloading | |
| 700 | Class 5 (Point) | Java PredictingFinalResult for demonstrating Class 5 (Point) | QuizJET | classes, exceptions, file i/o, methods, objects | |
| 701 | Comparing Strings | Java PredictingFinalResult for demonstrating Comparing Strings | QuizJET | boolean expressions, conditionals, data types, string operations, strings, variables | |
| 702 | subproblem 314 | Java PredictingFinalResult for demonstrating subproblem 314 | QuizJET | ||
| 703 | Compound Assignment | Java PredictingFinalResult for demonstrating Compound Assignment | QuizJET | arithmetic operations | |
| 704 | subproblem 306 | Java PredictingFinalResult for demonstrating subproblem 306 | QuizJET | ||
| 705 | Constants 1 | Java PredictingFinalResult for demonstrating Constants 1 | QuizJET | arithmetic operators, constants, operators, variables | |
| 706 | Constants 2 | Java PredictingFinalResult for demonstrating Constants 2 | QuizJET | arithmetic operators, constants, data types, operators, variables | |
| 707 | Constants in Math class | Java PredictingFinalResult for demonstrating Constants in Math class | QuizJET | arithmetic operations, constants | |
| 708 | Constants in CashRegister class 1 | Java PredictingFinalResult for demonstrating Constants in CashRegister class 1 | QuizJET | constants | |
| 709 | Constants in CashRegister class 2 | Java PredictingFinalResult for demonstrating Constants in CashRegister class 2 | QuizJET | constants | |
| 710 | Division | Java PredictingFinalResult for demonstrating Division | QuizJET | arithmetic operations, operators, variables | |
| 711 | subproblem 382 | Java PredictingFinalResult for demonstrating subproblem 382 | QuizJET | ||
| 712 | subproblem 321 | Java PredictingFinalResult for demonstrating subproblem 321 | QuizJET | ||
| 713 | subproblem 320 | Java PredictingFinalResult for demonstrating subproblem 320 | QuizJET | ||
| 714 | Using double | Java PredictingFinalResult for demonstrating Using double | QuizJET | arithmetic operations, arithmetic operators, operators, primitive data types, variables | |
| 715 | subproblem 342 | Java PredictingFinalResult for demonstrating subproblem 342 | QuizJET | ||
| 716 | subproblem 343 | Java PredictingFinalResult for demonstrating subproblem 343 | QuizJET | ||
| 717 | subproblem 341 | Java PredictingFinalResult for demonstrating subproblem 341 | QuizJET | ||
| 718 | subproblem 340 | Java PredictingFinalResult for demonstrating subproblem 340 | QuizJET | ||
| 719 | subproblem 339 | Java PredictingFinalResult for demonstrating subproblem 339 | QuizJET | ||
| 720 | subproblem 348 | Java PredictingFinalResult for demonstrating subproblem 348 | QuizJET | ||
| 721 | subproblem 347 | Java PredictingFinalResult for demonstrating subproblem 347 | QuizJET | ||
| 722 | subproblem 346 | Java PredictingFinalResult for demonstrating subproblem 346 | QuizJET | ||
| 723 | subproblem 344 | Java PredictingFinalResult for demonstrating subproblem 344 | QuizJET | ||
| 724 | subproblem 345 | Java PredictingFinalResult for demonstrating subproblem 345 | QuizJET | ||
| 725 | subproblem 355 | Java PredictingFinalResult for demonstrating subproblem 355 | QuizJET | ||
| 726 | subproblem 380 | Java PredictingFinalResult for demonstrating subproblem 380 | QuizJET | ||
| 727 | subproblem 351 | Java PredictingFinalResult for demonstrating subproblem 351 | QuizJET | ||
| 728 | subproblem 350 | Java PredictingFinalResult for demonstrating subproblem 350 | QuizJET | ||
| 729 | subproblem 349 | Java PredictingFinalResult for demonstrating subproblem 349 | QuizJET | ||
| 730 | subproblem 356 | Java PredictingFinalResult for demonstrating subproblem 356 | QuizJET | ||
| 731 | subproblem 357 | Java PredictingFinalResult for demonstrating subproblem 357 | QuizJET | ||
| 732 | subproblem 359 | Java PredictingFinalResult for demonstrating subproblem 359 | QuizJET | ||
| 733 | subproblem 354 | Java PredictingFinalResult for demonstrating subproblem 354 | QuizJET | ||
| 734 | subproblem 353 | Java PredictingFinalResult for demonstrating subproblem 353 | QuizJET | ||
| 735 | subproblem 352 | Java PredictingFinalResult for demonstrating subproblem 352 | QuizJET | ||
| 736 | subproblem 358 | Java PredictingFinalResult for demonstrating subproblem 358 | QuizJET | ||
| 737 | Earthquake | Java PredictingFinalResult for demonstrating Earthquake | QuizJET | conditionals, control flow, if-else statement | |
| 738 | Exceptions 1 | Java PredictingFinalResult for demonstrating Exceptions 1 | QuizJET | exception handling, exceptions | |
| 739 | Exceptions 2 | Java PredictingFinalResult for demonstrating Exceptions 2 | QuizJET | exception handling, exceptions | |
| 740 | Exceptions 3 | Java PredictingFinalResult for demonstrating Exceptions 3 | QuizJET | exception handling, exceptions | |
| 741 | Exceptions 4 | Java PredictingFinalResult for demonstrating Exceptions 4 | QuizJET | exception handling, exceptions | |
| 742 | Exceptions 5 | Java PredictingFinalResult for demonstrating Exceptions 5 | QuizJET | exception handling, exceptions | |
| 743 | subproblem 331 | Java PredictingFinalResult for demonstrating subproblem 331 | QuizJET | ||
| 744 | subproblem 307 | Java PredictingFinalResult for demonstrating subproblem 307 | QuizJET | ||
| 745 | subproblem 325 | Java PredictingFinalResult for demonstrating subproblem 325 | QuizJET | ||
| 746 | subproblem 322 | Java PredictingFinalResult for demonstrating subproblem 322 | QuizJET | ||
| 747 | subproblem 323 | Java PredictingFinalResult for demonstrating subproblem 323 | QuizJET | ||
| 748 | subproblem 324 | Java PredictingFinalResult for demonstrating subproblem 324 | QuizJET | ||
| 749 | subproblem 330 | Java PredictingFinalResult for demonstrating subproblem 330 | QuizJET | ||
| 750 | if-else 1 | Java PredictingFinalResult for demonstrating if-else 1 | QuizJET | boolean expressions, conditionals, if-else statement, strings | |
| 751 | if-else 2 | Java PredictingFinalResult for demonstrating if-else 2 | QuizJET | conditionals, if-else statement | |
| 752 | if-else 3 | Java PredictingFinalResult for demonstrating if-else 3 | QuizJET | conditionals, if-else statement | |
| 753 | if-else 4 | Java PredictingFinalResult for demonstrating if-else 4 | QuizJET | conditionals, if-else statement | |
| 754 | if-else 5 | Java PredictingFinalResult for demonstrating if-else 5 | QuizJET | boolean expressions, conditionals, if-else statement | |
| 755 | subproblem 303 | Java PredictingFinalResult for demonstrating subproblem 303 | QuizJET | ||
| 756 | Increment Operator | Java PredictingFinalResult for demonstrating Increment Operator | QuizJET | arithmetic operations, arithmetic operators, operators, variables | |
| 757 | Inheritance 1 | Java PredictingFinalResult for demonstrating Inheritance 1 | QuizJET | inheritance | |
| 758 | Inheritance 2 | Java PredictingFinalResult for demonstrating Inheritance 2 | QuizJET | constructors, inheritance, overloading | |
| 759 | Inheritance 3 | Java PredictingFinalResult for demonstrating Inheritance 3 | QuizJET | constructors, inheritance, overloading | |
| 760 | Inheritance 4 | Java PredictingFinalResult for demonstrating Inheritance 4 | QuizJET | inheritance | |
| 761 | Inheritance 5 | Java PredictingFinalResult for demonstrating Inheritance 5 | QuizJET | inheritance | |
| 762 | Inheritance 6 | Java PredictingFinalResult for demonstrating Inheritance 6 | QuizJET | inheritance | |
| 763 | Using double and Math class | Java PredictingFinalResult for demonstrating Using double and Math class | QuizJET | arithmetic operations, operators, primitive data types, variables | |
| 764 | Using int | Java PredictingFinalResult for demonstrating Using int | QuizJET | arithmetic operators, operators, primitive data types, variables | |
| 765 | Interfaces 1 | Java PredictingFinalResult for demonstrating Interfaces 1 | QuizJET | interfaces, object-oriented programming | |
| 766 | Interfaces 2 | Java PredictingFinalResult for demonstrating Interfaces 2 | QuizJET | interfaces, object-oriented programming | |
| 767 | Interfaces 3 | Java PredictingFinalResult for demonstrating Interfaces 3 | QuizJET | interfaces | |
| 768 | Interfaces 4 | Java PredictingFinalResult for demonstrating Interfaces 4 | QuizJET | interfaces, object-oriented programming | |
| 769 | Interfaces 5 | Java PredictingFinalResult for demonstrating Interfaces 5 | QuizJET | interfaces | |
| 770 | Using Math class 1 | Java PredictingFinalResult for demonstrating Using Math class 1 | QuizJET | arithmetic operations, operators, variables | |
| 771 | Using Math class 2 | Java PredictingFinalResult for demonstrating Using Math class 2 | QuizJET | arithmetic operations, operators, variables | |
| 772 | Using Math Class (abs) | Java PredictingFinalResult for demonstrating Using Math Class (abs) | QuizJET | arithmetic operations | |
| 773 | Using Math Class (ceil) | Java PredictingFinalResult for demonstrating Using Math Class (ceil) | QuizJET | arithmetic operations | |
| 774 | subproblem 312 | Java PredictingFinalResult for demonstrating subproblem 312 | QuizJET | ||
| 775 | subproblem 313 | Java PredictingFinalResult for demonstrating subproblem 313 | QuizJET | ||
| 776 | subproblem 360 | Java PredictingFinalResult for demonstrating subproblem 360 | QuizJET | ||
| 777 | subproblem 361 | Java PredictingFinalResult for demonstrating subproblem 361 | QuizJET | ||
| 778 | subproblem 362 | Java PredictingFinalResult for demonstrating subproblem 362 | QuizJET | ||
| 779 | Objects 1 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 1 (Rectangle) | QuizJET | classes, object, objects | |
| 780 | Objects 2 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 2 (Rectangle) | QuizJET | classes, object, objects | |
| 781 | Objects 4 (String) | Java PredictingFinalResult for demonstrating Objects 4 (String) | QuizJET | classes, object, objects, strings | |
| 782 | Objects 5 (String) | Java PredictingFinalResult for demonstrating Objects 5 (String) | QuizJET | classes, objects | |
| 783 | Objects 3 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 3 (Rectangle) | QuizJET | classes, object, objects | |
| 784 | Modulus Operator | Java PredictingFinalResult for demonstrating Modulus Operator | QuizJET | arithmetic operations, operators, variables | |
| 785 | subproblem 327 | Java PredictingFinalResult for demonstrating subproblem 327 | QuizJET | ||
| 786 | subproblem 328 | Java PredictingFinalResult for demonstrating subproblem 328 | QuizJET | ||
| 787 | subproblem 383 | Java PredictingFinalResult for demonstrating subproblem 383 | QuizJET | ||
| 788 | Post Decrement | Java PredictingFinalResult for demonstrating Post Decrement | QuizJET | arithmetic operations, arithmetic operators | |
| 789 | Post Increment | Java PredictingFinalResult for demonstrating Post Increment | QuizJET | arithmetic operations, arithmetic operators, operators, variables | |
| 790 | Pre Decrement | Java PredictingFinalResult for demonstrating Pre Decrement | QuizJET | arithmetic operations | |
| 791 | Using float | Java PredictingFinalResult for demonstrating Using float | QuizJET | arithmetic operators, operators, primitive data types, variables | |
| 792 | int Variables 4 | Java PredictingFinalResult for demonstrating int Variables 4 | QuizJET | arithmetic operators, variables | |
| 793 | String Variables | Java PredictingFinalResult for demonstrating String Variables | QuizJET | data types, primitive data types, string operations, strings, variables | |
| 794 | int Variables 3 | Java PredictingFinalResult for demonstrating int Variables 3 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 795 | subproblem 308 | Java PredictingFinalResult for demonstrating subproblem 308 | QuizJET | ||
| 796 | println Test | Java PredictingFinalResult for demonstrating println Test | QuizJET | data types, primitive data types, variables | |
| 797 | Simple Variable Test | Java PredictingFinalResult for demonstrating Simple Variable Test | QuizJET | data types, primitive data types, variables | |
| 798 | Converting String to double | Java PredictingFinalResult for demonstrating Converting String to double | QuizJET | primitive data types, strings | |
| 799 | Converting String to int | Java PredictingFinalResult for demonstrating Converting String to int | QuizJET | primitive data types, strings | |
| 800 | Strings 1 | Java PredictingFinalResult for demonstrating Strings 1 | QuizJET | string, string operations, strings | |
| 801 | Strings 2 | Java PredictingFinalResult for demonstrating Strings 2 | QuizJET | string operations, strings | |
| 802 | Strings 3 | Java PredictingFinalResult for demonstrating Strings 3 | QuizJET | string operations, strings | |
| 803 | Strings 4 | Java PredictingFinalResult for demonstrating Strings 4 | QuizJET | string operations, strings | |
| 804 | Strings 5 | Java PredictingFinalResult for demonstrating Strings 5 | QuizJET | string operations, strings | |
| 805 | Strings 6 | Java PredictingFinalResult for demonstrating Strings 6 | QuizJET | conditionals, data types, string operations, strings, variables | |
| 806 | String Concat | Java PredictingFinalResult for demonstrating String Concat | QuizJET | strings | |
| 807 | String (equals) | Java PredictingFinalResult for demonstrating String (equals) | QuizJET | string operations, strings | |
| 808 | String (replace) | Java PredictingFinalResult for demonstrating String (replace) | QuizJET | string operations, strings | |
| 809 | subproblem 305 | Java PredictingFinalResult for demonstrating subproblem 305 | QuizJET | ||
| 810 | Switch 1 | Java PredictingFinalResult for demonstrating Switch 1 | QuizJET | conditionals, control flow, switch statement | |
| 811 | Switch 2 | Java PredictingFinalResult for demonstrating Switch 2 | QuizJET | conditionals, control flow, switch statement | |
| 812 | Switch 3 | Java PredictingFinalResult for demonstrating Switch 3 | QuizJET | conditionals, control flow, switch statement | |
| 813 | Test Null | Java PredictingFinalResult for demonstrating Test Null | QuizJET | boolean expressions | |
| 814 | Using Double | Java PredictingFinalResult for demonstrating Using Double | QuizJET | data types, primitive data types, variables | |
| 815 | Using float | Java PredictingFinalResult for demonstrating Using float | QuizJET | data types, primitive data types, variables | |
| 816 | int Variable 1 | Java PredictingFinalResult for demonstrating int Variable 1 | QuizJET | data types, primitive data types, variables | |
| 817 | Operations with int | Java PredictingFinalResult for demonstrating Operations with int | QuizJET | arithmetic operations, operators, variables | |
| 818 | int Variables 4 | Java PredictingFinalResult for demonstrating int Variables 4 | QuizJET | data types, operators, primitive data types, variables | |
| 819 | int Variables 1 | Java PredictingFinalResult for demonstrating int Variables 1 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 820 | int Variables 2 | Java PredictingFinalResult for demonstrating int Variables 2 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 821 | subproblem 332 | Java PredictingFinalResult for demonstrating subproblem 332 | QuizJET | ||
| 822 | subproblem 338 | Java PredictingFinalResult for demonstrating subproblem 338 | QuizJET | ||
| 823 | subproblem 335 | Java PredictingFinalResult for demonstrating subproblem 335 | QuizJET | ||
| 824 | subproblem 336 | Java PredictingFinalResult for demonstrating subproblem 336 | QuizJET | ||
| 825 | subproblem 333 | Java PredictingFinalResult for demonstrating subproblem 333 | QuizJET | ||
| 826 | subproblem 334 | Java PredictingFinalResult for demonstrating subproblem 334 | QuizJET | ||
| 827 | subproblem 337 | Java PredictingFinalResult for demonstrating subproblem 337 | QuizJET | ||
| 828 | subproblem 319 | Java PredictingFinalResult for demonstrating subproblem 319 | QuizJET | ||
| 829 | subproblem 318 | Java PredictingFinalResult for demonstrating subproblem 318 | QuizJET | ||
| 830 | subproblem 317 | Java PredictingFinalResult for demonstrating subproblem 317 | QuizJET | ||
| 831 | subproblem 316 | Java PredictingFinalResult for demonstrating subproblem 316 | QuizJET | ||
| 832 | Wrapper Classes 1 | Java PredictingFinalResult for demonstrating Wrapper Classes 1 | QuizJET | wrapper classes | |
| 833 | Wrapper Classes 2 | Java PredictingFinalResult for demonstrating Wrapper Classes 2 | QuizJET | wrapper classes | |
| 834 | Wrapper Classes 3 | Java PredictingFinalResult for demonstrating Wrapper Classes 3 | QuizJET | wrapper classes | |
| 835 | Wrapper Classes 4 | Java PredictingFinalResult for demonstrating Wrapper Classes 4 | QuizJET | wrapper classes | |
| 836 | q_java_Array 6 | Java PredictingFinalResult for demonstrating q_java_Array 6 | QuizJET | ||
| 837 | q_java_ArrayList 6 | Java PredictingFinalResult for demonstrating q_java_ArrayList 6 | QuizJET | ||
| 838 | q_java_Boolean Operation (Greater equal 2) | Java PredictingFinalResult for demonstrating q_java_Boolean Operation (Greater equal 2) | QuizJET | boolean expressions | |
| 839 | Object Conditional | Java PredictingFinalResult for demonstrating Object Conditional | QuizJET | classes, objects | |
| 840 | Question 1 | Java PredictingFinalResult for demonstrating Question 1 | QuizJET | arithmetic operations | |
| 841 | Question 11 | Java PredictingFinalResult for demonstrating Question 11 | QuizJET | boolean expressions | |
| 842 | Question 2 | Java PredictingFinalResult for demonstrating Question 2 | QuizJET | conditionals | |
| 843 | Question 3 | Java PredictingFinalResult for demonstrating Question 3 | QuizJET | objects | |
| 844 | Question 7 | Java PredictingFinalResult for demonstrating Question 7 | QuizJET | arrays | |
| 845 | Question 8 | Java PredictingFinalResult for demonstrating Question 8 | QuizJET | arraylist | |
| 846 | Question 9 | Java PredictingFinalResult for demonstrating Question 9 | QuizJET | interfaces | |
| 847 | Question 10 | Java PredictingFinalResult for demonstrating Question 10 | QuizJET | inheritance | |
| 848 | q_java_q_py_dlinkedlist1 | Java PredictingFinalResult for demonstrating q_java_q_py_dlinkedlist1 | QuizJET | linked list | |
| 849 | q_java_q_py_slinkedlist1 | Java PredictingFinalResult for demonstrating q_java_q_py_slinkedlist1 | QuizJET | linked list | |
| 850 | q_java_recursion1 | Java PredictingFinalResult for demonstrating q_java_recursion1 | QuizJET | recursion | |
| 851 | q_java_recursion2 | Java PredictingFinalResult for demonstrating q_java_recursion2 | QuizJET | recursion | |
| 852 | q_java_recursion3 | Java PredictingFinalResult for demonstrating q_java_recursion3 | QuizJET | recursion | |
| 853 | q_py_demoquestion | Python PredictingFinalResult for demonstrating q_py_demoquestion | QuizPET | ||
| 854 | q_py_demoquestion1 | Python PredictingFinalResult for demonstrating q_py_demoquestion1 | QuizPET | ||
| 855 | q_py_demoquestion2 | Python PredictingFinalResult for demonstrating q_py_demoquestion2 | QuizPET | ||
| 856 | q_py_demoquestion2_v1 | Python PredictingFinalResult for demonstrating q_py_demoquestion2_v1 | QuizPET | ||
| 857 | q_py_demoquestion2_v2 | Python PredictingFinalResult for demonstrating q_py_demoquestion2_v2 | QuizPET | ||
| 858 | q_py_demoquestion2_v3 | Python PredictingFinalResult for demonstrating q_py_demoquestion2_v3 | QuizPET | ||
| 859 | q_py_if_elif1_v1 | Python PredictingFinalResult for demonstrating q_py_if_elif1_v1 | QuizPET | ||
| 860 | q_py_TEST | Python PredictingFinalResult for demonstrating q_py_TEST | QuizPET | ||
| 861 | q_py_TESTTEST | Python PredictingFinalResult for demonstrating q_py_TESTTEST | QuizPET | ||
| 862 | q_py_yun_test_if2 | Python PredictingFinalResult for demonstrating q_py_yun_test_if2 | QuizPET | ||
| 863 | q_py_yun_test_if2_v1 | Python PredictingFinalResult for demonstrating q_py_yun_test_if2_v1 | QuizPET | ||
| 864 | q_py_yun_test_if3 | Python PredictingFinalResult for demonstrating q_py_yun_test_if3 | QuizPET | ||
| 865 | q_py_yun_test_if3_v1 | Python PredictingFinalResult for demonstrating q_py_yun_test_if3_v1 | QuizPET | ||
| 866 | Adrese i dodjela vrijednosti pokazivacima | PCEX Set of activities for Adrese i dodjela vrijednosti pokazivacima | PCEX | ||
| 867 | Append i read-update mod za binarne datoteke | PCEX Set of activities for Append i read-update mod za binarne datoteke | PCEX | ||
| 868 | arithmetic.bmi_calculator | PCEX Set of activities for arithmetic.bmi_calculator | PCEX | ||
| 869 | arithmetic.bmi_calculator | PCEX Set of activities for arithmetic.bmi_calculator | PCEX | ||
| 870 | arithmetic.f_to_c_conversion | PCEX Set of activities for arithmetic.f_to_c_conversion | PCEX | ||
| 871 | arithmetic.f_to_c_conversion | PCEX Set of activities for arithmetic.f_to_c_conversion | PCEX | ||
| 872 | arithmetic.pythagorean_theorem | PCEX Set of activities for arithmetic.pythagorean_theorem | PCEX | ||
| 873 | arithmetic.pythagorean_theorem | PCEX Set of activities for arithmetic.pythagorean_theorem | PCEX | ||
| 874 | arithmetic.time_conversion | PCEX Set of activities for arithmetic.time_conversion | PCEX | ||
| 875 | arithmetic.time_conversion | PCEX Set of activities for arithmetic.time_conversion | PCEX | ||
| 876 | Aritmeticke operacije nad redovima i kolonama matrice | PCEX Set of activities for Aritmeticke operacije nad redovima i kolonama matrice | PCEX | ||
| 877 | arraylist.vocabulary | PCEX Set of activities for arraylist.vocabulary | PCEX | ||
| 878 | arraylist.vocabulary | PCEX Set of activities for arraylist.vocabulary | PCEX | ||
| 879 | arrays.j_array_basic | PCEX Set of activities for arrays.j_array_basic | PCEX | ||
| 880 | arrays.j_array_basic | PCEX Set of activities for arrays.j_array_basic | PCEX | ||
| 881 | arrays.j_array_change | PCEX Set of activities for arrays.j_array_change | PCEX | ||
| 882 | arrays.j_array_change | PCEX Set of activities for arrays.j_array_change | PCEX | ||
| 883 | arrays.j_array_fill | PCEX Set of activities for arrays.j_array_fill | PCEX | ||
| 884 | arrays.j_array_fill | PCEX Set of activities for arrays.j_array_fill | PCEX | ||
| 885 | arrays.j_array_min_max_ | PCEX Set of activities for arrays.j_array_min_max_ | PCEX | ||
| 886 | arrays.j_array_min_max | PCEX Set of activities for arrays.j_array_min_max | PCEX | ||
| 887 | arrays.j_array_min_max | PCEX Set of activities for arrays.j_array_min_max | PCEX | ||
| 888 | arrays.j_array_process_elements | PCEX Set of activities for arrays.j_array_process_elements | PCEX | ||
| 889 | arrays.j_array_process_elements | PCEX Set of activities for arrays.j_array_process_elements | PCEX | ||
| 890 | arrays.j_array_rotate | PCEX Set of activities for arrays.j_array_rotate | PCEX | ||
| 891 | arrays.j_array_rotate | PCEX Set of activities for arrays.j_array_rotate | PCEX | ||
| 892 | arrays.j_search_array | PCEX Set of activities for arrays.j_search_array | PCEX | ||
| 893 | arrays.j_search_array | PCEX Set of activities for arrays.j_search_array | PCEX | ||
| 894 | arrays.j_temperature | PCEX Set of activities for arrays.j_temperature | PCEX | ||
| 895 | arrays.j_temperature | PCEX Set of activities for arrays.j_temperature | PCEX | ||
| 896 | arrays2d.j_array2d_basic | PCEX Set of activities for arrays2d.j_array2d_basic | PCEX | ||
| 897 | arrays2d.j_array2d_basic | PCEX Set of activities for arrays2d.j_array2d_basic | PCEX | ||
| 898 | arrays2d.j_print_medals | PCEX Set of activities for arrays2d.j_print_medals | PCEX | ||
| 899 | arrays2d.j_print_medals | PCEX Set of activities for arrays2d.j_print_medals | PCEX | ||
| 900 | arrays2d.j_soda_survery | PCEX Set of activities for arrays2d.j_soda_survery | PCEX | ||
| 901 | arrays2d.j_soda_survery | PCEX Set of activities for arrays2d.j_soda_survery | PCEX | ||
| 902 | artihmetic.vending_machine | PCEX Set of activities for artihmetic.vending_machine | PCEX | ||
| 903 | artihmetic.vending_machine | PCEX Set of activities for artihmetic.vending_machine | PCEX | ||
| 904 | artithmetic.inc_dec_operators | PCEX Set of activities for artithmetic.inc_dec_operators | PCEX | ||
| 905 | artithmetic.inc_dec_operators | PCEX Set of activities for artithmetic.inc_dec_operators | PCEX | ||
| 906 | Basic Python examples | PCEX Set of activities for Basic Python examples | PCEX | ||
| 907 | Binary Search | PCEX Set of activities for Binary Search | PCEX | ||
| 908 | Binary Search - Recursive | PCEX Set of activities for Binary Search - Recursive | PCEX | ||
| 909 | booleans.fail_course | PCEX Set of activities for booleans.fail_course | PCEX | ||
| 910 | booleans.fail_course | PCEX Set of activities for booleans.fail_course | PCEX | ||
| 911 | booleans.hot_dry | PCEX Set of activities for booleans.hot_dry | PCEX | ||
| 912 | booleans.hot_dry | PCEX Set of activities for booleans.hot_dry | PCEX | ||
| 913 | booleans.phone_age | PCEX Set of activities for booleans.phone_age | PCEX | ||
| 914 | booleans.phone_age | PCEX Set of activities for booleans.phone_age | PCEX | ||
| 915 | booleans.rent_car | PCEX Set of activities for booleans.rent_car | PCEX | ||
| 916 | booleans.rent_car | PCEX Set of activities for booleans.rent_car | PCEX | ||
| 917 | booleans.three_booleans | PCEX Set of activities for booleans.three_booleans | PCEX | ||
| 918 | booleans.three_booleans | PCEX Set of activities for booleans.three_booleans | PCEX | ||
| 919 | Brisanje dijelova stringa | PCEX Set of activities for Brisanje dijelova stringa | PCEX | ||
| 920 | C_3_PL_Demo_PCEX_Challenge | PCEX Set of activities for C_3_PL_Demo_PCEX_Challenge | PCEX | ||
| 921 | C_3_PL_Demo_PCEX_Worked_EXAMPLE | PCEX Set of activities for C_3_PL_Demo_PCEX_Worked_EXAMPLE | PCEX | ||
| 922 | Citanje iz binarnih datoteka | PCEX Set of activities for Citanje iz binarnih datoteka | PCEX | ||
| 923 | Citanje sadrzaja formatiranih tekstualnih datoteka | PCEX Set of activities for Citanje sadrzaja formatiranih tekstualnih datoteka | PCEX | ||
| 924 | Citanje sadrzaja tekstualnih datoteka karakter po karakter | PCEX Set of activities for Citanje sadrzaja tekstualnih datoteka karakter po karakter | PCEX | ||
| 925 | Citanje struktura iz tekstualnih datoteka | PCEX Set of activities for Citanje struktura iz tekstualnih datoteka | PCEX | ||
| 926 | csedpad.01.preliminary_topics.preliminarytopics | PCEX Set of activities for csedpad.01.preliminary_topics.preliminarytopics | PCEX | ||
| 927 | csedpad.01.preliminary_topics.preliminarytopics(constants) | PCEX Set of activities for csedpad.01.preliminary_topics.preliminarytopics(constants) | PCEX | ||
| 928 | csedpad.01.preliminary_topics.preliminarytopics(constants)_1 | PCEX Set of activities for csedpad.01.preliminary_topics.preliminarytopics(constants)_1 | PCEX | ||
| 929 | csedpad.01.preliminary_topics.variables | PCEX Set of activities for csedpad.01.preliminary_topics.variables | PCEX | ||
| 930 | csedpad.01.preliminary_topics.variables_expressions_constants | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_constants | PCEX | ||
| 931 | csedpad.01.preliminary_topics.variables_expressions_constants_1 | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_constants_1 | PCEX | ||
| 932 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | PCEX | ||
| 933 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes_1 | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes_1 | PCEX | ||
| 934 | csedpad.02.Input.example3.inputtype | PCEX Set of activities for csedpad.02.Input.example3.inputtype | PCEX | ||
| 935 | csedpad.02.Input.example4.inputtype | PCEX Set of activities for csedpad.02.Input.example4.inputtype | PCEX | ||
| 936 | csedpad.02.Input.input_arithmeticexpressions | PCEX Set of activities for csedpad.02.Input.input_arithmeticexpressions | PCEX | ||
| 937 | csedpad.03.MathClass.mathclass | PCEX Set of activities for csedpad.03.MathClass.mathclass | PCEX | ||
| 938 | csedpad.04.StringClass.no_topic | PCEX Set of activities for csedpad.04.StringClass.no_topic | PCEX | ||
| 939 | csedpad.04.StringClass.no_topic_1 | PCEX Set of activities for csedpad.04.StringClass.no_topic_1 | PCEX | ||
| 940 | csedpad.04.StringClass.strings | PCEX Set of activities for csedpad.04.StringClass.strings | PCEX | ||
| 941 | csedpad.04.StringClass.strings_1 | PCEX Set of activities for csedpad.04.StringClass.strings_1 | PCEX | ||
| 942 | csedpad.05.LogicalOperators.logicaloperator | PCEX Set of activities for csedpad.05.LogicalOperators.logicaloperator | PCEX | ||
| 943 | csedpad.05.LogicalOperators.no_topic | PCEX Set of activities for csedpad.05.LogicalOperators.no_topic | PCEX | ||
| 944 | csedpad.05.LogicalOperators.no_topic_1 | PCEX Set of activities for csedpad.05.LogicalOperators.no_topic_1 | PCEX | ||
| 945 | csedpad.06.If.if | PCEX Set of activities for csedpad.06.If.if | PCEX | ||
| 946 | csedpad.06.If.ifstatement | PCEX Set of activities for csedpad.06.If.ifstatement | PCEX | ||
| 947 | csedpad.07.IfElse.no_topic | PCEX Set of activities for csedpad.07.IfElse.no_topic | PCEX | ||
| 948 | csedpad.07.IfElse.no_topic_1 | PCEX Set of activities for csedpad.07.IfElse.no_topic_1 | PCEX | ||
| 949 | csedpad.08.Switch.switchstatements | PCEX Set of activities for csedpad.08.Switch.switchstatements | PCEX | ||
| 950 | csedpad.08.Switch.switchstatements_1 | PCEX Set of activities for csedpad.08.Switch.switchstatements_1 | PCEX | ||
| 951 | csedpad.09.WhileLoops.whileloops | PCEX Set of activities for csedpad.09.WhileLoops.whileloops | PCEX | ||
| 952 | csedpad.09.WhileLoops.whileloops_1 | PCEX Set of activities for csedpad.09.WhileLoops.whileloops_1 | PCEX | ||
| 953 | csedpad.10.DoWhile.do-whileloops | PCEX Set of activities for csedpad.10.DoWhile.do-whileloops | PCEX | ||
| 954 | csedpad.10.DoWhile.do-whileloops_1 | PCEX Set of activities for csedpad.10.DoWhile.do-whileloops_1 | PCEX | ||
| 955 | 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 | ||
| 956 | csedpad.12.NestedLoops.nestedloops | PCEX Set of activities for csedpad.12.NestedLoops.nestedloops | PCEX | ||
| 957 | csedpad.12.NestedLoops.nestedloops_1 | PCEX Set of activities for csedpad.12.NestedLoops.nestedloops_1 | PCEX | ||
| 958 | csedpad.13.Arrays.arrays | PCEX Set of activities for csedpad.13.Arrays.arrays | PCEX | ||
| 959 | csedpad.13.Arrays.arrays_1 | PCEX Set of activities for csedpad.13.Arrays.arrays_1 | PCEX | ||
| 960 | csedpad.14.TwoDimensionalArrays.no_topic | PCEX Set of activities for csedpad.14.TwoDimensionalArrays.no_topic | PCEX | ||
| 961 | csedpad.14.TwoDimensionalArrays.no_topic_1 | PCEX Set of activities for csedpad.14.TwoDimensionalArrays.no_topic_1 | PCEX | ||
| 962 | csedpad.14.TwoDimensionalArrays.twodimensionalarrays | PCEX Set of activities for csedpad.14.TwoDimensionalArrays.twodimensionalarrays | PCEX | ||
| 963 | csedpad.15.ArrayLists.arraylist | PCEX Set of activities for csedpad.15.ArrayLists.arraylist | PCEX | ||
| 964 | csedpad.15.ArrayLists.arraylist_1 | PCEX Set of activities for csedpad.15.ArrayLists.arraylist_1 | PCEX | ||
| 965 | csedpad.16.Methods.methods | PCEX Set of activities for csedpad.16.Methods.methods | PCEX | ||
| 966 | csedpad.16.Methods.no_topic | PCEX Set of activities for csedpad.16.Methods.no_topic | PCEX | ||
| 967 | csedpad.16.Methods.no_topic_1 | PCEX Set of activities for csedpad.16.Methods.no_topic_1 | PCEX | ||
| 968 | csedpad.17.ClassesObjects.ClassExample1.classesandobjects | PCEX Set of activities for csedpad.17.ClassesObjects.ClassExample1.classesandobjects | PCEX | ||
| 969 | csedpad.17.ClassesObjects.ClassExample2.classesandobjects | PCEX Set of activities for csedpad.17.ClassesObjects.ClassExample2.classesandobjects | PCEX | ||
| 970 | csedpad.17.ClassesObjects.ClassExample3.classesandobjects | PCEX Set of activities for csedpad.17.ClassesObjects.ClassExample3.classesandobjects | PCEX | ||
| 971 | csedpad.17.ClassesObjects.ClassExample3.classesandobjects_1 | PCEX Set of activities for csedpad.17.ClassesObjects.ClassExample3.classesandobjects_1 | PCEX | ||
| 972 | csedpad.17.ClassesObjects.objects | PCEX Set of activities for csedpad.17.ClassesObjects.objects | PCEX | ||
| 973 | csedpad.17.ClassesObjects.objects_1 | PCEX Set of activities for csedpad.17.ClassesObjects.objects_1 | PCEX | ||
| 974 | csedpad.19.ExceptionHandling.exceptionhandling | PCEX Set of activities for csedpad.19.ExceptionHandling.exceptionhandling | PCEX | ||
| 975 | csedpad.19.ExceptionHandling.exceptionhandling_1 | PCEX Set of activities for csedpad.19.ExceptionHandling.exceptionhandling_1 | PCEX | ||
| 976 | csedpad.20.Recursion.recursion | PCEX Set of activities for csedpad.20.Recursion.recursion | PCEX | ||
| 977 | csedpad.20.Recursion.recursion_1 | PCEX Set of activities for csedpad.20.Recursion.recursion_1 | PCEX | ||
| 978 | csedpad.21.Sorting.no_topic | PCEX Set of activities for csedpad.21.Sorting.no_topic | PCEX | ||
| 979 | csedpad.21.Sorting.no_topic_1 | PCEX Set of activities for csedpad.21.Sorting.no_topic_1 | PCEX | ||
| 980 | csedpad.22.Searching.searching(binarysearch) | PCEX Set of activities for csedpad.22.Searching.searching(binarysearch) | PCEX | ||
| 981 | csedpad.22.Searching.searching(binarysearch)_1 | PCEX Set of activities for csedpad.22.Searching.searching(binarysearch)_1 | PCEX | ||
| 982 | csedpad.22.Searching.searching(linearsearch) | PCEX Set of activities for csedpad.22.Searching.searching(linearsearch) | PCEX | ||
| 983 | csedpad.22.Searching.searching(linearsearch)_1 | PCEX Set of activities for csedpad.22.Searching.searching(linearsearch)_1 | PCEX | ||
| 984 | csedpad.input.inputtype | PCEX Set of activities for csedpad.input.inputtype | PCEX | ||
| 985 | csedpad.LogicalOperators.logicaloperator | PCEX Set of activities for csedpad.LogicalOperators.logicaloperator | PCEX | ||
| 986 | csedpad.MathClass.mathclass | PCEX Set of activities for csedpad.MathClass.mathclass | PCEX | ||
| 987 | csedpad.preliminary_topics.variables_expressions_constants | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_constants | PCEX | ||
| 988 | csedpad.preliminary_topics.variables_expressions_constants_1 | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_constants_1 | PCEX | ||
| 989 | csedpad.preliminary_topics.variables_expressions_primitivedatatypes | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_primitivedatatypes | PCEX | ||
| 990 | Dereferenciranje pokazivaca | PCEX Set of activities for Dereferenciranje pokazivaca | PCEX | ||
| 991 | Detektovanje granica unutar stringa | PCEX Set of activities for Detektovanje granica unutar stringa | PCEX | ||
| 992 | Dictionary | PCEX Set of activities for Dictionary | PCEX | ||
| 993 | Dinamicka alokacija nizova | PCEX Set of activities for Dinamicka alokacija nizova | PCEX | ||
| 994 | Dinamicka alokacija obicnih varijabli | PCEX Set of activities for Dinamicka alokacija obicnih varijabli | PCEX | ||
| 995 | exceptions.j_check_age | PCEX Set of activities for exceptions.j_check_age | PCEX | ||
| 996 | exceptions.j_check_age | PCEX Set of activities for exceptions.j_check_age | PCEX | ||
| 997 | exceptions.j_check_producut_code | PCEX Set of activities for exceptions.j_check_producut_code | PCEX | ||
| 998 | exceptions.j_check_producut_code | PCEX Set of activities for exceptions.j_check_producut_code | PCEX | ||
| 999 | File Handling | PCEX Set of activities for File Handling | PCEX | ||
| 1000 | Files | PCEX Set of activities for Files | PCEX |