Skip to the content.

Trimester 2 MCQ

Collegeboard MCQ Analysis:

Between my last MCQ and my current MCQ, I was able to notice a significant improvement in my scores. In trimester 1, my MCQ scores demonstrate a score of 73%, while my Trimester 2 MCQ scores landed at 94%. Personally, I believe this is a huge improvement and really demonstrates my growth over the course of this trimester.

1) My Strenths: Answering questions about code logic and program design and development, identifying and correcting errors, binary numbers, extracting information from data, mathematical expressions, all of the Big Idea 3 topics, and calling and developing procedures.

2) My Weaknesses: Data compression, developing algorithms, the internet, and data abstraction. I also had difficulty with the timing. On average, most of my questions took around 30 seconds to 45 seconds to answer, however I did find myself taking up to five minutes for one or two questions, which can be an issue. MBMCQ

Improvement:

2018 MCQ:
skills

2020 MCQ: skills
I improved on skills:

  • 1.C: Explain how collaboration affects the development of a solution.
  • 1.D: Evaluate solution options.
  • 2.B: Implement and apply an algorithm.
  • 3.B: Use abstraction to manage complexity in a program.
  • 3.C: Explain how abstraction manages complexity.
  • 4.B: Determine the result of code segments.
  • 4.C: Identify and correct errors in algorithms and programs, including error discovery through testing.
  • 5.A: Explain how computing systems work.

Missed Questions:

Question 23

23 My answer: B - This is an incorrect answer option. This expression would be equivalent to an algorithm that sets available to true whenever weekday is true and miles is at least 20. The algorithm in the flowchart requires both conditions to be true in order to set available to true.

Correct answer: D - The flowchart sets available to true whenever weekday is true and miles is less than 20, and sets available to false otherwise. This code statement provides the same functionality.

Question 25

25 My answer: D - Incorrect. Statement I is false. The Internet is not controlled from a central device.

Correct answer: C - Correct. Statement I is false. The Internet is not controlled from a central device. Statements II and III are true. The Internet uses redundant routing to support fault tolerance. The Internet uses protocols so that data is transmitted in a standard format.

Question 29

29 My answer: D - Incorrect. This situation does not make use of any compression.
Correct Answer: A - Lossless compression is a technique that allows for complete reconstruction of the original data.

Question 67

67 My incorrect answer: D - For this code segment, count is initialized to 0. Since ”spruce” does not appear in the list, the procedure returns the intended result 0.
Correct Answer: B - For this code segment, count is increased to 1 the first time ”maple” is encountered in the list. However, count is reset to 0 when the code segment moves to the next list element. This causes the procedure to return 0 instead of the intended result 1.

SKills I need to review:

  • 1.D : Evaluating solution options
  • 4.C: Identify and correct errors in algorithms and programs, including error discovery through testing.
  • 5.A: Explain how computing systems work.

Future Plans for Improvement:

I plan to thoroughly study Big Ideas 2, 3, and 4. In my analysis of my score, I discovered that my weakest areas are in these Big Ideas, so by increasing my review of these topics, I hope to increase my next MC score, time, and confidence answering these types of questions.