gwang1224 / repository_1

Apache License 2.0
0 stars 1 forks source link

Project Check #1 #30

Open gwang1224 opened 1 year ago

gwang1224 commented 1 year ago

Individual


Collegeboard MCQ Test #4

Screenshot 2023-04-01 at 5 48 55 PM

Questions I got wrong:

Screenshot 2023-04-01 at 5 50 45 PM While it is true that the time it takes to draw the shape is about n^2 of the number of shapes draw, n^2 is not an unreasonable time. This means that the algorithm does run in a reasonable amount of time and B is the right answer.

Screenshot 2023-04-01 at 5 52 31 PM This was a silly mistake, I thought I clicked B.

Screenshot 2023-04-01 at 5 54 43 PM Screenshot 2023-04-01 at 5 54 55 PM

In order compare the student scores to the maximum score, this code section traverses the list starting with the second member. The final member in the list won't be checked by the code segment, though. The loop will end without comparing the final student score in the list to the highest score possible when index equals the length of the list.

Topics to study:

Parallel Computing Hashmap