Skip to content

CollegeBoard MCQ Corrections/Learnings #16

@eshaank1

Description

@eshaank1

5 missed questions, 5 main points of learning:

  1. Q9 is E not D because you need 2 independent random numbers for 2 dice, cannot just randomize 1-13 for 2 dice. This is a logic error on my part.
  2. Q12 is B not C. When x and y are both trie, (x && y) is true and (x||y) true but !(x||y) will be false so the expression is always false. Need to study more on logic gates, review the lesson from tri 1.
  3. Q16 is E not C. The code uses a for-each loop so row is not being stored, only column. Logic error on my part again.
  4. Q22 is A not D. r is used as row index and error will be thrown if code tries accessing a row that doesn't exist. Review the code segments more closely when they are answer choices and work it out on paper.
  5. Q27 is B not C. Code swaps smallest number with the new one at position j. Again need to review the code closer and work it out on paper.

Summary:
Review logic gates, I missed 2 of those
Need to use paper on more of the code segment problems, this caused 4 of my 5 missed problems because I tried doing the full logic of a loop in my head instead of making it easy by doing it on paper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions