• Corrections:
  • College Board Quiz Correction/Reflection

    Score/Reflection:

    My score for this assignment (2020 Practice Exam 1 MCQ) was 62/67. This showcases my understanding for most concepts, while leaving room to still improve. I want to learn more and clear concepts that I’m not quite sure about and/or having a difficult time fully understanding.

    Improvement

    I’ve definitely improved my scores and understanding of concepts such as lists, variables, and loops. I’ve got an understanding on binary representation, digital divide, and identifying errors in algorithms.

    Corrections:

    Question 5:

    Alt text

    Correction: For this question, my answer was B: A = true, B = false, C = false, D = true This is wrong because the OR gate will produce an output of true and the circuit will also have an overall output of false – we are looking for an output of true. The correct answer is C: A = false, B = true, C = true, D = true This is correct because the OR gate will produce an output of true and the AND gate will produce an output of true – both are true so output is also true.

    Question 11:

    Alt text

    Correction: My answer to this was light yellow but the RGB triplet for light yellow is (11111111, 11111111, 11100000) – I thought 224 was 111100000 but its actually 111000000. The correct answer is actually ivory because 11110000 corresponds to 240 in binary.

    Question 23:

    Alt text

    Correction: My answer to this question was B Alt text but this was wrong because the flowchart requires both conditions to be true in order to set available to true. The correct answer was D Alt text because the flowchart sets available to true whenever weekday is true and the miles have to be less than 20 – if its not it goes to false. It is the same as the flowchart.

    Question 60:

    Alt text

    Correction: My answer was B Alt text this is wrong because thelength of list1 (7) plus the length of list2 (5) minus the length of bothList (10), gives us 2 which is incorrect. The right answer was D Alt text this is the right answer because the bothList contains 10 elements and the uniqueList contains 7 elements– when you subtract the answer is 3.

    Question 67:

    Alt text Alt text

    Correction: The answers I choose were: B and C. B was correct. C was wrong. C was wrong because the count is increased to 1 when “oak” is encountered as the last element of the list. It returns the intended value. B doesn’t return the intended value so I was right for that one. The other correct answer was answer A: this was correct becausethe count is increased to 1 the first time “birch” is encountered and then the count becomes 0 at “maple”. Count goes to 1 again at “birch”. The result returns as 1 but its supposed to be 2 so this is the right answer aswell.

    What I can do to improve:

    Those were all my corrections and I think that I have a ton of room to improve. Things I can do to improve are look over the videos on college board, review team teaches, write more notes on team teaches, and do all the team teach homeworks. I should probably also probably try to incorporate more common variables/commands that I see in the MCQ exams and use them while making my blogs.

    Things to focus on:

    I should probably focus on perfecting my concept on binary and binary representation. I also need to touch up on my concepts of lists because it’s been a while since trimester one. I should probably go over all the old team teaches and the notes I took on those topics and go through my past college board quizzes. I should also make myself more familiar with Boolean variables.