What are the products of photosynthesis
Oxygen, glucose
What is the most reactive non-metal on the periodic table?
Fluorine
What is the sum of the distinct prime factors of 2024?
36
What is the main difference between an array and an arraylist?
Arraylists have flexible sizes whereas arrays have set sizes
What is the chemical symbol for Potassium?
K
What is something a plant cell has that an animal cell does not?
cell wall, chloroplasts, large central vacuole
In the electromagnetic spectrum, what kind of light has the longest wavelength?
Radio waves
How many rectangles can you draw on a grid of 5 by 2 points?
14
What are FIFO and LIFO and what data structures are they typically associated with?
FIFO: first in first out, typically associated with queues
LIFO: last in first out, typically associated with stacks
What is the hottest planet in our solar system?
Venus
What did Watson and Crick discover
the double-helix structure of the DNA
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
What are the two right most digits of the sum of the first 2024 factorials(eg. 1!+2!+...+2024!)?
13
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.
Where are red blood cells produced?
Bone marrow
What does NADH transport in cellular respiration?
electrons
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
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
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.
What is the rarest blood type
AB negative
What is the net gain of ATP in the Krebs Cycle
2
In KClO3, what percent of the compound is chlorine?
28.9
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
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
What star is the closest to us? (not counting the Sun)
Proxima Centauri