Home API Notes

image.png

Reflection/Overview

I am generally satisfied with my performance on the test, but I recognize that there are areas where I can improve. I scored 64/66, which is a good score, but I want to make sure that I am maximizing my learning and achieving my academic goals.

When I reviewed the test, I noticed that I missed two questions on topics that I was not as confident in. In the future, I will need to study those areas more thoroughly so that I can feel more confident on test day. I also noticed that I rushed through a few questions and did not take enough time to think through my answers. Next time, I will try to pace myself better so that I have enough time to carefully consider each question.

Overall, I am happy with my score on the test, but I know that I can do even better in the future. By identifying my weaknesses and working on them, I am confident that I will continue to improve and reach my goals. I am also going to talk to my teacher to get some feedback on where I can improve, so that I have a better idea of what I need to focus on in the future.

image2.png

My answer that participants who read more are less likely to say they are interested in the application is incorrect. The data from the survey shows that participants who read more are generally more likely to say they are interested in the application. This is likely because people who read more are more likely to be exposed to new ideas and information, and they may be more likely to find the application to be useful - therefore, choice A is correct.

image3.png

To construct the desired list, the algorithm must do the following steps in the following order:

i. Keep palindromes ii. Shorten words

If the "shorten" step comes before the "keep palindromes" step, the "keep palindromes" step will fail to detect whether the original word was a palindrome. This is due to the possibility that the "shorten" step will shorten a palindrome into a non-palindrome.