Skip to the content.
Home Notes Data Structure Create Task Study Plan Quiz Corrections Replit

Quiz 3 Corrections

Quizzes

Quiz 1 Quiz 2 Quiz 3 Quiz 4

Score 44/50

Screen Shot 2022-04-28 at 11 54 44

Corrections

Question 6

I got this wrong because the answer is selected would’ve terminated after it checks 19. So D id the correct answer

Question 12

Screen Shot 2022-04-28 at 11 57 50

I got this wrong because after publishing something with a creative commons licence, anything before it being published is still copyrighted.

Question 21

Screen Shot 2022-04-28 at 12 00 14

I forgot that they mention that the password was weak, making the answer I selected to be wrong and D being the correct answer

Question 22

Screen Shot 2022-04-28 at 12 01 19

I thought the answer was an overflow error as it rounded the 3 to a 4 when it reached the maximum bit. Floating-point numbers actually limit the range of floating-point values.

Question 34

Screen Shot 2022-04-28 at 12 39 16

I chosed this answer because I thought a binary search would cause it to run at a reasonable time. However, the algorithem has linear efficiency so it was wrong

Question 41

Screen Shot 2022-04-29 at 14 59 35

I got this wrong because I thought that the recipient would need to get a private key from the sender in order to decode the message.