Skip to the content.

Collegeboard 2020 MC Reflection

This is a blog for Collegeboard 2020 MC

What I learned:

I took the Collegeboard 2020 MC Reflection and got 61/67.

Here’s what I missed:

Q29

  • Skill 1.D
  • I picked option D because I misinterpreted the meaning of lossless compression. The correct answer was A, which describes lossless compression accurately allows the original data to be perfectly reconstructed after decompression, which is why the file is restored to its original version before being played. My mistake was choosing an answer that involved no compression at all since I didn’t understnad the meaning.

Q38

  • Skill 5.A
  • I selected option C, which was incorrect. The correct answer was B, which states that IPv6 allows for a greater number of addresses than IPv4, enabling more devices to connect to the Internet. THis was because I was unfamiliar with IP versions and interative imrpovements but I now know IPv6 does not eliminate hierarchy in addressing—it still follows a structured format, including network prefixes.

Q47

  • Skill 1.A
  • I selected option D, which was incorrect. The correct answer was C, stating that the values in the list must be in sorted order. I misinterpreted the requirement of binary search which is it only works on a sorted list. The algorithm repeatedly divides the list in half, which is only effective when the elements are ordered. The value of the target being -1 has no impact on the search process, as it simply checks for existence.

Q50

  • Skill 1.D
  • I chose option B (III only), which was incorrect. The correct answer was D (I, II, and III). My mistake was misunderstanding the efficiency of algorithms I and II. Algorithm I runs in O(n) time and Algorithm II results in O(n²) time, which are both considered reasonable for large input sizes. Algorithm III, which only accesses the first 10 elements regardless of list size, runs in constant time O(1), making it highly efficient.

Q57

  • Skill 5.A
  • I selected option B, which was incorrect. The correct answer was C (To establish a common standard for sending messages between devices on the Internet). My mistake was misunderstanding the primary role of TCP/IP. These protocols are designed to facilitate communication between devices by defining how data should be transmitted and received over networks. They do not inherently provide security or encryption to protect private data from unauthorized access.

Q60

  • Skill 3.B
  • I initially selected option A, but the correct answer was C. My mistake was not properly accounting for the removal of duplicates before computing the count of unique values in either list, which is nessecary to ensure the algorithim is properly couting all of the duplicate values. This question helped me understand the importance of ensuring uniqueness before performing set operations in list comparisons.

Overall Takeaways

  • I got a higher score than last MC, and got most of the topics that I was missing last MC right, which were citizen science and crytopography, showing improvement. There are still some topics that I need to study or review, particularly from Big Idea 5 and reviewing some from Big Idea 3. Most of my mistakes came from me not fullying understanding the termnology that was being used, such as with the binary search algorithms, data compression, and internel protocall. I will make sure ot study up on these missed topics by taking more practice exams and also looking at the CB provided help for the particular skills that corresponded with each question on this exam. I will also be sure to make sure to read the prompt or question fully before answering to ensure I odn’t make silly mistakes.