Biology
Chemistry
Math
Coding
TRIVIAAA
100

What are the products of photosynthesis

Oxygen, glucose

100

What is the most reactive non-metal on the periodic table?

Fluorine

100

What is the sum of the distinct prime factors of 2024?

36

100

What is the main difference between an array and an arraylist?

Arraylists have flexible sizes whereas arrays have set sizes

100

What is the chemical symbol for Potassium?

K

200

What is something a plant cell has that an animal cell does not?

cell wall, chloroplasts, large central vacuole

200

In the electromagnetic spectrum, what kind of light has the longest wavelength?

Radio waves

200

How many rectangles can you draw on a grid of 5 by 2 points?

14

200

What are FIFO and LIFO and what data structures are they typically associated with?

  1. FIFO: first in first out, typically associated with queues

  2. LIFO: last in first out, typically associated with stacks

200

What is the hottest planet in our solar system?

Venus

300

What did Watson and Crick discover

the double-helix structure of the DNA


300

E = hv = hc/λ , where h = 6.626*10^-34, and c = the speed of light, and λ  is wavelength

Suppose a particle has an energy of 2.998*10^-19 Joules of energy. What is the wavelength?


6.49*10^-7

300

What are the two right most digits of the sum of the first 2024 factorials(eg. 1!+2!+...+2024!)?

13

300

What is the name of this algorithm and what does it do?

Binary Search algorithm, it finds if a value exists in a list and returns the index of the target number if it does and -1 if it does not.

300

Where are red blood cells produced?

Bone marrow

400

What does NADH transport in cellular respiration?

electrons


400

The isotope cobalt-57 has a half-life of 272 days. How long will it take for a sample of cobalt-57 to decay to 38% of its original mass?

380 days

400

Audrey, Zoey, Iris, Noah, Andy, and Tim are planning to discuss the next NSTEM meeting at a round table. However, Audrey is very aggravated by Andy, and since the club cannot afford the hospital bills, how many possible ways can they be sat?

72

400

What is the time complexity of the following code in Big O notation?

O(NLog2M) because big O accounts for the worst case scenario, which is going through Log2M operations N times. The operations for scanning in are disregarded because NLog2M is much bigger when considering large numbers, so even though in reality it’s more like O(N + M + NLog2M), Big O notation only accounts for the largest value.

400

What is the rarest blood type

AB negative


500

What is the net gain of ATP in the Krebs Cycle

2

500

In KClO3, what percent of the compound is chlorine?

28.9


500

Z is a non-real complex number such that z^23=1. Compute sum_k=0 to 22 of {1/(1+z^k+z^2k)}

46/3

500

What is this algorithm called and what will it do?

FloodFill/DFS: it will count the largest number of ones that are either horizontally or vertically adjacent

500

What star is the closest to us? (not counting the Sun)

Proxima Centauri