Home | Test Prep | Data Structures | Create task | Crossover Coding | AP Test Prep Corrections |
Study Plan
AP Test Preparation Corrections
Finals - Quiz 1 Taken on 4/19/22 Corrections
Score - 44/50
- Q9 - I chose the incorrect option because I misread the question answers. The new system actually makes it impossible to make the incorrect department selection. The correct answer B is more reasonable because the voice/answer is automated. There will not be a human representative ready to receive the call.
- Q11 - The new process makes it easier to determine whether an issue requires a human or a recording. The question is asking what will help direct calls, which the list of computers that the company owns and the IP address does not matter as well.
- Q28 - Data compression has more uses than just being transmitted over the Internet. It can be used to make more space in storage, and other uses. There are trade offs in different forms of data compression because different types do different things. For example, Lossy and Lossless compression do different things and are different techniques for storing data. Some compress more data, but make it hard to recover the data at the same time.
- Q37 - There are 2 If statements and only one else statement. So, it runs both if statements separately. When x is the max it runs the first if statement, but then goes on and runs the else statement. This displays both x and z.
- Q40 - Requiring every school to meet a requirement will ensure that all students get a certain level of computing. This helps, as everyone will have a similar level of technology. Not everyone will have access to the city Web site, so putting all the documents there would not help the digital divide.
- Q50 - The original process is lossy because there is only a small loss of image quality. Even this small loss makes it lossy. Creating a new RGB Triplet make it lossless because the original has the ability to be restored.
Finals - Quiz 2 Taken on 4/21/22 Corrections
Score - 43/50
- Q12 - Getting descriptions and photographs of local landmarks would benefit the most from crowdsourcing. The option I picked would not benefit from having multiple users do it, and it would be each user compressing their own data. Getting photos and descriptions from others is the best way, which is done through crowdsourcing.
- Q21 - Storing all the data in a database would not change the data storage needed. Instead, it will increase it as all the data remains in the code. Instead, using a database will allow for machine learning which can then be used to make improvements to the application based on the user behavior that is gathered.
- Q22 - I was unfamiliar with the differences between IPv6 and IPv4. IP addresses are hierarchial no matter what. IPv6 does allow for more devices thatn 4, because it has a greater number of IP addresses
- Q24 - Redundancy allows for multiple paths, however the same amount of packets are required. If some paths fail, there are still paths for packets to be sent on, which is the benefit as there could be another route for data to be sent.
- Q30 - The first value must be 75, which is represented in binary by 01001011, and the third must be 130 which is represented through binary as 010000010, as it is 2^7 + 2^1.
- Q35 - Integers are not subject to rounding areas. An overflow error can occur when an arithmetic operation results in a value that is not within the the range of numbers that can be represented through the bits.
- Q43 - The code segment I chose will put the robot in the bottom right corner, which is not what the original robot goes. Instead, using part A utilizes the segment by adding 1 to count each time in order to end at the same spot as the original code.
Finals - Quiz 3 Taken on 4/26/22
Score - 46/50
- Q20 - For some reason on this question I messed up and counted the first 1 as 2. So, I thought that the binary was both greater than the decimal as it would go to 2^4. However, this is not the case and it starts at 1, so 12 is greater than binary 1011.
- Q35 - The web store that the music was purchased from was liscensed, so there was no violation of DMCA.
- Q43 - Individuals who sign up for the premium account do not get advertisements, so they could not get targetted by ads.
- Q47 - I got one of the answers right, however the other one had one of the variables set >100, which was not right.
Finals - Quiz 5 Taken on 5/4/22
Score - 46/50
- Q15 - Both will display the same number of values, however they are different values. The one that starts with displaying i will end at 10 while the one that starts with i + 1 will include 11.
- Q30 - By putting it between lines 7 and 8 it ensures that all elements will be checked. Putting it between 6 and 7 does not go through every single element that it needs to.
- Q43 - Encryption is not required for communications, so the internet is not always secure. Open protocols are used to allow an increasing number of devices to connect to the internet, allowing it to support an increasing number of users.
- Q49 - The choice I selected would give B because presentation is over 75. When exam is 80 but presentation is 60, C will be selected.