prompt stringlengths 140 2.04k | completion stringclasses 8 values | dataset stringclasses 4 values |
|---|---|---|
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which type of membrane are ribosomes surrounded by?
A. partial
B. temporary
C. none
D. permenant
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What typifies life?
A. Beauty
B. exercise
C. Energy
D. Color
E. recovery
F. Movement
G. Oxygen
H. Energy.
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
(Backpropagation) Training via the backpropagation algorithm always learns a globally optimal neural network if there is only one hidden layer and we run an infinite number of iterations and decrease the step size appropriately over time.
A. True
B. False
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following scheduler policies are preemptive?
A. FIFO (First In, First Out)
B. SJF (Shortest Job First)
C. STCF (Shortest Time to Completion First)
D. RR (Round Robin)
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $\mathcal{R}_{p}(f, \varepsilon)$ be the $\ell_{p}$ adversarial risk of a classifier $f: \mathbb{R}^{d} \rightarrow\{ \pm 1\}$, i.e., $$ \mathcal{R}_{p}(f, \varepsilon)=\mathbb{E}_{(\mathbf{x}, y) \sim \mathcal{D}}\left[\max _{\tilde{\mathbf{x}}:\|\mathbf{x}-\tilde{\mathbf{x}}\|_{p} \leq \varepsilon} \mathbb{1}_{\{f(\tilde{\mathbf{x}}) \neq y\}}\right], $$ for $p=1,2, \infty$. Which of the following relationships between the adversarial risks is true?
A. $\mathcal{R}_{2}(f, \varepsilon) \leq \mathcal{R}_{1}(f, 2 \varepsilon)$
B. $\mathcal{R}_{\infty}(f, \varepsilon) \leq \mathcal{R}_{2}(f, \sqrt{d} \varepsilon)$
C. $\mathcal{R}_{\infty}(f, \varepsilon) \leq \mathcal{R}_{1}(f, \varepsilon)$
D. $\mathcal{R}_{\infty}(f, \varepsilon) \leq \mathcal{R}_{2}(f, \varepsilon / d)$
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How does a guitar create sound?
A. electrically
B. mechanical
C. Amplifying it with electricity
D. The musician being trained
E. Tuning it properly
F. Plucking a string
G. Through play
H. lowered energy cost
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do monarch butterfly larvae depend on for their food?
A. milkweeds
B. seaweed
C. honey
D. pollen
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A blackberry bush needing to photosynthesize would have difficulty
A. under the sun
B. at night
C. in summer weather
D. in daylight
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what does hydrogen bonds cause to expand when it freezes?
A. oxygen
B. atomic bombs
C. rain
D. NaCl
E. H20
F. lake
G. hydrogen
H. h2o
Answer: | H | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Electromagnetic waves are comprised of what two types of energy?
A. solar and kinetic
B. kinetic and electric
C. magnetic and gravitational
D. electric and magnetic
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What kind of fats have been implicated in the presence of heart disease?
A. animal fats
B. key fats
C. trans fats
D. plant fats
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What are mars' moons thought to be?
A. guerrillas asteroids
B. captured asteroids
C. common asteriods
D. new asteriods
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In sunny weather I should try
A. biking
B. space travel
C. magic
D. time travel
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The hemisphere that is tilted away from the sun is cooler because it receives less what?
A. direct rays
B. pollution
C. direct electrons
D. x-rays
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A multiset is an unordered collection where elements can appear multiple times. We will represent a multiset of Char elements as a function from Char to Int: the function returns 0 for any Char argument that is not in the multiset, and the (positive) number of times it appears otherwise: type Multiset = Char => Int The filter operation on a multiset m returns the subset of m for which p holds. What should replace ??? so that the filter function is correct? def filter(m: Multiset, p: Char => Boolean): Multiset = ???
A. x => if m(x) then p(x) else 0
B. x => m(x) && p(x)
C. x => if !m(x) then p(x) else 0
D. x => if p(x) then m(x) else 0
Answer: | D | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What helps animals survive?
A. vegetation
B. rivers
C. valleys
D. traits
E. Pituitary gland
F. kinetic energy
G. hibernation
H. rocks
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the following sequence of random variables $S_1,\ldots,S_n,\ldots$ Assume that the limit $H^\star(\mathcal{S})=k$ exists and is finite. Suppose that there exists $\hat{n}>0$ such that for all $i\geq \hat{n}$ one has that the marginal distributions of $S_{i+1}$ and $S_i$ satisfy $p_{S_{i+1}}=p_{S_i}$. Denote with $\mathcal{Y}_{\hat{n}}$ the alphabet of the source $S_{\hat{n}}$. True or false: Can one use this information to infer that the following holds: $|\mathcal{Y}_{\hat{n}}| \geq 2^k $?
A. True
B. False
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider a movie recommendation system which minimizes the following objective
rac{1}{2} \sum_{(d,n)\in\Omega} [x_{dn} - (\mathbf{W} \mathbf{Z}^ op)_{dn}]^2 + rac{\lambda_w}{2}
orm{\mathbf{W}}_ ext{Frob}^2 + rac{\lambda_z}{2}
orm{\mathbf{Z}}_ ext{Frob}^2
where $\mathbf{W}\in \R^{D imes K}$ and $\mathbf{Z}\in \R^{N imes K}$.
Suppose movies are divided into genre A and genre B (i.e., $\mathbf{W}_A\in \R^{D_A imes K}, \mathbf{W}_B\in \R^{D_B imes K}, \mathbf{W}=[\mathbf{W}_A; \mathbf{W}_B]$, with $D_A\!+\!D_B=D$) and users are divided into group 1 and group 2 (i.e., $\mathbf{Z}_1\in \R^{N_1 imes K}, \mathbf{Z}_2\in \R^{N_2 imes K}, \mathbf{Z}=[\mathbf{Z}_1; \mathbf{Z}_2]$, with $N_1\!+\!N_2=N$). In addition, group 1 users only rate genre A movies while group 2 users only rate genre B movies. Then instead of training a large recommendation system with $(\mathbf{W}, \mathbf{Z})$, one may train two smaller recommendation systems with parameters $(\mathbf{W_A}, \mathbf{Z_1})$ and $(\mathbf{W_B}, \mathbf{Z_2})$ separately. If SGD is used to solve the minimization problems and all conditions remain the same (e.g., hyperparameters, sampling order, initialization, etc), then which of the following statements is true about the two training methods?
A. Feature vectors obtained in both cases remain the same.
B. Feature vectors obtained in both cases are different.
C. Feature vectors obtained in both cases can be either same or different, depending on the sparsity of rating matrix.
D. Feature vectors obtained in both cases can be either same or different, depending on if ratings in two groups and genres are evenly distributed.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $\xv, \wv, \deltav \in \R^d$, $y \in \{-1, 1\}$, and $arepsilon \in \R_{>0}$ be an arbitrary positive value. Which of the following is NOT true in general:
A. $rgmax_{\|\deltav\|_2 \leq arepsilon} \log_2(1 + \exp(-y \wv^ op (\xv + \deltav))) = rgmax_{\|\deltav\|_2 \leq arepsilon} \exp(-y \wv^ op (\xv + \deltav ))$
B. $rgmax_{\|\deltav\|_2 \leq arepsilon} \log_2(1 + \exp(-y \wv^ op (\xv + \deltav))) = rgmin_{\|\deltav\|_2 \leq arepsilon} y \wv^ op (\xv + \deltav )$
C. $rgmax_{\|\deltav\|_2 \leq arepsilon} \log_2(1 + \exp(-y \wv^ op (\xv + \deltav))) = rgmax_{\|\deltav\|_2 \leq arepsilon} 1 - anh(y \wv^ op (\xv + \deltav))$ \ where $ anh(z) = rac{e^z - e^{-z}}{e^z + e^{-z}}$
D. $rgmax_{\|\deltav\|_2 \leq arepsilon} \log_2(1 + \exp(-y \wv^ op (\xv + \deltav))) = rgmax_{\|\deltav\|_2 \leq arepsilon} \mathbf{1}_{y \wv^ op (\xv + \deltav) \leq 0}$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what does muscles contracting a little bit all at once do?
A. biceps
B. cause death
C. respiration
D. staying warm
E. rapid expansion
F. movement
G. heat the body
H. to move people
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is when rocks are broken down?
A. roof weathering
B. Plant growth is reduced
C. brick weathering
D. Physical weathering
E. remains of prehistoric life
F. at or near the margins
G. home weathering
H. major threat to health
Answer: | D | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Alzheimer’s disease is a disease that occurs mainly in what population?
A. white adults
B. female adults
C. younger adults
D. older adults
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
You are given the task of choosing the parameters of a hash function. What value of the output will you recommend in order to be minimal and secure against second preimage attacks?
A. 40 bits
B. 80 bits
C. 160 bits
D. 320 bits
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is a spectrometer able to produce from starlight?
A. aspect
B. radio waves
C. exposure
D. spectrum
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
We want to generate a $\ell$-bit prime. The complexity is roughly\dots
A. $\ell^2$
B. $\ell^3$
C. $\ell^4$
D. $\ell^5$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the following set of frequent 3-itemsets: {1, 2, 3}, {1, 2, 4}, {1, 2, 5}, {1, 3, 4}, {2, 3, 4}, {2, 3, 5}, {3, 4, 5}. Which one is not a candidate 4-itemset?
A. {1,2,4,5}
B. {1,3,4,5}
C. {2,3,4,5}
D. {1,2,3,4}
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The amount of kinetic energy in a moving object depends directly on what two factors?
A. revolution and velocity
B. inertia and momentum
C. gravity and weight
D. mass and velocity
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A Carmichael number is
A. a prime number which cannot pass the Rabin-Miller test.
B. a composite number which often passes the Rabin-Miller test.
C. a prime number which cannot pass the Fermat test.
D. a composite number which often passes the Fermat test.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The magnet field of earth is called what?
A. magnetosphere
B. atmosphere
C. troposphere
D. ionosphere
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How is carbon dioxide and water vapor that is produced by cellular respiration released?
A. fermentation
B. peroxidation
C. exhalation
D. evaporation
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The pressure of a sample of gas is measured with an open-end what?
A. altimeter
B. thermometer
C. barometer
D. manometer
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The k-means algorithm for clustering is guaranteed to converge to a local optimum.
A. TRUE
B. FALSE
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A shoe seems gold and green at first, then at second glance looks blue and silver. This could be due to
A. interrogation
B. comas
C. refractions
D. cellulite
Answer: | C | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
An electric stove transforms electrical energy into what?
A. friction
B. warmth
C. boiling
D. waves
E. photons
F. engines
G. Light
H. food
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In Bluetooth, the link key $K_{link}$ is ...
A. used to generate an epheremal key $K_{init}$.
B. not used to generate the encryption key.
C. used to authenticate devices.
D. the input to the pairing protocol.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the composite function $f(x)=g(h(x))$, where all functions are $\mathbb{R}$ to $\mathbb{R}$. Which of the following is the weakest condition that guarantees that $f(x)$ is convex?
A. $g(x)$ and $h(x)$ are convex and $g(x)$ and $h(x)$ are increasing
B. $g(x)$ is convex and $g(x)$ is increasing
C. $g(x)$ and $h(x)$ are convex and $h(x)$ is increasing
D. $g(x)$ and $h(x)$ are convex and $g(x)$ is increasing
E. $g(x)$ is convex and $g(x)$ and $h(x)$ are increasing
F. $h(x)$ is convex and $g(x)$ and $h(x)$ are increasing
G. $g(x)$ is convex and $h(x)$ is increasing
Answer: | D | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the name of an uncharged particle whose weight is nearly equal to that of a proton?
A. proton
B. a nuclei
C. electron
D. a neutron
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do you call a mirror shaped like the inside of a bowl?
A. concave
B. circular
C. curved
D. convex
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Atoms that have gained electrons and become negatively charged are called what?
A. negative atoms
B. negative ions
C. anions
D. cations
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What causes damage to forest ecosystems?
A. flooding
B. humans disturb it
C. Sulfur dioxide
D. deforestation
E. Liquid bromine
F. Carnivore animals
G. Pollution
H. Hydrogen peroxide
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Worms such as the familiar earthworm are what?
A. parasites
B. root growth
C. segmented
D. homogenous
E. Loose
F. allow growth
G. fertile
H. more abundant
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Hair color and skin color are known as what?
A. abominations
B. traits
C. mutations
D. habits
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How do humans learn behaviors?
A. conditioning
B. pressure
C. Aural pressure
D. Verbal pressure
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following do humans not use to communicate?
A. chemicals.
B. limb amputation
C. emissions
D. sweating
E. smoking pipes
F. dry conditions
G. visible energy
H. heat or cold
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Church booleans are a representation of booleans in the lambda calculus. The Church encoding of true and false are functions of two parameters: Church encoding of tru: t => f => t Church encoding of fls: t => f => f What does the following function implement? b => c => b (not c) c
A. not c
B. b xor c
C. b or c
D. b and c
E. not(b and c)
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider two fully connected networks, A and B, with a constant width for all layers, inputs and outputs. Network A has depth $3L$ and width $H$, network B has depth $L$ and width $2H$. Everything else is identical for the two networks and both $L$ and $H$ are large. In this case, performing a single iteration of backpropagation requires fewer scalar multiplications for network A than for network B.
A. True
B. False
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What are bacteria and algae that use sunlight to make food?
A. birds
B. carnivorous organisms
C. Transfers energy
D. competing for resources
E. planktonic plants
F. By wind and rain
G. fish
H. Chemical energy
Answer: | E | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $\mathcal{C}$ be the $(6,3)$ linear code on $\mathbb{F}_3$ whose parity-check matrix is egin{equation*} H = egin{pmatrix} 2 &0 &1 &1 &1 &0 \ 1 &2 &0 &0 &1 &1 \ 0 &0 &0 &1 &1 &1 \end{pmatrix}. \end{equation*} True or false: The sequence $\mathbf{y} = 111000$ is a codeword of $\mathcal{C}$.
A. True
B. False
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
rivers will fan out and deposit sediments near what
A. distance
B. rocks
C. coastlines
D. waterfalls
E. patch reefs
F. narrow valleys
G. forests
H. salinity
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The oxygen regions of the water molecules have what kind of charge?
A. neutral
B. negative
C. certain
D. positive
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which competition leads to one species going extinct or both becoming more specialized?
A. interspecific
B. beneficial
C. mimicry
D. intraspecific
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Part of the scientific process, these are statistical probabilities rather than certainties?
A. results
B. assumptions
C. predictions
D. Hypothesis
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{\emph{correct}} assertion. A random oracle $\ldots$
A. returns the same answer when queried with two different values.
B. is instantiated with a hash function in practice.
C. has predictable output before any query is made.
D. answers with random values that are always independent of the previous queries.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider a linear regression model on a dataset which we split into a training set and a test set. After training, our model gives a mean-squared error of 0.1 on the training set and a mean-squared error of 5.3 on the test set. Recall that the mean-squared error (MSE) is given by:
$$MSE_{ extbf{w}}( extbf{y}, extbf{X}) = rac{1}{2N} \sum_{n=1}^N (y_n - extbf{x}_n^ op extbf{w})^2$$
Which of the following statements is extbf{correct} ?
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Corals form large colonies in shallow and what waterways
A. porous
B. Thames
C. warm
D. deep
E. water
F. calm
G. open ocean
H. cold
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What should the minimal length of the output of a hash function be to provide security against \emph{collision attacks} of $2^{256}?$
A. $2^{256}$ bits.
B. $2^{512}$ bits.
C. $256$ bits.
D. $512$ bits.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what takes in food by eating producers or other living things?
A. fungi
B. producers
C. humans
D. lettuce
E. people
F. bears
G. animals
H. grass
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
This white object is visible due to being close to earth
A. Venus
B. Mars
C. Neptune
D. our Moon
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following could cause local weather changes?
A. Movement
B. Winter
C. Mountains
D. flooding
E. Temperature
F. Sports reporters
G. Weather vanes
H. Meteorologists
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What increases in habitats from the poles to the equator?
A. The number of individuals
B. sub-units of species
C. the Arctic
D. different organisms' numbers
E. ice
F. biological diversity
G. penguins
H. heat and light
Answer: | D | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what can behaviors be learned through?
A. animals
B. sports
C. walking
D. dogs
E. running
F. movement
G. recovery
H. exercise
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the encryption of the word ``SECRECY'' under the Vigen\`ere cipher using the key ``ZAB''?
A. ``REDQEDX''
B. ``RDDQEDX''
C. ``REDQEKX''
D. ``REDUEDX''
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Spermatogonia are the stem cells of what male sex organs?
A. testes
B. ovaries
C. Epididymis
D. Prostate
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What could a person eat to avoid starvation?
A. Akvavit
B. Jeggings
C. Carmex
D. Floss
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \emph{incorrect} statement. When $x\rightarrow+\infty$ \ldots
A. $x^3 + 2x + 5 = \mathcal{O}(x^3)$.
B. $\frac{1}{x^2} = \mathcal{O}(\frac{1}{x})$.
C. $2^{\frac{x}{\log x}} = \mathcal{O}(2^x)$.
D. $n^x = \mathcal{O}(x^n)$ for any constant $n>1$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What does chemical poison create?
A. contamination
B. Pollution
C. toxins
D. Clean air
E. Bigger plants
F. Echinoids
G. Light
H. disease
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Organisms cluster around formations in the ocean floor powered by the heat of submarine what
A. forces
B. volcanoes
C. light energy
D. allow growth
E. thrust
F. waves
G. mines
H. earthquakes
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What are solutions that maintain a relatively constant ph when an acid or a base is added?
A. buffer
B. gases
C. liquids
D. water
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
You are using a 3-layer fully-connected neural net with \textbf{ReLU activations}. Your input data has components in [0, 1]. \textbf{You initialize your weights by sampling from $\mathcal{N}(-10, 0.1)$ (Gaussians of mean -10 and variance 0.1)}, and set all the bias terms to 0. You start optimizing using SGD. What will likely happen?
A. The gradient is 0 so nothing happens
B. The gradient is very large so the model can't converge
C. Training is fine, but our neural net does only as well as a linear model
D. Everything is fine
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do we call the mathematical field of study credited to french mathematician-philosopher rene descartes?
A. calculus
B. algebra
C. cartesian geometry
D. Euclidean geometry
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which system in the human body consists of the heart, a network of blood vessels, and blood?
A. cardiac system
B. nervous system
C. circulatory system
D. cardiovascular system
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
the method used by cells to reproduce is how organisms grow and what?
A. photosynthesis
B. biological diversity
C. repair themselves
D. destroy themselves
E. organize themselves
F. It helps them survive
G. competing for resources
H. remove themselves
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider a learning algorithm that has the property that it depends only very weakly on the input data. E.g., this could be SGD where we choose a very small step size and only run for very few iterations. To go to the extreme, you can imagine a learning algorithm that always outputs the same model irrespective of the training set. Presumably such a learning algorithm will not give us good results. Why is that?
A. (a) Such a learning algorithm typically has a much larger generalization error than training error.
B. (b) Such a learning algorithm typically has a large bias.
C. (c) Such a learning algorithm is prone to overfitting.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Why do block ciphers use modes of operation?
A. it is necessary for the decryption to work.
B. to be provably secure.
C. to use keys of any size.
D. to encrypt messages of any size.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{true} assertion. In RSA \ldots
A. \ldots decryption is known to be equivalent to factoring.
B. \ldots key recovery is provably not equivalent to factoring).
C. \ldots decryption is probabilistic.
D. \ldots public key transmission needs authenticated and integer channel.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do pathogens do to our body?
A. Move to another area
B. They provide us with nourishment
C. move to different locations
D. cause their death
E. They cause disease
F. They use us to hatch their eggs
G. decreases its bodily water
H. They keep us healthy and strong
Answer: | E | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the term for a disease that is not contagious?
A. benign
B. noninfectious disease
C. uncultured disease
D. common cold
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Squirrels stay busy in the autumn
A. storing water
B. amassing pecans
C. planting flowers
D. sleeping late
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What can cause death?
A. carcinogens
B. rivalry
C. smoking tobacco
D. Heavy rains
E. happiness
F. treatment
G. Pesticides
H. high temperature
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Irradiating food can do which of the following?
A. get chemical reactions started
B. Make it radioactive
C. reusing things
D. chemical changes
E. Harm consumers who eat it
F. Kill e-coli bacteria
G. preventing heat transfer
H. Cause parasites to reproduce
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Overpopulation may result
A. from the deaths of many organisms
B. from a boom in reproduction of an organism
C. from natural predators hunting organisms
D. from organisms self regulating their population
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the exhaustive search of a uniformly distributed key in a set of size $N$. Think of the possible strategies and their complexities. Which of the following is \textbf{not} possible (We assume that memory access is constant.)
A. Find the key with precomputation: $0$, memory: $O(1)$, time: $O(N)$.
B. Find the key with precomputation: $O(N)$, memory: $O(N)$, time: $O(1)$.
C. Find the key with precomputation: $O(N)$, memory: $O(N^{2/3})$, time: $O(N^{2/3})$.
D. Find the key with precomputation: $0$, memory: $O(N)$, time: $O(1)$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $\mathcal{C}$ be a binary $(5,2)$ linear code with generator matrix egin{equation*} G = egin{pmatrix} 1 &0 &1 &0 &1 \ 0 &1 &0 &1 &1 \end{pmatrix} \end{equation*} and consider a minimum-distance decoder obtained by choosing the coset leaders of the standard array of $\mathcal{C}$ so that the error probability is minimized under a binary symmetric channel with bit-flip probability $\epsilon < rac{1}{2}$. True or false: The word $00101$ is certainly not one of the coset leaders.
A. True
B. False
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What type of water formation is formed by clouds?
A. pearls
B. streams
C. shells
D. diamonds
E. rain
F. beads
G. cooled
H. liquid
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What two elements do chloroplasts split water into?
A. Carbon and water
B. vaporize and oxygen
C. Salt and sodium
D. hydrogen and oxygen
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
if weather is stormy then there is a greater chance of
A. everything getting wet
B. naps
C. lottery wins
D. lunch
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In a lottery, a bucket of 10 numbered red balls and a bucket of 5 numbered green balls are used. Three red balls and two green balls are drawn (without replacement).
What is the probability to win the lottery? (The order in which balls are drawn does not matter).
A. $$rac{1}{14400}$$
B. $$rac{1}{7200}$$
C. $$rac{1}{1200}$$
D. $$rac{1}{1900}$$
Answer: | C | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \emph{false} assertion. Given a ring $R$, $R^\star$ is\ldots
A. a group.
B. the set of invertible elements in $R$.
C. $R-\{0\}$.
D. the set of units.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Hiv is a retrovirus, which means it reverse transcribes its rna genome into what?
A. amino acid chains
B. ribosomes
C. dna
D. atp
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What can affect the structures in the cytoplasm where proteins are made/
A. aspirin
B. insulin
C. interact
D. harm them
E. temperature
F. Damages them
G. antibiotics
H. sunlight
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
a plant requires _ to grow
A. O3
B. energy
C. O2
D. soil
E. Sun
F. power
G. leaves
H. lipids
Answer: | D | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the stored food in a seed called?
A. larval
B. endosperm
C. pollin
D. membrane
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Acid rain could effect
A. an indoor pizza
B. an indoor TV
C. inside the house
D. a car's color
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
When a forested area receives very little rain, the tall plants in that area
A. shoot up in height
B. learn to drink saltwater
C. grow so much stronger
D. show thinner age markings
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider password-based access control. Tick the \textit{incorrect} assertion.
A. Double hashing the password can help avoid the problems related to low-entropy passwords.
B. Salt can be used to thwart multi-target attacks.
C. Increasing the delay between authentication attempts can protect from online attacks.
D. Blocking the access after 10 unsuccessful authentication attempts can protect from online attacks.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Organisms use what to store energy?
A. food
B. skin
C. fat
D. RNA
E. batteries
F. CO 2
G. bone
H. O2
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The cells in the follicle undergo physical changes and produce a structure called a what?
A. corpus luteum
B. primordial follicle
C. liberated ovum
D. secondary ovum
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In a FP tree, the leaf nodes are the ones with:
A. Lowest confidence
B. Lowest support
C. Least in the alphabetical order
D. None of the above
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
K-means can be equivalently written as the following Matrix Factorization $$ \begin{aligned} & \min _{\mathbf{z}, \boldsymbol{\mu}} \mathcal{L}(\mathbf{z}, \boldsymbol{\mu})=\left\|\mathbf{X}-\mathbf{M} \mathbf{Z}^{\top}\right\|_{\text {Frob }}^{2} \\ & \text { s.t. } \boldsymbol{\mu}_{k} \in \mathbb{R}^{D}, \\ & z_{n k} \in \mathbb{R}, \sum_{k=1}^{K} z_{n k}=1 . \end{aligned} $$
A. (a) yes
B. (b) no
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How might I decrease someone's forward motion?
A. sing to them
B. cry to them
C. hug them
D. send a letter
Answer: | C | openbookqa |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.