Study Topics:

  • Real-world simulation questions in relation to coding

  • Questions about generalizations in procedures in a library

  • Steps to making an efficient algorithm / ordering them in the correct pairing to enable the algorithms to work as intended.

    • I & II Only
    • I, II, III Only
    • I Only

Corrections:

Correction:

  • This option is incorrect. There are six possible results of rolling a die, which is more than can be stored in a Boolean variable.

Correction:

  • This option is incorrect. The approximation 30.6 million would be a better estimate for year 11.

Correction:

  • This option is incorrect. The Polynomial procedure calculates the sum of the Square and Cube procedures, but does not generalize their functionality to calculate any power of n.

Correction:

  • This option is incorrect. Option III works correctly, but option I does not. Option I does not work because it performs the "shorten" step before the "keep palindromes" step.