Score:
65/70
Time:
01:19:54 (2 hour limit)
Skill Breakdown

Corrections:
Q26:
A: The efficiency of a parallel computing solution is limited by the sequential portion of the solution. If each step is dependent on the preceding step, then each step must wait for the previous step to complete before executing. Therefore, the solution is completely sequential and does not benefit from parallel computing.
Q32:
A: Public-key encryption is considered a secure way of encoding data to prevent unauthorized access.
Q44:
B: The fixed number of bits used to represent real numbers limits the range of these values; this limitation can result in round-off errors. Round-off errors typically result in imprecise values or results.
Q51:
A: Citizen science is scientific research conducted in whole or part by distributed individuals, many of whom may not be scientists, who contribute relevant data to research using their own computing devices. This project would benefit from using a citizen science model for gathering photographs of birds from amateur photographers around the world.
Q55:
C: This code segment assigns the value of the last element of the list to the variable temp, then removes the last element of the list, then inserts temp as the first element of the list.
Things to Review
2.1 Binary Numbers
3.10 Lists
4.3 Parallel and Distributed Computing
5.4 Crowdsourcing
5.6 Safe Computing