Score

Score

Test Corrections

  1. Question 17 was a multiple choice question. I chose A and B but the correct answer was A and D. The reason B is wrong is because it is essentially making an "or statement" when it was supposed to be an "and statement." Due to the fact that the "if not" is out side of the "if" block, means either can be true and not both. D simplfies this with an else statment.

Score Score

  1. Question 27 was another robot equation. I answered C and the correct answer was D. The reason C is wrong is because the "N+1" is at the beggining of the loop. This means that on its first move it will already be thrown off of its course. D makes the "N+1" statement at the end completeing the path. i think I got this wrong because I was reading it a little fast and C just "seemed" right but I didn't pay too much attention. I chose A and B but B and C were correct.

Score Score

  1. Question 30 was a multiple choise question that asked me to draw an image on a graph in two different ways. The reason A is incorrect is because it dras the circle before it changes the y value. This equation ould have made every circle one y space lower making it not match the graph. My thinking was that it didn't start drawing the circle from the center rather the bottom.

Score Score

  1. Question 49 was asking about if an algorithm can solve every possible problem or input. I said yes that Every problem can be solved with an algorithm for all possible inputs, but some of these algorithms have not been discovered yet or C. however the right answer was there exist problems that no algorithm will ever be able to solve for all possible inputs or D. I thought that every problem had an infinite number of problems but the only reason that we can't solve them is because it is impossible to find infinite. However the real solution is that some problems don't have an answer for certain inputs.

Score