Skip to the content.

2020 Practice MCQ Blog

A reflection on my mcq

I got a 61/67 on the MCQ after spending around 3 hours, here is an analysis on what I got wrong:

Image

Question 11

Image

Answer: B

Question 45

Image

Answer: D

Question 53

Image

Answer: C

Question 54

Image

Answer: C

Question 56

Image

Answer: D

Question 67

Image

Answer: A and C

Image

Image

Skills Analysis

Based on my average performance, I need to work on

  • 2.1: Binary Numbers
  • 3.15: Random Values
  • 3.17: Algorithmic Efficiency
  • 5.4: Crowdsourcing

This means I need to focus the most on binary numbers and loops. Binary numbers are fundamental in computer science, so practicing conversions and operations will strengthen my understanding. Loops and random values are important for problem-solving in coding, so I should practice implementing them in different scenarios. Algorithmic efficiency will help me write faster and more optimized programs, while crowdsourcing is useful in collaborative problem-solving. To improve in these areas, I could not only take more practice tests but also work on small projects, watch tutorials, and try coding challenges to deepen my understanding.