This code segment is wrong because the code segment will fail to check the last element in the list. When index is equal to the length of the list, the loop will terminate without comparing the last student score in the list to the maximum possible score. The answer is A . The code sets the number of iterations to LENGTH(scores) - 1 so (maximum score) is skipped.
List Comprehension in Python, Answers to collegeboard 4.3 questions
Pair/Trio
Project Work, Issue and Tangibles
I prepped the dataset that we are all going to base our projects on. I found a dataset with all the appropriate columns, put it into a sqlite table, cleaned the data for unfilled values, and deleted unnecessary columns.
I also wrote a function that will take user input for favorite artist and genre, and return a sample playlist of 10 songs using python. Now I am attempting to write the function in javascript and hopefully create UI for this as well.
Project (Team)
Lesson Plan / Outline LINK for the project
Individual Work MCQ Test
I got question 49 incorrect:
This code segment is wrong because the code segment will fail to check the last element in the list. When index is equal to the length of the list, the loop will terminate without comparing the last student score in the list to the maximum possible score. The answer is A . The code sets the number of iterations to LENGTH(scores) - 1 so (maximum score) is skipped.
Hashmaps Hacks LINK
Parallel Computing Hacks LINK
Pair/Trio Project Work, Issue and Tangibles
Project (Team) Lesson Plan / Outline LINK for the project