Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Object-oriented programming concept map: Review Questions | Question, Battery, Concept Map | Self-assessment question battery about the object-oriented programming concept map. | OpenDSA | Object-Oriented Programming |
| 2 | Interfaces 1 | Java PredictingFinalResult for demonstrating Interfaces 1 | QuizJET | interfaces, object-oriented programming | |
| 3 | Interfaces 2 | Java PredictingFinalResult for demonstrating Interfaces 2 | QuizJET | interfaces, object-oriented programming | |
| 4 | Interfaces 4 | Java PredictingFinalResult for demonstrating Interfaces 4 | QuizJET | interfaces, object-oriented programming | |
| 5 | Object Conditional | Java PredictingFinalResult for demonstrating Object Conditional | QuizJET | classes, objects | |
| 6 | Object Creation and Method Calls | Object Creation and Method Calls | AnnEx | boolean expressions, classes, objects | |
| 7 | Object Equality | Java BehaviorExample for demonstrating Object Equality | AnnEx | boolean expressions, variables | |
| 8 | point object | Python PredictingFinalResult for demonstrating point object | QuizPET | classes, data structures, objects, stacks | |
| 9 | Overriding Object Methods | Java BehaviorExample for demonstrating Overriding Object Methods | AnnEx | inheritance | |
| 10 | one car object | Python PredictingFinalResult for demonstrating one car object | QuizPET | classes, data structures, objects, stacks | |
| 11 | Plain Old Java Object | PCEX Set of activities for Plain Old Java Object | PCEX | ||
| 12 | Plain Old Java Object | Class named Book that represents a book with two properties: title (a String) and numberOfPages (an int). | PCEX | ||
| 13 | Assigning a Reference to an Object | Code Tracing Presentation | Slideshow demonstrating assigning a reference to an object. | OpenDSA | Pointer, Reference, Object |
| 14 | Changing the Reference to an Object | Code Tracing Presentation | Slideshow demonstrating changing the reference to an object. | OpenDSA | Pointer, Reference, Object |
| 15 | Use of Plain Old Java Object | Creates a Java class named Student that represents a student with two properties: name and age. This class demonstrates basic... | PCEX | ||
| 16 | Objects 1 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 1 (Rectangle) | QuizJET | classes, object, objects | |
| 17 | Objects 2 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 2 (Rectangle) | QuizJET | classes, object, objects | |
| 18 | Objects 4 (String) | Java PredictingFinalResult for demonstrating Objects 4 (String) | QuizJET | classes, object, objects, strings | |
| 19 | Objects 3 (Rectangle) | Java PredictingFinalResult for demonstrating Objects 3 (Rectangle) | QuizJET | classes, object, objects | |
| 20 | Accessor Mutator Demo | Java CodeVisualization for demonstrating Accessor Mutator Demo | JSVEE | classes, object, objects | |
| 21 | Simple Inheritance | Java CodeVisualization for demonstrating Simple Inheritance | JSVEE | inheritance, object | |
| 22 | Practicing Pointers 1 | Tracing Exercise | Pointer assignment proficiency exercise. Users click on objects to show how pointers should be updated. | OpenDSA | Pointer, Object |
| 23 | Practicing Pointers 2 | Tracing Exercise | Second pointer assignment proficiency exercise. Users click on objects to show how pointers should be updated. | OpenDSA | Pointer, Object |
| 24 | Practicing Pointers: Links | Tracing Exercise | Third pointer assignment proficiency exercise. Users click on objects to show how pointers link nodes together into a linked list. | OpenDSA | Pointer, Object |
| 25 | Consequences of Dereferencing a Null Pointer | Presentation | Slideshow demonstrating the consequence of dereferencing a null pointer. | OpenDSA | Pointer, Reference, Object |
| 26 | Java Data Types | Presentation | Slideshow showing primitive data types in Java and the concept of object and reference. | OpenDSA | Pointer, Reference, Data Type, Object |
| 27 | Shallow vs Deep Copy | Code Tracing Presentation | Slideshow demonstrating the distinction between shallow and deep copy. | OpenDSA | Pointer, Reference, Object |
| 28 | Lifetime of Local Variables | Code Tracing Presentation | Slideshow demonstrating the lifetime of local storage. | OpenDSA | Pointer, Reference, Object |
| 29 | Allocation and Deallocation of Local Variables | Code Tracing Presentation | Slideshow demonstrating the details of local variable allocation and deallocation. | OpenDSA | Pointer, Reference, Object |
| 30 | csedpad.17.ClassesObjects.objects_1 | Create a Student object, stores Student's name and mark inforamtion, and display those information. | PCEX | ||
| 31 | csedpad.17.ClassesObjects.objects_1 | This program creates a rectangle object and calculates its area. | PCEX | ||
| 32 | (Classes & Objects) Rectangle - CSEdPad | This program creates a rectangle object and calculates its area | AnnEx | classes, objects | |
| 33 | csedpad.17.ClassesObjects.ClassExample3.classesandobjects | This program calls Groceries static and instance method by creating new object of Groceries | PCEX | ||
| 34 | 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 | ||
| 35 | (Methods) Adding numbers - CSEdPad | The program will create a method that will add two given exam numbers of a student. The program will declare... | AnnEx | methods | |
| 36 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 37 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 38 | The Class for Representing a Bank Account (Case 2) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 39 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 40 | The Class for Representing a Bank Account (Case 1) | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 41 | The Class for Representing a Bank Account (Case 2). | Construct a class that represents a basic bank account. This class should contain data representing the name of the account’s... | PCEX | ||
| 42 | The Class for Representing a Loan (Case 1) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 43 | The Class for Representing a Loan (Case 2) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 44 | The Class for Representing a Loan (Case 1) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 45 | The Class for Representing a Loan (Case 2) | Construct a class that represents a loan. This class should contain data representing the interest rate, loan amount, and the... | PCEX | ||
| 46 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 47 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 48 | The Class for Representing a Point in the Euclidean Plane (Case 1) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 49 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | ||
| 50 | Objects 5 (String) | Java PredictingFinalResult for demonstrating Objects 5 (String) | QuizJET | classes, objects | |
| 51 | objects.classes.account | PCEX Set of activities for objects.classes.account | PCEX | ||
| 52 | objects_classes_account | PCEX Set of activities for objects_classes_account | PCEX | ||
| 53 | objects.classes.account | PCEX Set of activities for objects.classes.account | PCEX | ||
| 54 | objects_classes_account_llm | PCEX Set of activities for objects_classes_account_llm | PCEX | ||
| 55 | objects.classes.loan | PCEX Set of activities for objects.classes.loan | PCEX | ||
| 56 | objects_classes_loan | PCEX Set of activities for objects_classes_loan | PCEX | ||
| 57 | objects.classes.loan | PCEX Set of activities for objects.classes.loan | PCEX | ||
| 58 | objects_classes_loan_es | PCEX Set of activities for objects_classes_loan_es | PCEX | ||
| 59 | objects_classes_point | PCEX Set of activities for objects_classes_point | PCEX | ||
| 60 | objects.classes.point | PCEX Set of activities for objects.classes.point | PCEX | ||
| 61 | objects.classes.point | PCEX Set of activities for objects.classes.point | PCEX | ||
| 62 | objects_classes_point_llm | PCEX Set of activities for objects_classes_point_llm | PCEX | ||
| 63 | objects.classes.tv | PCEX Set of activities for objects.classes.tv | PCEX | ||
| 64 | objects_classes_tv | PCEX Set of activities for objects_classes_tv | PCEX | ||
| 65 | objects.classes.tv | PCEX Set of activities for objects.classes.tv | PCEX | ||
| 66 | Objects 1 | Python CodeVisualization for demonstrating Objects 1 | JSVEE | classes, data structures, objects, stacks | |
| 67 | Objects 2 | Python CodeVisualization for demonstrating Objects 2 | JSVEE | classes, data structures, objects, stacks | |
| 68 | Objects 3 | Python CodeVisualization for demonstrating Objects 3 | JSVEE | classes, data structures, objects, stacks | |
| 69 | account objects | Python PredictingFinalResult for demonstrating account objects | QuizPET | algorithm analysis, classes, data structures, objects, stacks | |
| 70 | bus objects | Python PredictingFinalResult for demonstrating bus objects | QuizPET | classes, data structures, objects, stacks | |
| 71 | student objects | Python PredictingFinalResult for demonstrating student objects | QuizPET | classes, objects | |
| 72 | two car objects | Python PredictingFinalResult for demonstrating two car objects | QuizPET | classes, data structures, objects, stacks | |
| 73 | csedpad.17.ClassesObjects.objects | PCEX Set of activities for csedpad.17.ClassesObjects.objects | PCEX | ||
| 74 | csedpad.17.ClassesObjects.objects | This program shifts the x and y coordiantes by a given amount. | PCEX | ||
| 75 | csedpad.17.ClassesObjects.objects_1 | PCEX Set of activities for csedpad.17.ClassesObjects.objects_1 | PCEX | ||
| 76 | csedpad.17.ClassesObjects.objects_1 | This program checks if the current speed of car is the max speed of car or not. | PCEX | ||
| 77 | Question 3 | Java PredictingFinalResult for demonstrating Question 3 | QuizJET | objects | |
| 78 | Equal 1 | Python PredictingFinalResult for demonstrating Equal 1 | QuizPET | classes, objects | |
| 79 | Equal 2 | Python PredictingFinalResult for demonstrating Equal 2 | QuizPET | classes, objects | |
| 80 | Greater Than 1 | Python PredictingFinalResult for demonstrating Greater Than 1 | QuizPET | classes, objects | |
| 81 | animal inheritance | Python PredictingFinalResult for demonstrating animal inheritance | QuizPET | classes, objects | |
| 82 | Inheritance Person 1 | Python PredictingFinalResult for demonstrating Inheritance Person 1 | QuizPET | classes, objects | |
| 83 | Inheritance Person 2 | Python PredictingFinalResult for demonstrating Inheritance Person 2 | QuizPET | classes, objects | |
| 84 | q_py_obj_account1_es | Python PredictingFinalResult for demonstrating q_py_obj_account1_es | QuizPET | classes, objects | |
| 85 | q_py_obj_car1_es | Python PredictingFinalResult for demonstrating q_py_obj_car1_es | QuizPET | classes, objects | |
| 86 | q_py_obj_point1_es | Python PredictingFinalResult for demonstrating q_py_obj_point1_es | QuizPET | classes, objects | |
| 87 | Class Definition - Calculator | Python BehaviorExample for demonstrating Class Definition - Calculator | WebEx | classes, objects | |
| 88 | Class Definition - Bank Account | Python BehaviorExample for demonstrating Class Definition - Bank Account | WebEx | classes, objects | |
| 89 | Classes - Inheritance | Python BehaviorExample for demonstrating Classes - Inheritance | WebEx | classes, objects | |
| 90 | Class 3 (BankAccount) | Java PredictingFinalResult for demonstrating Class 3 (BankAccount) | QuizJET | classes, objects | |
| 91 | Class 1 (BankAccount) | What is the final value of result? | QuizJET | classes, objects | |
| 92 | 4-11_Animal | Java BehaviorExample for demonstrating 4-11_Animal | AnnEx | classes, objects | |
| 93 | 4-11_AnimalClient | Java BehaviorExample for demonstrating 4-11_AnimalClient | AnnEx | classes, objects | |
| 94 | Accessor Mutator Demo | Java BehaviorExample for demonstrating Accessor Mutator Demo | AnnEx | classes, objects | |
| 95 | Bank Account Tester | Java BehaviorExample for demonstrating Bank Account Tester | AnnEx | classes, objects | |
| 96 | Bicycle | Bicycle | AnnEx | classes, objects | |
| 97 | Cash Register Tester (Constant Field) | Java BehaviorExample for demonstrating Cash Register Tester (Constant Field) | AnnEx | classes, objects | |
| 98 | Constructor Demo | Java BehaviorExample for demonstrating Constructor Demo | AnnEx | classes, objects | |
| 99 | Copy Demo | Java BehaviorExample for demonstrating Copy Demo | AnnEx | classes, objects | |
| 100 | Counter Demo | Java BehaviorExample for demonstrating Counter Demo | AnnEx | classes, objects | |
| 101 | Method Demo | Java BehaviorExample for demonstrating Method Demo | AnnEx | classes, objects | |
| 102 | Funcion mismo valor absoluto (ES) | Point | AnnEx | classes, objects | |
| 103 | Rectangle | Rectangle | AnnEx | classes, objects | |
| 104 | This Reference | Java BehaviorExample for demonstrating This Reference | AnnEx | classes, objects | |
| 105 | Practicing class inheritance | Construct a program using inheritance of classes to display a student’s name and score. Consider student as an instance of... | jsParsons | classes, objects | |
| 106 | Practicar herencia de clases | Construye un programa que use herencia de clases para mostrar el nombre y la nota de un estudiante. Considera que... | jsParsons | classes, objects | |
| 107 | Crear una clase y utilizarla | Escribe un programa que imprima "Safiira. Encantado de conocerte!" | jsParsons | classes, objects | |
| 108 | Crear una clase y usar sus métodos | Construye una clase Punto que tenga un metodo para calcular la distancia desde otra instancia de Punto. | jsParsons | classes, objects | |
| 109 | Method Demo | Java CodeVisualization for demonstrating Method Demo | JSVEE | classes, objects | |
| 110 | Constructor Demo | Java CodeVisualization for demonstrating Constructor Demo | JSVEE | classes, objects | |
| 111 | Move Tester | Java CodeVisualization for demonstrating Move Tester | JSVEE | classes, objects | |
| 112 | Copy Demo | Java CodeVisualization for demonstrating Copy Demo | JSVEE | classes, objects | |
| 113 | Counter Demo | Java CodeVisualization for demonstrating Counter Demo | JSVEE | classes, objects | |
| 114 | Bank Account Tester | Java CodeVisualization for demonstrating Bank Account Tester | JSVEE | classes, objects | |
| 115 | Cash Register Tester | Java CodeVisualization for demonstrating Cash Register Tester | JSVEE | classes, objects | |
| 116 | Inheritance | Python CodeVisualization for demonstrating Inheritance | JSVEE | classes, objects | |
| 117 | Arrays 3 | Java PredictingFinalResult for demonstrating Arrays 3 | QuizJET | 2d arrays, arrays, classes, objects | |
| 118 | Arrays 5 | Java PredictingFinalResult for demonstrating Arrays 5 | QuizJET | 2d arrays, arrays, classes, objects | |
| 119 | Class (Bank Account This) | Java PredictingFinalResult for demonstrating Class (Bank Account This) | QuizJET | classes, constructors, inheritance, objects, overloading | |
| 120 | Class 4 (CashRegister) | Java PredictingFinalResult for demonstrating Class 4 (CashRegister) | QuizJET | classes, constructors, objects, overloading | |
| 121 | Clss Person | Write a program that will print out "Safiira. Nice to meet you!" | jsParsons | classes, data structures, objects, stacks | |
| 122 | Class Point | Construct a class Point which has a method to tell distance from another instance of Point. | jsParsons | classes, data structures, objects, stacks | |
| 123 | Class 2 (BankAccount) | Java PredictingFinalResult for demonstrating Class 2 (BankAccount) | QuizJET | classes, exceptions, file i/o, methods, objects | |
| 124 | Class (Cash Register) | Java PredictingFinalResult for demonstrating Class (Cash Register) | QuizJET | classes, constructors, exceptions, file i/o, methods, objects, overloading | |
| 125 | Class 5 (Point) | Java PredictingFinalResult for demonstrating Class 5 (Point) | QuizJET | classes, exceptions, file i/o, methods, objects | |
| 126 | ae_python_class1 | Python CodeVisualization for demonstrating ae_python_class1 | JSVEE | algorithm analysis, classes, data structures, objects, stacks | |
| 127 | ae_python_class2 | Python CodeVisualization for demonstrating ae_python_class2 | JSVEE | algorithm analysis, classes, data structures, objects, stacks | |
| 128 | csedpad.17.ClassesObjects.ClassExample1.classesandobjects | This program creates two objects of BagDetail which will get the total number of balls from the bags. | PCEX | ||
| 129 | The Class for Representing a TV (Case 1) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 130 | The Class for Representing a TV (Case 2) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 131 | The Class for Representing a TV (Case 1) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX | ||
| 132 | The Class for Representing a TV (Case 2) | Construct a class that represents a TV. The class should contain data that represents the TV's state (power on or... | PCEX |