Learning Goal 3 (Lessons 9-12)
53 important questions on Learning Goal 3 (Lessons 9-12)
What is the initial list of numbers in the code example?
What is the purpose of the `smallest` variable in the code?
What is the purpose of the Multiple List Filter pattern?
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What should you create to store the average?
What does the `findSmallest` function do?
What is the initial value of `StudentNameList`?
What must be true about the lists for the Multiple List Filter pattern?
What is created in a function to store the total value of all elements in the list?
How is the temporary value stored in the function?
What is the purpose of the `filteredList` variable in the code?
What values are in the `StudentGradesList`?
What is the first step in the process of filtering lists?
What is used to access each element in the list and add its value to total?
What is the purpose of the `filter` function in the "List Filter - starting letter (text)" code?
What condition is used to filter the list in the function?
What is the purpose of the `filter` function?
What should be done with the filtered lists at the start of the function?
How is the average calculated after the for loop?
What happens if an element is less than the value stored in `temp`?
What is the initial step to filter a list of temperatures to only keep the list of freezing temperatures?
In the "List Filter - length (block)" code, what condition is used to append items to `filteredList`?
How does the function access each element in the original list?
What happens inside the `for` loop in the `filter` function?
What happens to the filtered lists each time the function is called?
What is the title of the tutorial?
What columns are used in the program according to the tutorial?
What is the initial value of the variable `i` in the for loop?
What is the definition of "Traversal" in the context of list traversals?
What is the initial content of the `list` variable in both code examples?
What happens if an element meets the certain condition in the function?
What does the `appendItem` function do in the `filter` function?
What is the role of the loop in the filtering process?
What function is used to grab data from the columns?
What condition is checked inside the if statement?
How is "Iteration" defined in list traversals?
What occurs when the ending condition of a loop is never met?
How should the function be structured to filter the list?
In the "List Filter - length (block)" code, what variable stores the length of each word?
How does the "List Filter - starting letter (text)" code determine the first letter of each item?
What are the steps to filter a list according to the explanation?
- Create a variable and store a list in it.
- Create a blank list to store the filtered list.
- In a function use a for loop to access each element in the original list.
- If that element meets a certain condition, append it to the filtered list.
What is the List Reduce Pattern used for?
How does each index in the list correspond to the table?
Where do all the values at index 0 come from?
What function is used to add elements to the filtered lists?
Which lists are elements added to when the condition is met?
What are "Simulations" in the context of list traversals?
What are filtering and processing lists used for?
What is used to detect if a row is a "keeper"?
What is the first step in the List Filter Pattern?
What is the purpose of using the same index i for all lists?
What is the second step in the List Filter Pattern?
What is the third step in the List Filter Pattern?
What is the fourth step in the List Filter Pattern?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding

















