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 Values and References 1 Python CodeVisualization for demonstrating Values and References 1 JSVEE value vs reference
12 Values and References 2 Python CodeVisualization for demonstrating Values and References 2 JSVEE value vs reference
13 Values and References 3 Python CodeVisualization for demonstrating Values and References 3 JSVEE value vs reference
14 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
15 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
16 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
17 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
18 Tuple Python PredictingFinalResult for demonstrating Tuple QuizPET value vs reference
19 Assigning a Reference to an Object Code Tracing Presentation Slideshow demonstrating assigning a reference to an object. OpenDSA Pointer, Reference, Object
20 Changing the Reference to an Object Code Tracing Presentation Slideshow demonstrating changing the reference to an object. OpenDSA Pointer, Reference, Object
21 Add to list Construct a function that adds a given amount to all items in a list. jsParsons aliasing, value vs reference
22 Passing Lists Construct a function that calculate square values of the list’s elements. PCEX list, value vs reference
23 Passing Values Construct a function that increases the original integer's value by 1 and return the increased value's memory address. PCEX functions, value vs reference
24 Consequences of Dereferencing a Null Pointer Presentation Slideshow demonstrating the consequence of dereferencing a null pointer. OpenDSA Pointer, Reference, Object
25 Java Data Types Presentation Slideshow showing primitive data types in Java and the concept of object and reference. OpenDSA Pointer, Reference, Data Type, Object
26 Shallow vs Deep Copy Code Tracing Presentation Slideshow demonstrating the distinction between shallow and deep copy. OpenDSA Pointer, Reference, Object
27 Lifetime of Local Variables Code Tracing Presentation Slideshow demonstrating the lifetime of local storage. OpenDSA Pointer, Reference, Object
28 Allocation and Deallocation of Local Variables Code Tracing Presentation Slideshow demonstrating the details of local variable allocation and deallocation. OpenDSA Pointer, Reference, Object
29 Updating an Element in a List Construct a program that initializes a list with three values, changes the first element in the list, and finally, prints... PCEX list, value vs reference
30 Finding the Min/Max Value in a List Write a program that finds the maximum value in a list. PCEX list, value vs reference
31 Updating an Element in a List (Case 2) Construct a program that initializes a list with five floating-point numbers, changes the second element in the list, and finally,... PCEX list, value vs reference
32 Updating an Element in a List (Case 3) Construct a program that initializes a list with four string values, changes the last element in the list, and finally,... PCEX list, value vs reference
33 Updating Two-Dimensional List (Case 3) Construct a program that initializes a 2x4 two-dimensional matrix that has multiples of 10 from 10 to 80 for entries,... PCEX 2d list, value vs reference
34 Updating Two-Dimensional List (Case 2) Construct a program that initializes a 3x3 two-dimensional matrix that has the numbers 1 through 9 for entries, updates the... PCEX 2d list, list, value vs reference
35 Updating Two-Dimensional List Construct a program that initializes a 3x4 two-dimensional matrix that has the numbers 1 through 12 for entries, updates the... PCEX 2d list, classes, data structures, list, stacks, value vs reference
36 This Reference Java BehaviorExample for demonstrating This Reference AnnEx classes, objects
37 Call By Reference C++ BehaviorExample for demonstrating Call By Reference AnnEx
38 q_py_reference_list1_es Python PredictingFinalResult for demonstrating q_py_reference_list1_es QuizPET list
39 q_py_reference_reverse_es Python PredictingFinalResult for demonstrating q_py_reference_reverse_es QuizPET list
40 Parameter Passing by Reference Visualization Code Tracing Presentation Visualization of parameter passing by reference in SLang2. OpenDSA Parameter Passing
41 Parameter Passing by Reference Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by reference. OpenDSA Parameter Passing
42 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
43 Call By Reference2 C++ BehaviorExample for demonstrating Call By Reference2 AnnEx
44 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
45 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
46 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
47 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