Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Static Keyword Review Questions | Question, Battery | CS1-level review questions on the static keyword in Java. | OpenDSA | Static |
| 2 | Static Arrays | C++ BehaviorExample for demonstrating Static Arrays | AnnEx | ||
| 3 | Static Method | Java BehaviorExample for demonstrating Static Method | AnnEx | ||
| 4 | Functional Programming Exercise: Static vs Dynamic Binding | Tracing Exercise | A question related to functional programming languages: static vs. dynamic binding. | OpenDSA | Functional Programming |
| 5 | Functional Programming Visualization: Static vs Dynamic Binding | Algorithm Visualization, Code Tracing Presentation | Slideshow illustrating static vs dynamic binding in a functional programming language. | OpenDSA | Functional Programming |
| 6 | 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 | ||
| 7 | csedpad.17.ClassesObjects.ClassExample2.classesandobjects | This program calls a static and instance method from Groceries and prints out what is needed for getting groceries in... | PCEX | ||
| 8 | csedpad.17.ClassesObjects.ClassExample3.classesandobjects | This program calls Groceries static and instance method by creating new object of Groceries | PCEX | ||
| 9 | csedpad.17.ClassesObjects.ClassExample3.classesandobjects_1 | This program is about creating a class named Courses with static and instance method that prints out the ways to... | PCEX | ||
| 10 | Bills statistics | Write a program that combines the content of two files and saves it to a third file. The first file... | PCEX | ||
| 11 | Pandas Data Statistics 1 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 1 | QuizPET | pandas | |
| 12 | Pandas Data Statistics 2 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 2 | QuizPET | pandas | |
| 13 | Pandas Data Statistics 3 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 3 | QuizPET | pandas | |
| 14 | Pandas Data Statistics 4 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 4 | QuizPET | pandas | |
| 15 | Pandas Data Statistics 5 | Python PredictingFinalResult for demonstrating Pandas Data Statistics 5 | QuizPET | pandas | |
| 16 | PANDAS Stats 2 | You're provided a dataframe of used cars using pandas. Select the 'type' and 'mileage' columns and use describe() to display... | jsParsons | pandas, statistics | |
| 17 | PANDAS Stats 3 | You're provided a dataframe of used cars using pandas. Count how many cars belong to each type using value_counts() and... | jsParsons | pandas, statistics | |
| 18 | PANDAS Stats 1 | You're provided a dataframe of used cars using pandas. Display the first 5 rows and calculate the average mileage of... | jsParsons | json, pandas, statistics | |
| 19 | csedpad.01.preliminary_topics.variables_expressions_primitivedatatypes | This program displays Casablanca's statistics. | PCEX |