Final Presentation Notes

For the final presentations I took notes on Haozuan, Aj, Paaras, and Samarth's group.

  • Theme of thier website: Motivational Website
    • They provided a quote generator
    • quotes -included happy quotes, motivational quotes
      • (used api)
    • They had a tracker/voter-thingy to see how many people disliked or liked the joke
    • A counter would tell you the stats of the quote

I think this group did a great job on thier site, it was ver9y detailed and appealing.

College Board Quiz Corrections

  • Q5: My answer was A (II only), Correct answer was B(III only)
  • Q30: My answer was A (Keeping the numeric values in a list makes it easier to round a number to the nearest integer.) Correct answer is B(Keeping the numeric values in a list makes it easier to apply the same computation to every data element.)
  • Q34: My answer was C(["flute", "violin"]), the correct answer was B(["guitar", "drums", "bass"])
  • Q19: My answer was B(An overflow error will occur because 4 bits is not large enough to represent either of the values 14 or 15.), The correct answer was C(An overflow error will occur because 4 bits is not large enough to represent 29, the sum of 14 and 15.)
  • Q20: My answer was B(Four bits are not enough to store the eight directions. Eight bits are needed for the new version of the game.), The correct answer was D(Four bits are enough to store the eight directions.)
  • Q23: My answer was A(The position of the runner is determined by calculating the time difference between the start and the end of the race and making an estimation based on the runner’s average speed.). The correct answer was D(The position of the runner is sampled at regular intervals to approximate the real-word position, and a sequence of bits is used to represent each sample.)
  • Q37: My answer was A, the correct answer was B
  • Q41: My answer was D(40), the correct answer was B(20)
  • Q45: My answer was A(count1 = 2, count2 = 2). The correct answer is B(count1 = 2, count2 = 3)
  • Q49: My answer was A(wordword ←concat(reverse(word), word)). The correct asnwer is C(word ←"on"word ←concat(reverse(word), word)).

img