Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Bowling Score TestCase Exercise | Code Testing Exercise | Interactive exercise where user enters input values for a bowling game scoring function with the goal of getting complete code... | OpenDSA | Test Case, Code Coverage |
| 2 | Triangle Classification TestCase Exercise | Code Testing Exercise | Interactive exercise where user enters input values for a triangle classifier problem with the goal of getting complete code coverage.... | OpenDSA | Test Case, Code Coverage |
| 3 | Practicing searching the index of the min element | Construct a program that finds the index of the minimum element in a list. num_list is a test case where... | jsParsons | recursion, search algorithms, sorting algorithms | |
| 4 | Practicing searching the index of the min and max elements | Construct a program that finds the indexes of both the max and min elements in a list. num_list is a... | jsParsons | algorithm analysis, recursion, search algorithms, sorting algorithms | |
| 5 | Creating a Dictionary of Student-Scores Pairs (Case 1) | Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... | PCEX | ||
| 6 | Creating a Dictionary of Student-Scores Pairs (Case 2) | Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... | PCEX | ||
| 7 | Creating a Dictionary of Character-Words Pairs | Construct a program that has a function which receives a string and creates a dictionary that maps each character to... | PCEX | ||
| 8 | Creating a Dictionary of Character-Words Pairs. | Construct a program that has a function which receives a string and creates a dictionary that maps each character to... | PCEX | ||
| 9 | csedpad.10.DoWhile.do-whileloops_1 | Given a collection of test scores with values between 0 and 100, find and display the low and high scores... | PCEX | ||
| 10 | String Concatenation (Case 1) | Construct a program that prints the text "24 and 45 concatenated: 2445" and "24 and 45 added: 69". | PCEX | ||
| 11 | String Concatenation (Case 2) | Construct a program that prints the text "333", "63", and "36". | PCEX | ||
| 12 | String Concatenation (Case 1) | Construct a program that prints the text "24 and 45 concatenated: 2445" and "24 and 45 added: 69". | PCEX | ||
| 13 | String Concatenation (Case 2) | Construct a program that prints the text "333", "63", and "36". | PCEX | ||
| 14 | csedpad.07.IfElse.no_topic_1 | Assign letter grades to a given score by comparing the test score with the test score range for a given... | PCEX | ||
| 15 | (Do while) Find high & low scores - CSEdPad | Given an collection of test scores with values between 0 and 100, find and display the low and high scores... | AnnEx | do-while loop | |
| 16 | Animal Class Hierarchy (Case 1) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | ||
| 17 | Animal Class Hierarchy (Case 2) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | ||
| 18 | Animal Class Hierarchy (Case 1) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | ||
| 19 | Animal Class Hierarchy (Case 2) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | ||
| 20 | Point Class Hierarchy (Case 1) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | ||
| 21 | Point Class Hierarchy (Case 2) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | ||
| 22 | Point Class Hierarchy (Case 1) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | ||
| 23 | Point Class Hierarchy (Case 2) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | ||
| 24 | Creating a List of Words from a File | Construct a program that reads a text file and creates a list of the words that the file contains, ignoring... | PCEX | ||
| 25 | Comparing the List of Words from Two Files | Construct a program that reads two text files and creates a list of the words that each of these files... | PCEX | ||
| 26 | Creating a List of Words from a File | Construct a program that reads a text file and creates a list of the words that the file contains, ignoring... | PCEX | ||
| 27 | Comparing the List of Words from Two Files | Construct a program that reads two text files and creates a list of the words that each of these files... | PCEX | ||
| 28 | Test | PCEX Set of activities for Test | PCEX | ||
| 29 | Test Null | Java PredictingFinalResult for demonstrating Test Null | QuizJET | boolean expressions | |
| 30 | test_um2_SLR_JAVA_arun_new | PCEX Set of activities for test_um2_SLR_JAVA_arun_new | PCEX | ||
| 31 | pcex_test | Java BehaviorExample for demonstrating pcex_test | WebEx | variables | |
| 32 | println Test | Java PredictingFinalResult for demonstrating println Test | QuizJET | data types, primitive data types, variables | |
| 33 | Range Test (1) | Range Test (1) | AnnEx | select | |
| 34 | Range Test (1) pt | This is the portuguese version. | AnnEx | select | |
| 35 | Range Test (2) | Range Test (2) | AnnEx | select | |
| 36 | Range Test (2) pt | This is the portuguese version. | AnnEx | select | |
| 37 | Simple Variable Test | Java PredictingFinalResult for demonstrating Simple Variable Test | QuizJET | data types, primitive data types, variables | |
| 38 | q_py_TEST | Python PredictingFinalResult for demonstrating q_py_TEST | QuizPET | ||
| 39 | q_py_yun_test_if2 | Python PredictingFinalResult for demonstrating q_py_yun_test_if2 | QuizPET | ||
| 40 | q_py_yun_test_if2_v1 | Python PredictingFinalResult for demonstrating q_py_yun_test_if2_v1 | QuizPET | ||
| 41 | q_py_yun_test_if3 | Python PredictingFinalResult for demonstrating q_py_yun_test_if3 | QuizPET | ||
| 42 | q_py_yun_test_if3_v1 | Python PredictingFinalResult for demonstrating q_py_yun_test_if3_v1 | QuizPET | ||
| 43 | Scanner input | Test | AnnEx | ||
| 44 | Choosing the Best Indexing Method | Question, Battery | Self-test question battery on which is the best indexing choice for a given scenario. | OpenDSA | Tree-Based Indexing |
| 45 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 46 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 47 | Determining the Average Ratings of each Respondent and Average Ratings Given to Each Soda in the Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 48 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 49 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 50 | Determining the Average Ratings of each Respondent and Average Ratings Given to Each Soda in the Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 51 | Determining the Maximum Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 52 | Determining the Average Rating for Each Soda in The Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 53 | Determining the Average Ratings of each Respondent and Average Ratings Given to Each Soda in the Survey | Suppose a soda manufacturer held a taste test for four new flavors to determine if people liked them. The manufacturer... | PCEX | ||
| 54 | Singly Linked List | Create the necessary classes for a Singly Linked List, containing the method append(item) to add a new item to the... | PCEX | ||
| 55 | Singly Linked List | Create the necessary classes for a Singly Linked List, containing the method add(item) to add a new item to the... | PCEX | ||
| 56 | Doubly Linked List | Create the necessary classes for a Doubly Linked List, containing the method insert_at_start(data) to add a new item to the... | PCEX | ||
| 57 | Doubly Linked List | Create the necessary classes for a Doubly Linked List, containing the method insert_at_start(data) to add a new item to the... | PCEX | ||
| 58 | Reading from a text file | Python BehaviorExample for demonstrating Reading from a text file | WebEx | file i/o | |
| 59 | Writing to a text file | Python BehaviorExample for demonstrating Writing to a text file | WebEx | file i/o | |
| 60 | CopyFileTo | A Java program that demonstrate copying a text file. | PCEX | ||
| 61 | PrintFileContent | Read and print the contents of a text file. | PCEX | ||
| 62 | c_hello_world | Napisati program koji na ekran ispisuje tekst "Zdravo, svijete!". | PCEX | ||
| 63 | c_hello_world_redovi | Napisati program koji na ekran ispisuje tekst "Zdravo, svijete!" dva puta, sa praznim redom između ispisa. | PCEX | ||
| 64 | Histogram | Write a python program that create a histogram of the words count in a text. | PCEX | ||
| 65 | Histogram | Write a python program that create a histogram of the words count in a text. | PCEX | ||
| 66 | Histogram | Write a python program that create a histogram of the words count in a text. | PCEX | ||
| 67 | Histogram | Write a python program that create a histogram of the words count in a text. | PCEX | ||
| 68 | c_upis_na_kraj_datoteke | Napisati program koji otvara datoteku datoteka.txt i na njen kraj upisuje tekst “--KRAJ--”. | PCEX | ||
| 69 | c_ispisi | Napisati program koji ispisuje različite vrijednosti na ekran. Prvo ispišite tekst "Zdravo, svijete!". Nakon toga ispišite proizvoljna dva cijela broja,... | PCEX | ||
| 70 | c_upis_broja_karaktera_na_kraj_datoteke | Napisati program koji broji koliko ima karaktera u datoteci datoteka.txt i zatim na njen kraj upisuje tekst “\nBroj karaktera: “... | PCEX | ||
| 71 | Print using variables | Write a program that generates the output as below. Use only variables in the print-statements, so `print("text")` is not allowed... | PCEX |