Score

31/40

Corrections

Corrections with reasoning and explaining.

Question 5

  • Answer was C : I got this wrong because I was rushing through the question and forgot about the last number and chose the one closest to it. It would multiply and add 3 one last time. Since k < n

Question 6

  • Answer was E: What I chose would have calculated the average and seen if it was greater than equal to, rather than determining if it was close. I wasn't even close to getting this one right, I honestly was very confused on this question and I think I need to work more on questions like this.

Question 7

  • Answer was D: I made a new object rather than changing the information to the already created object. The new person and the current were not the same. The question was a little difficult to read and understand to me due to the terms.

Question 22

  • Answer was B: Honestly this was a very long question and there were a lot of information that I had to read, comprehend and remember which caused me to trip up the question and get it wrong.

Question 23

  • Answer was B: I got this wrong because I didn't think about the logic of how it would start at 1 rather than 0 which is usually how it works.

Question 25

  • Answer was A: The answer that I chose did not have a completed method that could be run, and I misread it and got it wrong.

Question 33

  • Answer was A: Since K is never incremented, the and will always be true since the loop will always be less than 4, so it would be an infinite loop.

Question 35

  • Answer was D: Since num is being divided by 10 forever until it is 0, it goes in reverse. I didn't really understand this and I think I need to work more on lists and loops.

Question 36

  • Answer was B: I just read what each variable was equal to and since there was so many it was hard to keep up with the logic part of it.