Reflection

For the most part, I’ve been doing quite well on the quiz in the beginning. I missed 5 questions due to a wrong answer out of 50 questions I answered. However, I didn’t finish the CB MCQ by 4:30 and I missed 20 questions after question 50 because I didn’t answer them. I retook the test and got 65/70. Here’s an overview of what I missed in both tests

8. Which of the following best describes a direct benefit in using redundant routing on the Internet?

My Answer/Why it’s Wrong:

Redundancy enables messages to be transmitted with as few packets as possible. This expression will evaluate to true for restaurants with the correct price range or with the correct customer rating. The intent is for the expression to evaluate to true only for restaurants with the correct price range and the correct customer rating.

Answer:

Redundancy prevents network communications from being intercepted by unauthorized individuals.

Screenshot-2024-04-19-at-12-32-57-PM.png

15. Use drawLine procedure to draw figure

Question:

image.png

My Answer/Why it’s Wrong:

D. Not sure what I did wrong, but I assume it’s an error i made when thinking about it algoritmically. I think it would be useful to run through the algorithm in detail

Answer:

A

36. Why Information is Hard to Remove from the Internet

Question: Individuals sometimes attempt to remove personal information from the Internet. Which of the following is the LEAST likely reason the personal information is hard to remove?

Screenshot-2024-04-19-at-12-37-41-PM.png

My Answer/Why it’s Wrong: A. Personal information found online can be redistributed via social media posts, e-mail, and other methods. I misread the question and answered the MOST likely reason info is hard to remove

Answer: D. All personal information is stored online using authentication measures, making the information hard to access.

39. Number of bits needed for item inventory

Question: A store uses binary numbers to assign a unique binary sequence to each item in its inventory. What is the minimum number of bits required for each binary sequence if the store has between 75 and 100 items in its inventory?

My Answer/Why it’s Wrong: A. Personal information found online can be redistributed via social media posts, e-mail, and other methods. I misread the question and answered the MOST likely reason info is hard to remove

Answer: D Using 6 bits will only allow for up to 64 sequences because 2^6 = 64 Using 7 bits will allow for up to 128 sequences because 2^7 = 128 Therefore, a minimum of 7 bits are needed.

Screenshot-2024-04-19-at-12-38-26-PM.png

44. Question: A program developed for a Web store represents customer account balances using a format that approximates real numbers. While testing the program, a software developer discovers that some values appear to be mathematically imprecise. Which of the following is the most likely cause of the imprecision?

My Answer/Why it’s Wrong: C. Incorrect. Programming languages typically represent numbers with a fixed number of bits. The use of a fixed number of bits can lead to overflow or round-off errors.

Answer: B. The account balances are represented using a fixed number of bits, resulting in round-off errors.

Screenshot-2024-04-19-at-12-39-14-PM.png

Question 47

Screenshot-2024-04-19-at-12-40-25-PM.png

Why its wrong: This expression will evaluate to true for restaurants with the correct price range or with the correct customer rating. The intent is for the expression to evaluate to true only for restaurants with the correct price range and the correct customer rating.

Why I got it wrong: I need to read these questions more carefully and patiently because what happened here was a silly mistake.

My plan to mitigate these mistakes

The only way I see myself fixing these kinds of mistakes is by repeated practice. There isn’t a particular topic I need to study per se, but I definetely need to learn how to read the question carefully and take things slow and think about the problem algorithmically.