Q24:

  • the losslessness of byte pair encoding has no relation to the security of transmissions
  • correct answer: Byte pair encoding is an example of a lossless transformation because an encoded string can be restored to its original version.

Q54:

  • The Fourth procedure calculates a power of n(similar to the Square and Cube procedures), but it does not generalize this functionality to calculate any power of n.
  • correct answer: Procedure Power, (n,m), which returns the value N raised to the m power