Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Reference List 1 Python PredictingFinalResult for demonstrating Reference List 1 QuizPET aliasing, value vs reference
2 Reference Reverse Python PredictingFinalResult for demonstrating Reference Reverse QuizPET aliasing, value vs reference
3 References Basics Python BehaviorExample for demonstrating References Basics WebEx value vs reference
4 References with Lists Python BehaviorExample for demonstrating References with Lists WebEx value vs reference
5 References with Lists Python BehaviorExample for demonstrating References with Lists WebEx value vs reference
6 References - Values Python BehaviorExample for demonstrating References - Values WebEx value vs reference
7 int reference Python PredictingFinalResult for demonstrating int reference QuizPET aliasing, value vs reference
8 list reference (int) Python PredictingFinalResult for demonstrating list reference (int) QuizPET aliasing, value vs reference
9 list reference (string) Python PredictingFinalResult for demonstrating list reference (string) QuizPET aliasing, value vs reference
10 string reference Python PredictingFinalResult for demonstrating string reference QuizPET aliasing, value vs reference
11 Consequences of Dereferencing a Null Pointer Presentation Slideshow demonstrating the consequence of dereferencing a null pointer. OpenDSA Pointer, Reference, Object
12 Assigning a Reference to an Object Code Tracing Presentation Slideshow demonstrating assigning a reference to an object. OpenDSA Pointer, Reference, Object
13 Changing the Reference to an Object Code Tracing Presentation Slideshow demonstrating changing the reference to an object. OpenDSA Pointer, Reference, Object
14 Java Data Types Presentation Slideshow showing primitive data types in Java and the concept of object and reference. OpenDSA Pointer, Reference, Data Type, Object
15 Shallow vs Deep Copy Code Tracing Presentation Slideshow demonstrating the distinction between shallow and deep copy. OpenDSA Pointer, Reference, Object
16 Lifetime of Local Variables Code Tracing Presentation Slideshow demonstrating the lifetime of local storage. OpenDSA Pointer, Reference, Object
17 Allocation and Deallocation of Local Variables Code Tracing Presentation Slideshow demonstrating the details of local variable allocation and deallocation. OpenDSA Pointer, Reference, Object
18 Tuple Python PredictingFinalResult for demonstrating Tuple QuizPET value vs reference
19 Add to list Construct a function that adds a given amount to all items in a list. jsParsons aliasing, value vs reference
20 List values and references. Construct a function that add k values to the given list. The added values is k's increment (increment by 1)... jsParsons value vs reference
21 Reverse the list Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. jsParsons value vs reference
22 Reverse the list Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. jsParsons value vs reference
23 Reverse the list Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. jsParsons value vs reference
24 Values and References 1 Python CodeVisualization for demonstrating Values and References 1 JSVEE value vs reference
25 Values and References 2 Python CodeVisualization for demonstrating Values and References 2 JSVEE value vs reference
26 Values and References 3 Python CodeVisualization for demonstrating Values and References 3 JSVEE value vs reference
27 Passing reference variables as parameters in Java PCEX Set of activities for Passing reference variables as parameters in Java PCEX
28 This Reference Java BehaviorExample for demonstrating This Reference AnnEx classes, objects
29 py_references_passing_lists PCEX Set of activities for py_references_passing_lists PCEX
30 py_references_passing_values PCEX Set of activities for py_references_passing_values PCEX
31 py_references_passing_values_llm PCEX Set of activities for py_references_passing_values_llm PCEX
32 py_references_passing_values_llm_es PCEX Set of activities for py_references_passing_values_llm_es PCEX
33 q_py_reference_list1_es Python PredictingFinalResult for demonstrating q_py_reference_list1_es QuizPET list
34 q_py_reference_reverse_es Python PredictingFinalResult for demonstrating q_py_reference_reverse_es QuizPET list
35 Call By Reference C++ BehaviorExample for demonstrating Call By Reference AnnEx
36 Parameter Passing by Reference Visualization Code Tracing Presentation Visualization of parameter passing by reference in SLang2. OpenDSA Parameter Passing
37 Parameter Passing by Reference Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by reference. OpenDSA Parameter Passing
38 Parameter Passing by Reference vs Copy-Restore vs Macro Tracing Exercise A collection of self-practice questions to compare parameter passing by reference vs copy-restore vs macro in language SLang2. OpenDSA Parameter Passing
39 Call By Reference2 C++ BehaviorExample for demonstrating Call By Reference2 AnnEx
40 Parameter Passing by Value vs Reference Exercise Tracing Exercise A collection of self-practice questions to compare parameter passing by value vs passing by reference in language SLang2. OpenDSA Parameter Passing
41 Parameter Passing by Value vs Reference Exercise vs Copy-Restore Tracing Exercise A collection of self-practice questions to compare parameter passing by value vs passing by reference vs copy-restore in language SLang2. OpenDSA Parameter Passing
42 Example: growing dogs Passing reference variables as parameters to a method call in Java. PCEX
43 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
44 List Element Data Slideshow Algorithm Visualization Slideshow discussing the tradeoffs for storing element values in link nodes vs. references to element values. OpenDSA List Element Implementation
45 Valores y referencias en listas Construye una funcion que agregue valores de k a la lista dada. Los valores agregados son incrementos de k (incrementando... jsParsons list