Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Variable Scope Review Questions | Question, Battery | CS1-level introduction to variable scope review questions. | OpenDSA | Variable Scope |
| 2 | Variable Assignment | Python BehaviorExample for demonstrating Variable Assignment | WebEx | operators, variables | |
| 3 | Variable type: Numbers | Python BehaviorExample for demonstrating Variable type: Numbers | WebEx | operators, variables | |
| 4 | Variable type: Strings | Python BehaviorExample for demonstrating Variable type: Strings | WebEx | operators, variables | |
| 5 | Variable type: Lists | Python BehaviorExample for demonstrating Variable type: Lists | WebEx | list, variables | |
| 6 | Variable type: Tuples | Python BehaviorExample for demonstrating Variable type: Tuples | WebEx | variables | |
| 7 | Variable type: Dictionary | Python BehaviorExample for demonstrating Variable type: Dictionary | WebEx | dictionaries, variables | |
| 8 | Variable to Integer | Python BehaviorExample for demonstrating Variable to Integer | WebEx | numeric types | |
| 9 | Variable Type Conversion | Python BehaviorExample for demonstrating Variable Type Conversion | WebEx | operators, variables | |
| 10 | Variable Types | C++ BehaviorExample for demonstrating Variable Types | AnnEx | ||
| 11 | Variable Demo | Java BehaviorExample for demonstrating Variable Demo | AnnEx | data types, variables | |
| 12 | Variable Declaration | Variable Declaration | AnnEx | data types, operators, variables | |
| 13 | Variable Initialization | Variable Initialization | AnnEx | data types, operators, primitive data types, variables | |
| 14 | Variable Demo | Java CodeVisualization for demonstrating Variable Demo | JSVEE | arithmetic operations, arithmetic operators, data types, operators, variables | |
| 15 | Multiple Variable Assignment | Python BehaviorExample for demonstrating Multiple Variable Assignment | WebEx | operators, variables | |
| 16 | Simple Variable Test | Java PredictingFinalResult for demonstrating Simple Variable Test | QuizJET | data types, primitive data types, variables | |
| 17 | int Variable 1 | Java PredictingFinalResult for demonstrating int Variable 1 | QuizJET | data types, primitive data types, variables | |
| 18 | DEPRECATED_variable declaration | Java BehaviorExample for demonstrating DEPRECATED_variable declaration | AnnEx | ||
| 19 | DEPRECATED_variable initialization | Java BehaviorExample for demonstrating DEPRECATED_variable initialization | AnnEx | ||
| 20 | Functional Programming: Variable Hoisting | Algorithm Visualization, Code Tracing Presentation | Slideshow visualizing variable hoisting in a functional programming language. | OpenDSA | Functional Programming |
| 21 | Change the Value of a Variable | C++ BehaviorExample for demonstrating Change the Value of a Variable | AnnEx | ||
| 22 | Practicing using math library and check a variable's type | Construct a program that accesses math.pi and check its type | jsParsons | data types | |
| 23 | Determine Values Bound to a Variable in Environment | Calculation Exercise, Battery | A collection of self-practice questions related to determining values bound to a variable in environment of the functional programming language... | OpenDSA | Functional Programming |
| 24 | Practicar el uso de la biblioteca math y comprobar el tipo de una variable | Construye un programa que acceda a math.pi y verifique su tipo. | jsParsons | operators, variables | |
| 25 | Given three numbers x, y, z and a Boolean variable <code>strict</code>, return <code>true</code> if <code>strict</code> is false and x ≤ y ≤ z, or <code>strict</code> is true and x < y < z. | Code Completion |
Given three numbers x, y, z and a Boolean variable strict, return true if strict is false and x ≤...
|
CodeCheck | Branches, Branches with Functions |
| 26 | Variables Review Quiz | Question, Battery | Variables for CS1 self-assessment questions. | OpenDSA | Variable |
| 27 | (While loops) While Loops Ex 1 - CSEdPad | Loop with simple loop variable increment: Assume you have a list of 1,000 people in alphabetical order and you are... | AnnEx | while loop | |
| 28 | Variables assignment (Memphis) | Some basic variable demos. The final part of the code below demonstrates how to swap the values of x and... | AnnEx | ||
| 29 | Comparisons | Construct a program that prints out whether variable a is bigger than b. | jsParsons | boolean expressions, boolean logic, comparison operators | |
| 30 | Practicar el uso de comparaciones | Construye un programa que imprima si la variable a es mayor que b. | jsParsons | boolean expressions, conditionals | |
| 31 | Simple linear index Slideshow | Algorithm Visualization | Slideshow showing a simple linear index for variable length records stored on disk. | OpenDSA | Linear Indexing, File Processing |
| 32 | Allocation and Deallocation of Local Variables | Code Tracing Presentation | Slideshow demonstrating the details of local variable allocation and deallocation. | OpenDSA | Pointer, Reference, Object |
| 33 | Increment/Decrement Operators (Case 1) | Construct a program that performs increment/decrement operations on variable a (with initial value of 4) and variable b (with initial... | PCEX | ||
| 34 | Increment/Decrement Operators (Case 2) | Construct a program that performs increment/decrement operations on variable a (with initial value of 8) and variable b (with initial... | PCEX | ||
| 35 | Increment/Decrement Operators (Case 3) | Construct a program that performs increment/decrement operations on variable a (with initial value of 6) and variable b (with initial... | PCEX | ||
| 36 | Increment/Decrement Operators (Case 1) | Construct a program that performs increment/decrement operations on variable a (with initial value of 4) and variable b (with initial... | PCEX | ||
| 37 | Increment/Decrement Operators (Case 2) | Construct a program that performs increment/decrement operations on variable a (with initial value of 8) and variable b (with initial... | PCEX | ||
| 38 | Increment/Decrement Operators (Case 3) | Construct a program that performs increment/decrement operations on variable a (with initial value of 6) and variable b (with initial... | PCEX | ||
| 39 | How tall are you in meters? | Construct a program that converts the height in feet (stored in variable heightInFeet) to meters using the constant feet to... | PCEX | ||
| 40 | How tall are you in meters? | Construct a program that converts the height in feet stored in variable heightInFeet to meters using the constant feet to... | PCEX | ||
| 41 | Iterar sobre una lista | Construye un programa que imprima todos los animales en la variable zoologico. | jsParsons | ||
| 42 | Two-level linear index Slideshow | Algorithm Analysis Presentation | Slideshow showing a two-level linear index for variable length records stored on disk. | OpenDSA | Linear Indexing |
| 43 | List Iteration Zoo | Construct a program that prints out all the animals in the zoo-variable. | jsParsons | list | |
| 44 | (Strings) Change case - CSEdPad | Given a string, this program converts the string into uppercase and lowercase. present on those variable to either uppercase or... | AnnEx | string | |
| 45 | JSON ITERATION 1 | Write the code that prints the all NFL stats for the superbowl winning teams from the year 2022 to 2025.... | PCEX | ||
| 46 | Variables 4 | Python PredictingFinalResult for demonstrating Variables 4 | QuizPET | variables | |
| 47 | Variables 1 | Python BehaviorExample for demonstrating Variables 1 | WebEx | ||
| 48 | Multiple Variables | Multiple Variables | AnnEx | variables | |
| 49 | Variables | Python CodeVisualization for demonstrating Variables | JSVEE | operators, variables | |
| 50 | exchange variables | Python PredictingFinalResult for demonstrating exchange variables | QuizPET | operators, swap, variables | |
| 51 | exchange variables 2 | Python PredictingFinalResult for demonstrating exchange variables 2 | QuizPET | operators, swap, variables | |
| 52 | IS12:: variables.c (3.1) | C BehaviorExample for demonstrating IS12:: variables.c (3.1) | WebEx | ||
| 53 | int Variables 4 | Java PredictingFinalResult for demonstrating int Variables 4 | QuizJET | arithmetic operators, variables | |
| 54 | String Variables | Java PredictingFinalResult for demonstrating String Variables | QuizJET | data types, primitive data types, string operations, strings, variables | |
| 55 | int Variables 3 | Java PredictingFinalResult for demonstrating int Variables 3 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 56 | int Variables 4 | Java PredictingFinalResult for demonstrating int Variables 4 | QuizJET | data types, operators, primitive data types, variables | |
| 57 | int Variables 1 | Java PredictingFinalResult for demonstrating int Variables 1 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 58 | int Variables 2 | Java PredictingFinalResult for demonstrating int Variables 2 | QuizJET | arithmetic operators, data types, operators, primitive data types, variables | |
| 59 | All Variables Together | C++ BehaviorExample for demonstrating All Variables Together | AnnEx | ||
| 60 | Boolean Variables | C++ BehaviorExample for demonstrating Boolean Variables | AnnEx | ||
| 61 | Char Variables | C++ BehaviorExample for demonstrating Char Variables | AnnEx | ||
| 62 | Initializing Variables | C++ BehaviorExample for demonstrating Initializing Variables | AnnEx | ||
| 63 | Ctring Variables | C++ BehaviorExample for demonstrating Ctring Variables | AnnEx | ||
| 64 | Using Variables | C++ BehaviorExample for demonstrating Using Variables | AnnEx | ||
| 65 | Multiple Variables 2 | Multiple Variables 2 | AnnEx | data types, variables | |
| 66 | memp_variables_1 | This is an example taken from google drive | AnnEx | ||
| 67 | Practicar la manipulación de variables y verificar sus tipos | Construye un programa que calcule el modulo de dos variables y verifique el tipo del resultado. | jsParsons | operators, variables | |
| 68 | Multiple Variables | Java CodeVisualization for demonstrating Multiple Variables | JSVEE | arithmetic operators, data types, operators, primitive data types, variables | |
| 69 | csedpad.01.preliminary_topics.variables | PCEX Set of activities for csedpad.01.preliminary_topics.variables | PCEX | ||
| 70 | csedpad.01.preliminary_topics.variables | Construct a program that stores the player's information and displays it. | PCEX | ||
| 71 | csedpad.01.preliminary_topics.variables_expressions_constants | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_constants | PCEX | ||
| 72 | csedpad.01.preliminary_topics.variables_expressions_constants_1 | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_constants_1 | PCEX | ||
| 73 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | PCEX | ||
| 74 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | This program displays Casablanca's statistics. | PCEX | ||
| 75 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes_1 | PCEX Set of activities for csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes_1 | PCEX | ||
| 76 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes_1 | This program displays a student' s profile within a university. | PCEX | ||
| 77 | csedpad.preliminary_topics.variables_expressions_constants | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_constants | PCEX | ||
| 78 | csedpad.preliminary_topics.variables_expressions_constants_1 | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_constants_1 | PCEX | ||
| 79 | csedpad.preliminary_topics.variables_expressions_primitivedatatypes | PCEX Set of activities for csedpad.preliminary_topics.variables_expressions_primitivedatatypes | PCEX | ||
| 80 | csedpad.preliminary_topics.variables_expressions_primitivedatatypes | This program displays students' profiles within a university. | PCEX | ||
| 81 | c_dinamicka_alokacija_varijable_calloc | Napisati program koji dinamički alocira memoriju za jednu realnu varijablu. Program treba omogućiti korisniku unos realnog broja sa tastature, zatim... | PCEX | ||
| 82 | c_dinamicka_alokacija_varijable_malloc | Napisati C program koji dinamički alocira memoriju za jednu cjelobrojnu varijablu. Program treba omogućiti korisniku da unese cijeli broj, smjesti... | PCEX | ||
| 83 | Passing reference variables as parameters in Java | PCEX Set of activities for Passing reference variables as parameters in Java | PCEX | ||
| 84 | Print using variables | Write a program that generates the output as below. Use only variables in the print-statements, so `print("text")` is not allowed... | PCEX | ||
| 85 | Float and Double Variables | C++ BehaviorExample for demonstrating Float and Double Variables | AnnEx | ||
| 86 | Size of Variables | C++ BehaviorExample for demonstrating Size of Variables | AnnEx | ||
| 87 | Operations with Variables | C++ BehaviorExample for demonstrating Operations with Variables | AnnEx | ||
| 88 | For with Multiple Variables 2 | For with Multiple Variables 2 | AnnEx | for loop, nested loops | |
| 89 | For with Multiple Variables | For with Multiple Variables | AnnEx | for loop, nested loops | |
| 90 | For with Multiple Variables 3 | For with Multiple Variables 3 | AnnEx | for loop, nested loops | |
| 91 | Practicing manipulating variables and checking types | Construct a program that calculate two variables' modulus and check the type of the modulus | jsParsons | data types | |
| 92 | Practicar la asignación de variables | Construye un programa que intercambie los valores de las variables x e y. | jsParsons | ||
| 93 | For with Multiple Variables 2 | Java CodeVisualization for demonstrating For with Multiple Variables 2 | JSVEE | for loop, loops, nested loops | |
| 94 | Lambda Calculus: Bound Variables | Calculation Exercise, Battery | A collection of self-practice questions related to identifying bound variables in a Lambda Calculus expression. | OpenDSA | Lambda Calculus |
| 95 | Lambda Calculus: Free Variables | Calculation Exercise, Battery | A collection of self-practice questions related to identifying free variables in a Lambda Calculus expression. | OpenDSA | Lambda Calculus |
| 96 | Lifetime of Local Variables | Code Tracing Presentation | Slideshow demonstrating the lifetime of local storage. | OpenDSA | Pointer, Reference, Object |
| 97 | Determining When All Three Boolean Variables Are Equal | Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... | PCEX | ||
| 98 | Determining When All Three Boolean Variables Are Equal | Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... | PCEX | ||
| 99 | Determining When All Three Boolean Variables Are Equal | Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... | PCEX | ||
| 100 | Determining When All Three Boolean Variables Are Equal. | Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... | PCEX | ||
| 101 | Determining When at Least One of the Three Boolean Variables is True | Construct a program that determines whether at least one of the three boolean variables is true based on the inputs... | PCEX | ||
| 102 | Determining When at Least One of the Three Boolean Variables is False | Construct a program that determines whether at least one of the three boolean variables is false based on the inputs... | PCEX | ||
| 103 | Determining When at Least One of the Three Boolean Variables is True | Construct a program that determines whether at least one of the three boolean variables is true based on the inputs... | PCEX | ||
| 104 | Determining When at Least One of the Three Boolean Variables is False | Construct a program that determines whether at least one of the three boolean variables is false based on the inputs... | PCEX | ||
| 105 | Determining When at Least One of the Three Boolean Variables is True | Construct a program that determines whether at least one of the three boolean variables is True based on the inputs... | PCEX | ||
| 106 | Determining When at Least One of the Three Boolean Variables is False | Construct a program that determines whether at least one of the three boolean variables is False based on the inputs... | PCEX | ||
| 107 | Determining When at Least One of the Three Boolean Variables is True | Construct a program that determines whether at least one of the three boolean variables is True based on the inputs... | PCEX | ||
| 108 | Determining When at Least One of the Three Boolean Variables is False. | Construct a program that determines whether at least one of the three boolean variables is False based on the inputs... | PCEX | ||
| 109 | pcex_test | Java BehaviorExample for demonstrating pcex_test | WebEx | variables | |
| 110 | Hello World | Python BehaviorExample for demonstrating Hello World | WebEx | variables | |
| 111 | Simple Printing | Printing strings and numbers | AnnEx | variables | |
| 112 | q_py_arithmetic1_es | Python PredictingFinalResult for demonstrating q_py_arithmetic1_es | QuizPET | operators, variables | |
| 113 | simple arithmetic | Python PredictingFinalResult for demonstrating simple arithmetic | QuizPET | operators, variables | |
| 114 | q_py_arithmetic2_es | Python PredictingFinalResult for demonstrating q_py_arithmetic2_es | QuizPET | operators, variables | |
| 115 | arithmetic | Python PredictingFinalResult for demonstrating arithmetic | QuizPET | operators, variables | |
| 116 | q_py_exchange1_es | Python PredictingFinalResult for demonstrating q_py_exchange1_es | QuizPET | operators, variables | |
| 117 | q_py_exchange2_es | Python PredictingFinalResult for demonstrating q_py_exchange2_es | QuizPET | operators, variables | |
| 118 | q_py_swap1_es | Python PredictingFinalResult for demonstrating q_py_swap1_es | QuizPET | operators, variables | |
| 119 | Simple Calculations | Python BehaviorExample for demonstrating Simple Calculations | WebEx | operators, variables | |
| 120 | Different Ways to Print | Python BehaviorExample for demonstrating Different Ways to Print | WebEx | strings, variables | |
| 121 | Arithmatic Operations | Python BehaviorExample for demonstrating Arithmatic Operations | WebEx | operators, variables | |
| 122 | Assignment Operators | Python BehaviorExample for demonstrating Assignment Operators | WebEx | operators, variables | |
| 123 | Hello | Construct a program that prints out hello and world on separate lines. | jsParsons | operators, variables | |
| 124 | Imprimir hola mundo | Construye un programa que imprima hola y mundo en lineas separadas. | jsParsons | operators, variables | |
| 125 | Addition | Construct a program that prints the value 8. | jsParsons | operators, variables | |
| 126 | Practicar el orden de líneas para obtener el número correcto | Construye un programa que imprima el valor 8. | jsParsons | operators, variables | |
| 127 | Swap | Construct a program that swaps the values of x and y variables. | jsParsons | operators, variables | |
| 128 | Aritmethics 2 | Python CodeVisualization for demonstrating Aritmethics 2 | JSVEE | operators, variables | |
| 129 | Hello | Python CodeVisualization for demonstrating Hello | JSVEE | operators, variables | |
| 130 | Simpel Arithmetics | Python CodeVisualization for demonstrating Simpel Arithmetics | JSVEE | operators, variables | |
| 131 | ae_python_assignment | Python CodeVisualization for demonstrating ae_python_assignment | JSVEE | operators, variables | |
| 132 | ae_python_intro | Python CodeVisualization for demonstrating ae_python_intro | JSVEE | operators, variables | |
| 133 | Aliasing 1 | Python PredictingFinalResult for demonstrating Aliasing 1 | QuizPET | aliasing, operators, variables | |
| 134 | Aliasing 2 | Python PredictingFinalResult for demonstrating Aliasing 2 | QuizPET | aliasing, operators, variables | |
| 135 | Aliasing 3 | Python PredictingFinalResult for demonstrating Aliasing 3 | QuizPET | aliasing, operators, variables | |
| 136 | q_py_data_types2_es | Python PredictingFinalResult for demonstrating q_py_data_types2_es | QuizPET | functions, operators, variables | |
| 137 | Data Types 2 | Python PredictingFinalResult for demonstrating Data Types 2 | QuizPET | data types, operators, variables | |
| 138 | q_py_output1_es | Python PredictingFinalResult for demonstrating q_py_output1_es | QuizPET | operators, strings, variables | |
| 139 | q_py_output3_es | Python PredictingFinalResult for demonstrating q_py_output3_es | QuizPET | operators, strings, variables | |
| 140 | q_py_q_py_datatype1_es | Python PredictingFinalResult for demonstrating q_py_q_py_datatype1_es | QuizPET | functions, operators, variables | |
| 141 | Data Type 1 | Python PredictingFinalResult for demonstrating Data Type 1 | QuizPET | data types, operators, variables | |
| 142 | swap | Python PredictingFinalResult for demonstrating swap | QuizPET | operators, swap, variables | |
| 143 | Constants 1 | Java PredictingFinalResult for demonstrating Constants 1 | QuizJET | arithmetic operators, constants, operators, variables | |
| 144 | Division | Java PredictingFinalResult for demonstrating Division | QuizJET | arithmetic operations, operators, variables | |
| 145 | Using Math class 1 | Java PredictingFinalResult for demonstrating Using Math class 1 | QuizJET | arithmetic operations, operators, variables | |
| 146 | Using Math class 2 | Java PredictingFinalResult for demonstrating Using Math class 2 | QuizJET | arithmetic operations, operators, variables | |
| 147 | Modulus Operator | Java PredictingFinalResult for demonstrating Modulus Operator | QuizJET | arithmetic operations, operators, variables | |
| 148 | Operations with int | Java PredictingFinalResult for demonstrating Operations with int | QuizJET | arithmetic operations, operators, variables | |
| 149 | Arithmetic Operations | Arithmetic Operations | AnnEx | arithmetic operations, operators, variables | |
| 150 | Constant2 | Constant2 | AnnEx | constants, data types, variables | |
| 151 | Constants | Constants | AnnEx | constants, data types, variables | |
| 152 | Create 2D Array | Create 2D Array | AnnEx | 2d arrays, arrays, variables | |
| 153 | Decrement | Java BehaviorExample for demonstrating Decrement | AnnEx | arithmetic operations, variables | |
| 154 | Hello Printer | Java BehaviorExample for demonstrating Hello Printer | AnnEx | data types, variables | |
| 155 | HelloWorld | HelloWorld_v2 | AnnEx | data types, operators, variables | |
| 156 | Increment | Increment | AnnEx | arithmetic operations, operators, variables | |
| 157 | Math Functions | Math Functions | AnnEx | arithmetic operations, variables | |
| 158 | Object Equality | Java BehaviorExample for demonstrating Object Equality | AnnEx | boolean expressions, variables | |
| 159 | Operator | Operator | AnnEx | arithmetic operations, operators, variables | |
| 160 | Print Tester | Java BehaviorExample for demonstrating Print Tester | AnnEx | data types, variables | |
| 161 | String Equals | Java BehaviorExample for demonstrating String Equals | AnnEx | boolean expressions, strings, variables | |
| 162 | Unary Operator Demo | Java CodeVisualization for demonstrating Unary Operator Demo | JSVEE | arithmetic operations, operators, variables | |
| 163 | Greet | Python CodeVisualization for demonstrating Greet | JSVEE | input, operators, variables | |
| 164 | Input 1 | Python CodeVisualization for demonstrating Input 1 | JSVEE | functions, input, operators, variables | |
| 165 | Input 2 | Python CodeVisualization for demonstrating Input 2 | JSVEE | input, operators, variables | |
| 166 | Swap | Python CodeVisualization for demonstrating Swap | JSVEE | operators, swap, variables | |
| 167 | ae_python_float | Python CodeVisualization for demonstrating ae_python_float | JSVEE | data types, operators, variables | |
| 168 | ae_python_input | Python CodeVisualization for demonstrating ae_python_input | JSVEE | functions, operators, variables | |
| 169 | Data Type Typeof | Python CodeVisualization for demonstrating Data Type Typeof | JSVEE | data types, operators, variables | |
| 170 | Constants 2 | Java PredictingFinalResult for demonstrating Constants 2 | QuizJET | arithmetic operators, constants, data types, operators, variables | |
| 171 | Loop For 1 | Java PredictingFinalResult for demonstrating Loop For 1 | QuizJET | for loop, loops, nested loops, variables | |
| 172 | Increment Operator | Java PredictingFinalResult for demonstrating Increment Operator | QuizJET | arithmetic operations, arithmetic operators, operators, variables | |
| 173 | Using double and Math class | Java PredictingFinalResult for demonstrating Using double and Math class | QuizJET | arithmetic operations, operators, primitive data types, variables | |
| 174 | Using int | Java PredictingFinalResult for demonstrating Using int | QuizJET | arithmetic operators, operators, primitive data types, variables | |
| 175 | Post Increment | Java PredictingFinalResult for demonstrating Post Increment | QuizJET | arithmetic operations, arithmetic operators, operators, variables | |
| 176 | Using float | Java PredictingFinalResult for demonstrating Using float | QuizJET | arithmetic operators, operators, primitive data types, variables | |
| 177 | println Test | Java PredictingFinalResult for demonstrating println Test | QuizJET | data types, primitive data types, variables | |
| 178 | Strings 6 | Java PredictingFinalResult for demonstrating Strings 6 | QuizJET | conditionals, data types, string operations, strings, variables | |
| 179 | Using Double | Java PredictingFinalResult for demonstrating Using Double | QuizJET | data types, primitive data types, variables | |
| 180 | Using float | Java PredictingFinalResult for demonstrating Using float | QuizJET | data types, primitive data types, variables | |
| 181 | Primitive Data Types | Primitive Data Types | AnnEx | data types, operators, primitive data types, variables | |
| 182 | Type Casting | Type Casting | AnnEx | arithmetic operations, operators, primitive data types, variables | |
| 183 | Use 2D Array | Use 2D Array | AnnEx | 2d arrays, arithmetic operations, arrays, variables | |
| 184 | Arithmetic Operations | Java CodeVisualization for demonstrating Arithmetic Operations | JSVEE | arithmetic operations, arithmetic operators, operators, variables | |
| 185 | Hello Printer | Java CodeVisualization for demonstrating Hello Printer | JSVEE | data types, operators, primitive data types, variables | |
| 186 | Print Tester | Java CodeVisualization for demonstrating Print Tester | JSVEE | arithmetic operations, data types, operators, variables | |
| 187 | Cash Register Constant Demo | Java CodeVisualization for demonstrating Cash Register Constant Demo | JSVEE | constants, data types, operators, primitive data types, variables | |
| 188 | Constant Demo | Java CodeVisualization for demonstrating Constant Demo | JSVEE | constants, data types, operators, primitive data types, variables | |
| 189 | Constsnt Math Demo | Java CodeVisualization for demonstrating Constsnt Math Demo | JSVEE | constants, data types, operators, primitive data types, variables | |
| 190 | Primitive Datatype Demo | Java CodeVisualization for demonstrating Primitive Datatype Demo | JSVEE | data types, operators, primitive data types, variables | |
| 191 | Comparing Strings | Java PredictingFinalResult for demonstrating Comparing Strings | QuizJET | boolean expressions, conditionals, data types, string operations, strings, variables | |
| 192 | Using double | Java PredictingFinalResult for demonstrating Using double | QuizJET | arithmetic operations, arithmetic operators, operators, primitive data types, variables | |
| 193 | Example: growing dogs | Passing reference variables as parameters to a method call in Java. | PCEX | ||
| 194 | c_vrijednosti_u_pokazivacima | Napisati program koji deklariše dvije varijable tipa long int i double, i dodjeljuje njihove adrese u odgovarajuće pokazivače. Zatim ispisati... | PCEX | ||
| 195 | c_promjena_vrijednosti_preko_pokazivaca_2 | U programu su date cjelobrojne varijable a i b. Pokazivač p prvobitno pokazuje na varijablu a. Vaš zadatak je da... | PCEX | ||
| 196 | Concatenating Strings and Numbers (Case 1) | Construct a program that uses variables x, y, and z to print "Python was invented in 1989.". | PCEX | ||
| 197 | Concatenating Strings and Numbers (Case 2) | Construct a program that uses variables x, y, and z to print "x * 2 = 4". | PCEX | ||
| 198 | Concatenating Strings and Numbers (Case 3) | Construct a program that uses variables x, y, and z to print "10 + 20 = 30". | PCEX | ||
| 199 | c_vrijednosti_u_pokazivacima_int | Napisati program u kojem se deklarišu dvije cjelobrojne varijable i dva pokazivača na int. Postaviti pokazivač p da pokazuje na... | PCEX | ||
| 200 | c_zamjena_pomocu_pokazivaca | Napisati program koji prikazuje razliku između pokušaja zamjene vrijednosti dvije cjelobrojne varijable pomoću funkcije koja prima parametre po vrijednosti i... | PCEX | ||
| 201 | c_upis_stringa_u_datoteku | Napisati program koji upisuje u datoteku sadržaj datog niza karaktera (varijable niz). Pisanje je potrebno uraditi karakter po karakter. | PCEX | ||
| 202 | Checks whether the sum of two integers are equal as the third integer | Construct a program which determines whether the value of one of variables x, y, and z is the sum of... | jsParsons | ||
| 203 | c_strukture_funkcije_sredina_tacaka | Napisati program koji definiše strukturu Tacka te fukciju "sredina" koja prima dvije varijable tipa ove strukture, računa središnju tačku te... | PCEX | ||
| 204 | c_strukture_funkcije_sredina_tacaka_s_pokazivacima | Napisati program koji definiše strukturu Tacka te fukciju "sredina" koja prima dvije varijable tipa ove strukture, računa središnju tačku te... | PCEX | ||
| 205 | Verificar si la suma de dos enteros es igual al tercer entero | Construye un programa que determine si el valor de una de las variables x, y o z es la suma... | jsParsons | ||
| 206 | What is the average speed? | Construct a program that calculates the average speed in miles per hour using the values stored in the given variables.... | PCEX | ||
| 207 | What is the average speed? | Construct a program that calculates the average speed in miles per hour using the values stored in variables given and... | PCEX | ||
| 208 | c_pokazivaci_dereferenciranje_int | Napisati program koji deklariše cjelobrojnu varijablu i dodjeljuje njenu adresu odgovarajućem pokazivaču p. Zatim ispisati adresu varijable a i vrijednosti... | PCEX | ||
| 209 | Challenge: growing a dog | Using static methods to create a dog of a specified size. Passing reference variables as parameters to method calls. Given... | PCEX | ||
| 210 | (Preliminary)AverageSpeedInMarathon-CSEdPad | Construct a program that calculates the average speed in miles per hour using the values stored in variables given and... | AnnEx | ||
| 211 | c_pokazivaci_min_max | Napisati program koji implementira i poziva funkciju min_max. Funkcija prima dva cijela broja i pomoću pokazivača sprema u zadane varijable:... | PCEX | ||
| 212 | Casting data types (Memphis) | The code below demonstrates how to swap the values of x and y, and perform some casting operations to convert... | AnnEx | ||
| 213 | csedpad.16.Methods.no_topic_1 | The program will create a method that will show some information about a faculty on a campus. The program will... | PCEX |