Overall Score

image

Corrections

Question My Answer Correct Answer Explanation
Question 14 B C The answer should have been C because in this type of for loop you need [] when iterating through a 2d array
Question 15 D E We need to check the index after because we alredy have the 'A' accounted for
Question 17 E D The last element in the row had to have an a. So the answer had to be D
Question 24 D C The second one has to also be a 'b', so it can't be letter D.
Question 26 D E We want the reverse. The reverse of nono is onon, so it is wrong. It has to be D because reverse of noon is noon
Question 58 C B pos should be equal j because each iteration you don't want the index to be reset back to 0.
Question 34 C B We are traversing the array in row-major order so it would be 16 17 not 17 16.
Question 43 D C The end index was howFar not howFar + 1, so we can't include the p. So that is why C is right
Question 49 C B I added it incorrectly. This was a silly mistake.
Question 52 D E Row is being decremented not incremented so it can't be letter D. This one was pretty confusing for me

Overall Reflection

Overall, I think I did worse on this quiz than last weeks. I rushed a little too much and did a few silly mistakes. I just need to work on more practice questions and get myself familiar to all different types of questions that can come up on the test.