Skip to the content.

MC review

Review of what I got on MC + comparrison to the one we took at the beginig of the tri

MC score

Percentage Breakdown

Percentage Breakdown

Comparrison to last MC (score mid 30s –> low 40s!)

Concept Test 1 Test 2
Big idea: IOC (impact of computing) 55% (lowest) 89% (highest)
Big idea: DAT (data) 56% (2nd lowest) 77% (3rd highest)
Practice: Algoritms involving abstractions 44% (lowest) 57% (3rd highest)
Practice: Design/evaluate sollutions for a purpose 59% (2nd lowest) 71% (2nd highest)

Struggled Questions/Topics

  1. Percentage Breakdown photo: switching values alpha and beta using var temp

Understanding the more complex code based problems specially with switching variables

  1. Height algoritm photo: creating an algorithm to find the average height of a group of people

Working with complex logic based algorithm without given code

  1. Height algoritm photo: requierments for binary search algoritm on a list of numbers

Understanding how binary works numerically and within lists of numbers (as well as bits)

Things to work on

  1. Formating of code, indentations, arrows, and diffrent functon names (ex mod/%)
  2. Comprehending complex code/algoritm functionality and connecting that to real world problems
  3. Learning more about binary/bits and their application to code