Evidence of Quiz Taken:

I got a 45 out of 50 on the final, which was a higher score than I expected to get. I will be going over the questions that I got wrong and attempt corrections, as well as discussing how I felt about the test.

Screenshot 2023-01-30 215243

Thoughts on the Quiz:

I did better than I expected and compared to the last College Board Multiple Choice Quiz, I understood much more material and it took me much less time. A lot of the questions, I realized, were topics covered in the weeks that each group became the teacher, learned about a certain topic and taught it to the class.

Corrections for Incorrect Questions:

Question 1: Initial values that yield incorrect value of max

Screenshot 2023-01-30 215720

I got this question wrong because I misunderstood the algorithm and how inputting certain values into conditional statements. The correct order for inputing the values of x, y, and z should have been 3, 2, and 1 instead of 1, 3, and 2.

Question 28: Robot in bottom right corner of grid

Screenshot 2023-01-30 220317

I got this question wrong because I incorrectly assumed that placing a REPEAT command within another REPEAT command creates iterations four times. Instead, the robot copies a similar process only twice and finishes much further away from the end point. Option A is the proper way to execute the robot movement.

Question 29: Robot in open grid loop 3 times

Screenshot 2023-01-30 220616

I got this question wrong because I ran the process of robot movement iteration too many times. Using the n <- n-1 produces the movement one less time, which puts the robot in a different place.

Question 41: Simulating election votes

Screenshot 2023-01-30 220852

I got this question wrong because I incorrectly guessed the relationship between random integers and conditional statements. Having an output of 1/5th and 2/10th in code determine different outputs that i was not aware of.

Question 49: What problems can be solved with algorithms

Screenshot 2023-01-30 221054

I got this question wrong because I assumed that every problem can be solved with an algorithm for all possible inputs, when in reality some problems cannot be solved with an algorithm for all possible inputs. Some problems will have no feasible solution with an algorithm.

Reflection:

Overall, I think I did great on this multiple choice quiz. Last time, it took me a lot of more time to digest what the questions were asking and then understand how I could even decide the answer. I understood the majority of the topics on this quiz almost after a minute or two with multiple reads. From the last multiple choice, I feel like I have actually learned a lot more, even if it is the most basic knowledge. Before this quiz I was really discouraged about my progress and felt like I have not really learned much or made any progress, but from my results and the way I got through this quiz, I think I am on track so far in APCSP.