I scored a 24/40 on the 2024 College Board Practice Exam MCQ. I was dissapointed at the score I got but I know that it was mostly just small mistakes. I know I need to review the college board and team teaches again. In the future I should take my time and think about each question thoroughly so I can prepare myself for the AP Exam.

Content Break Down

image
I had problems using with questions about Boolean expressions and if statements and I also had problems with questions about iteration.

Question 4:

Screenshot 2024-11-19 at 10 20 03 AM
My original answer is 2.333333 but I forgot about the x and y are both integers and it will round to 2 because of intger division. I spent 5 minutes on the question and I forgot to round. In the future I will analyze each integer.

Question 9:

Screenshot 2024-11-19 at 10 26 38 AM
My original answer was sum += key[I]; because it was a mistake and I had accident;y misclicked and I knew that the answer was sum+= key [i-1]; because of it would return the sum.

Question 10:

Screenshot 2024-11-19 at 10 31 29 AM
I said I only because I missed the key words and I thought the else statement would break if the data had a longth of 0, but I had to consider the key word, so the one element data contained was only 5. I spend a good amount of time on this question but I jsut don’t think I read it thoroughly.

Question 12:

Screenshot 2024-11-19 at 12 03 36 PM

Question 14: image

Question 15: Screenshot 2024-11-19 at 11 56 59 AM

I chose E, since I saw I as correct, but I didn’t recognize how III returns true or false only based on the first two elements. This means that the 2nd element could be greater than the 1st element, but all other elements are decreasing and it would still return true. Option choice I is the code block that works since Option Choice II would have an ArrayIndexOutOfBoundsException.

Question 24:

Screenshot 2024-11-19 at 11 58 45 AM

Question 25:

Screenshot 2024-11-19 at 11 59 08 AM

Question 28:

Screenshot 2024-11-19 at 11 59 33 AM

Question 29:

Screenshot 2024-11-19 at 11 59 51 AM

Question 33:

Screenshot 2024-11-19 at 12 00 16 PM

Question 34:

image

Question 36:

Screenshot 2024-11-19 at 12 01 45 PM

Question 37:

Screenshot 2024-11-19 at 12 02 06 PM

Question 38:

image

Question 40:

image