Question # | What I did wrong | Correct answer
-- | -- | --
1 | I incorrectly assumed they wouldn't be able to anonymously sign into anything on the internet. | Items placed in a Web store’s shopping cart for future purchases during the anonymous browsing session will not be saved on the user’s computer. |
2 | I incorrectly assumed the IP is the most dangerous information that could be leaked. | A group of cookies stored by the user’s Web browser. |
5 | I incorrectly thought that the least likely thing to be provided by the upgraded system was human representatives will not be needed to respond to some inquiries. | The company will be able to provide a human representative for any incoming call.
19 | I read the code segment wrong | All elements in inputList1 followed by all elements in inputList2. |
21 | I concluded the code segment was wrong again. | The conclusion is incorrect; using the test case [0, 1, 4, 5] is not sufficient to conclude the program is correct. |
24 | I read the index wrong | Option c |
27 | I read the algorithm wrong | Option A
29 | I did not realize that the fifth statement assigns the value false to c. | false false false |
31 | I chose the wrong algorithm for the word problem. | Option A |
32 | I assessed the max and min wrong | Option D. |
35 | I chose the wrong code block | Option A |
36 | I chose the wrong code block again. | Option d which was code block 1 and 2 only |
38 | I was let down by google on the code segment | Option B |
39 | I chose the wrong set of code for the robot to go over a grid of squares | Option A |
40 | I once again chose the wrong code for the robot on a grid of squares | Option D |
49 | I incorrectly assessed how the simulation data would result in. | The model used by the simulation software often omits details so that it is easier to implement.|
50 | I read the table wrong and got one of the answers right but not the other because it was select two. | Option A and B |
2.2 hacks 2.3 hacks
Test corrections
Question # | What I did wrong | Correct answer -- | -- | -- 1 | I incorrectly assumed they wouldn't be able to anonymously sign into anything on the internet. | Items placed in a Web store’s shopping cart for future purchases during the anonymous browsing session will not be saved on the user’s computer. | 2 | I incorrectly assumed the IP is the most dangerous information that could be leaked. | A group of cookies stored by the user’s Web browser. | 5 | I incorrectly thought that the least likely thing to be provided by the upgraded system was human representatives will not be needed to respond to some inquiries. | The company will be able to provide a human representative for any incoming call. 19 | I read the code segment wrong | All elements in inputList1 followed by all elements in inputList2. | 21 | I concluded the code segment was wrong again. | The conclusion is incorrect; using the test case [0, 1, 4, 5] is not sufficient to conclude the program is correct. | 24 | I read the index wrong | Option c | 27 | I read the algorithm wrong | Option A 29 | I did not realize that the fifth statement assigns the value false to c. | false false false | 31 | I chose the wrong algorithm for the word problem. | Option A | 32 | I assessed the max and min wrong | Option D. | 35 | I chose the wrong code block | Option A | 36 | I chose the wrong code block again. | Option d which was code block 1 and 2 only | 38 | I was let down by google on the code segment | Option B | 39 | I chose the wrong set of code for the robot to go over a grid of squares | Option A | 40 | I once again chose the wrong code for the robot on a grid of squares | Option D | 49 | I incorrectly assessed how the simulation data would result in. | The model used by the simulation software often omits details so that it is easier to implement.| 50 | I read the table wrong and got one of the answers right but not the other because it was select two. | Option A and B |