Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Scope Review Quiz | Question, Battery | Scope for CS1 self-assessment questions. | OpenDSA | Scope |
| 2 | Block Scope | C++ BehaviorExample for demonstrating Block Scope | AnnEx | ||
| 3 | Variable Scope Review Questions | Question, Battery | CS1-level introduction to variable scope review questions. | OpenDSA | Variable Scope |
| 4 | Functional Programming: Scope and Closure | Algorithm Visualization, Code Tracing Presentation | Slideshow visualizing scope and closure in a functional programming language. | OpenDSA | Functional Programming |
| 5 | Functional Programming: Nested Scopes | Algorithm Visualization, Code Tracing Presentation | Slideshow illustrating nested scopes in a functional programming language. | OpenDSA | Functional Programming |
| 6 | avg_score | C++ BehaviorExample for demonstrating avg_score | AnnEx | ||
| 7 | 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 |
| 8 | py_student_score | PCEX Set of activities for py_student_score | PCEX | ||
| 9 | py_student_score_es | PCEX Set of activities for py_student_score_es | PCEX | ||
| 10 | (Arrays) Grade scores - CSEdPad | This program stores the grades of 10 students in the Natural Language Processing class. Then, the program calculates the highest... | AnnEx | arrays | |
| 11 | 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 | ||
| 12 | 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 | ||
| 13 | (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 | |
| 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 | 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 | ||
| 16 | Determining the Letter Grade Of a Student | Construct a program that receives a score from the user and determines the grade as follows:\nA for scores ≥ 90\nB... | PCEX | ||
| 17 | Determining the Letter Grade Of a Student | Construct a program that receives a score from the user and determines the grade as follows:\nA for scores ≥ 90\nB... | PCEX | ||
| 18 | Determining the Letter Grade Of a Student | Construct a program that receives a score from the user and determines the grade as follows:\nA for scores ≥ 90\nB... | PCEX | ||
| 19 | csedpad.13.Arrays.arrays | This program calculates the highest and lowest grade scores among 10 student grade scores. Once found, it displays the highest... | PCEX | ||
| 20 | Dictionary calculations | Construct a program that calculates each student’s average score by using `studentdict` dictionary that is already defined as follows: | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 21 | 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 | |
| 22 | 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 | ||
| 23 | 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 | ||
| 24 | 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 | ||
| 25 | 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 | ||
| 26 | 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 | ||
| 27 | 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 | ||
| 28 | Determining When a Student Fails a Course (Case 1) | Construct a program to determine whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 29 | Determining When a Student Fails a Course (Case 2) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 30 | Determining When a Student Fails a Course (Case 3) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 31 | Determining When a Student Fails a Course (Case 1) | Construct a program to determine whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 32 | Determining When a Student Fails a Course (Case 2) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 33 | Determining When a Student Fails a Course (Case 3) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 34 | Converting the Letter Grade of a Student to It's Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 35 | Converting the Letter Grade of a Student to Its Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 36 | Determining When a Student Fails a Course (Case 1) | Construct a program to determine whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 37 | Determining When a Student Fails a Course (Case 2) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 38 | Determining When a Student Fails a Course (Case 3) | Construct a program that determines whether a student fails the course based on the inputs that it receives from the... | PCEX | ||
| 39 | Converting the Letter Grade of a Student to It's Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 40 | 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 | ||
| 41 | 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 | ||
| 42 | 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 | ||
| 43 | Determining When a Student Fails a Course | Construct a program that determines whether a student fails the course based on the inputs that we receive from the... | PCEX | ||
| 44 | 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 | ||
| 45 | 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 |