ava-dn / avas_2025

https://ava-dn.github.io/avas_2025/
Apache License 2.0
0 stars 0 forks source link

Multiple Choice Corrections #5

Open ava-dn opened 4 days ago

ava-dn commented 4 days ago

Questions that were Incorrect:

25: Correct answer was Level Up. Selected answer was banana which is wrong because it CAN be shortened using byte pair coding (AN replaced by *)

26: Correct answer was D because this code moves the robot one square forward from its initial location and then rotates the robot right.

29: Correct answer was B. Selected answer was A which is wrong because B needs to false with A being the only true letter that is true in order to get a false input.

30 Correct answer was 5 house assuming the analysis goes EXACTLY 4 times

31 Both programs correctly move the robot to the grey square not only the second one which is what I selected.

33 A was the correct answer because either or will make the code correct while I selected AND which is not true

41 B was correct rather than A because you have to add the final exam score

43 was incorrect because there is no indication that the algorithm is finding approximate solutions so the correct answer is A rather than D

44 I selected 2 and 3 while it would only be 2 because 10+7 does cause an overflow

49 C was the correct answer because the loop should iterate 4 times not 21 times.

50 The procedure does not implement a binary search and does not need to be in sorted order to implement a linear search which is why 2 was the only correct thing while I thought 1 and 3 were correct which is not true.

53 the correct thing that machine learning programs are used for is to analyze large data sets, recognize patterns, and make predictions based on data

54 D produces the correct response not C (don't add)

55 The procedure returns false no matter what the input was.

56 The program displays odd integers not even integers.

57 B was the correct answer because it needs to be (3,3)

Ellioty15 commented 4 days ago

Good job doing your corrections, next time read the questions more carefully and spend more time understanding the questions.