Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Parameter Passing by Name Visualization | Code Tracing Presentation | Visualization of parameter passing by name in SLang2. | OpenDSA | Parameter Passing |
| 2 | Parameter Passing by Name Exercise | Tracing Exercise | Interactive exercise to demonstrate proficiency with parameter passing by name. | OpenDSA | Parameter Passing |
| 3 | Parameter Passing by Reference Visualization | Code Tracing Presentation | Visualization of parameter passing by reference in SLang2. | OpenDSA | Parameter Passing |
| 4 | Parameter Passing by Reference Exercise | Tracing Exercise | Interactive exercise to demonstrate proficiency with parameter passing by reference. | OpenDSA | Parameter Passing |
| 5 | Parameter Passing by Value Visualization | Code Tracing Presentation | Visualization of parameter passing by value in SLang2. | OpenDSA | Parameter Passing |
| 6 | Parameter Passing by Value Exercise | Tracing Exercise | Interactive exercise to demonstrate proficiency with parameter passing by value. | OpenDSA | Parameter Passing |
| 7 | Parameter Passing by Copy-Restore Visualization | Code Tracing Presentation | Visualization of parameter passing by copy-restore in SLang2. | OpenDSA | Parameter Passing |
| 8 | Parameter Passing by Copy-Restore Exercise | Tracing Exercise | Interactive exercise to demonstrate proficiency with parameter passing by copy-restore. | OpenDSA | Parameter Passing |
| 9 | Parameter Passing by Macro Visualization | Tracing Visualization | Visualization of parameter passing by macro in SLang2. | OpenDSA | Parameter Passing |
| 10 | Parameter Passing by Macro Exercise | Tracing Exercise | Interactive exercise to demonstrate proficiency with parameter passing by macro. | OpenDSA | Parameter Passing |
| 11 | Parameter Passing by Copy-Restore vs Macro vs Name | Tracing Exercise | A collection of self-practice questions to compare parameter passing by copy-restore vs macro vs name in language SLang2. | OpenDSA | Parameter Passing |
| 12 | Parameter Passing Comparison of Five Methods | Tracing Exercise | A collection of self-practice questions to compare parameter passing by five methods. | OpenDSA | Parameter Passing |
| 13 | 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 |
| 14 | 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 |
| 15 | 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 |
| 16 | Matching Sequence to Code | Tracing Exercise | User matches code to an output sequence. | OpenDSA | Parameter Passing |
| 17 | Writing Infinite Sequence | Tracing Exercise | User writes code to generate a given sequence. | OpenDSA | Parameter Passing |
| 18 | Sequences Code Output Exercise | Tracing Exercise | User shows the sequence generated by a given piece of code. | OpenDSA | Parameter Passing |
| 19 | Match Code to Output Exercise | Tracing Exercise | User shows the output generated by a given piece of code. | OpenDSA | Parameter Passing |
| 20 | From Operation | Algorithm Visualization | Slideshow illustrating the concept of a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 21 | Lazy Lists | Algorithm Visualization | Slideshow illustrating the lazy list from operation. | OpenDSA | Parameter Passing, Lazy List |
| 22 | Lazy Lists Map Operation | Algorithm Visualization | Slideshow illustrating the map operation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 23 | Lazy Lists Filter Operation | Algorithm Visualization | Slideshow illustrating the filter operation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 24 | Lazy Lists Drop Operation | Algorithm Visualization | Slideshow illustrating the drop operation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 25 | Lazy Lists Iterates Operation | Algorithm Visualization | Slideshow illustrating the iterates operation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 26 | Lazy Lists Eager Evaluation | Algorithm Visualization | Slideshow illustrating the concept of eager evaluation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 27 | Lazy Lists Lazy Evaluation | Algorithm Visualization | Slideshow illustrating the concept of lazy evaluation for a lazy list. | OpenDSA | Parameter Passing, Lazy List |
| 28 | Passing reference variables as parameters in Java | PCEX Set of activities for Passing reference variables as parameters in Java | PCEX | ||
| 29 | Example: growing dogs | Passing reference variables as parameters to a method call in Java. | PCEX | ||
| 30 | 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 |