Quiz 10 Objectives
Learning Objectives
The subset of learning objectives that you can demonstrate your proficiency/mastery on for quiz 10 are (all at mastery level):
- Using variables
- Using definite loops
- Using indefinite loops
- Using nested loops
- Using conditional statements
- Using lists
- Using functions
- Using returns values
- Using function parameters
- Using list parameters with functions
- Using objects
- Using classes
- Using instance variables
- Using instance methods
- Using recursion
- Debugging syntax errors
- Predicting the behavior of a program
- Explaining function execution
- Explaining function scope limits
- Explaining the difference between objects and classes
- Explaining how objects are stored in memory
- Explaining selection sort
- Explaining insertion sort
- Explaining merge sort
- Explaining linear search
- Explaining binary search
- Explaining algorithmic efficiency at a high-level
- Demonstrating the worst case efficiency of the core sort and search algorithms
- Explaining the general idea of core efficiency classes
You can print and bring along this checklist to help you keep track in the quiz.
Suggestions
Good ways to study for the quizzes are:
- Finish any labs that you hadn’t finished or redo ones that you did finish
- Go back over the readings/videos relevant to the learning objectives
- Try any of the exercises at the ends of relevant chapters that are about the learning objectives
- Complete the homework that is due, since it usually overlaps with the quiz objectives
- Attend the prefect sessions
- Resolve the previous quizzes, especially questions you didn’t get to