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