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.
The primary substance that human cells, and ultimately human beings, are made up of is what?
A. gas
B. air
C. water
D. oil
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In a pedigree what shape symbolizes males?
A. spheres
B. squares
C. rectangles
D. triangles
Answer: | B | sciq |
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.
In order for trees to use sunlight they must
A. their roots
B. the light switch
C. CPR
D. respire
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
You write a Python code to optimize the weights of your linear regression with 10 features \textbf{using gradient descent} for 500 epochs. What is the minimum number of for-loops you need to perform your optimization?
A. Two for-loops, one to iterate over the weights and the other to iterate over the epochs
B. Only one for-loop to iterate over the epochs.
C. Only one for-loop to iterate over the weights.
D. No for-loop is really necessary. Everything can be vectorized
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $G$, be a valid generator matrix of dimensions $\mathbb F^{k imes n}$. Recall that ``valid'' means that $k \leq n$ and $ ext{rank}(G) = k$. Let $D_1 \in \mathbb F^{k imes k}$ and $D_2 \in \mathbb F^{n imes n}$ be diagonal matrices with non-zero diagonal elements. True or false: $D_1 \cdot G \cdot D_2$ is also a valid generator matrix.
A. False
B. True
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Within a bud, what is spaced close together because the internodes are very short?
A. chordae
B. leaves
C. stems
D. roots
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What causes crystal balls to heat?
A. Evaporation
B. increased mass
C. reflecting light
D. heating liquids
E. releasing energy
F. absorbing energy
G. decreased temperature
H. direct energy
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is formed when water vapor turns from a gas to a liquid?
A. Snow
B. rain
C. Dew
D. Ice
E. smog
F. heat
G. Hydrogen
H. H2O
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What organ is similar to a lymph node but is much larger and filters blood instead of lymph?
A. kidney
B. liver
C. spleen
D. bone
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What converts chemical energy into what we hear?
A. Gunshots
B. An object is seen
C. a lightbulb
D. ice
E. sensory neurons
F. a firecracker
G. animals
H. a stove
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Combining the voltages of the oxidation and reduction half reactions helps to determine what?
A. moisture
B. magnetic
C. slimy
D. voltage
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of these primitives can be surely considered insecure today?
A. Symmetric key encryption with an $82$ bit key.
B. RSA encryption scheme with a $1613$ bit modulus.
C. A signature scheme based on a random elliptic curve over a finite field $\mathrm{GF}(q)$ of cardinality $q > 2^{200}$.
D. Diffie-Hellman key exchange over a prime-order subgroup of $\mathbb{Z}_p^*$ that has order $\approx 2^{200}$ with a prime $p$ of $512$ bits.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
We consider a classification problem on linearly separable data. Our dataset had an outlier---a point that is very far from the other datapoints in distance (and also far from margins in SVM but still correctly classified by the SVM classifier).
We trained the SVM, logistic regression and 1-nearest-neighbour models on this dataset.
We tested trained models on a test set that comes from the same distribution as training set, but doesn't have any outlier points.
For any vector $v \in \R^D$ let $\|v\|_2 := \sqrt{v_1^2 + \dots + v_D^2}$ denote the Euclidean norm. The hard-margin SVM problem for linearly separable points in $\R^D$ is to minimize the Euclidean norm $\| \wv \|_2$ under some constraints.
What are the additional constraints for this optimization problem?
A. $y_n \ww^ op x_n \geq 1 ~ orall n \in \{1,\cdots,N\}$
B. $\ww^ op x_n \geq 1 ~ orall n \in\{1,\cdots,N\}$
C. $y_n + \ww^ op x_n \geq 1 ~ orall n \in \{1,\cdots,N\}$
D. $rac{y_n}{\ww^ op x_n }\geq 1 ~orall n \in \{1,\cdots,N\}$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Select the \textbf{most accurate} answer. For a hash function to be secure (\textbf{but still efficient}) against collision attacks in 2015, the output length should be\dots
A. around 80 bits.
B. around 160 bits.
C. around 512 bits.
D. around 1024 bits.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How many moons does pluto have?
A. four
B. three
C. six
D. two
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Using salt for UNIX passwords \ldots
A. allows to speed up the verification for the server.
B. makes the protocol secure against computationally unbounded adversary.
C. allows to transmit the password over a non confidential channel without compromising the security.
D. helps preventing dictionary attacks.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Mechanisms for establishing cellular asymmetries include morphogen gradients, localized determinants, and what other type of interactions?
A. inductive
B. conductive
C. reductive
D. electromagnetic
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What converts chemical energy into mechanical energy?
A. kinetic energy
B. Marine engine
C. driving
D. some invertebrates
E. sea urchins
F. vehicles
G. rockets
H. animal transport
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Because complex plant carbohydrates such as cellulose are more difficult to digest, what animal diet is associated with a complicated digestive system?
A. polyvore
B. carnivore
C. herbivore
D. omnivore
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which are muscles?
A. to move people
B. quadriceps
C. mechanical
D. critical organs
E. bones
F. heat or cold
G. joints
H. tendons
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What does parasitic mean?
A. symbiotic
B. welcome guest
C. lives in host
D. mutual benefit
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following statement(s) is/are true about Safe Exception Handling (SEH)?
A. Neither SafeSEH nor SeHOP checks the order and number of exception handlers.
B. The implementation of SEH is compiler specific.
C. SEH is a defense that protects C/C++ programs against control-flow hijack attacks through changing exception data structures.
D. SafeSEH provides stronger protection than SeHOP.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Defined as a difference in electric potential energy, a source of what is required in order to produce an electrical current?
A. magnetism
B. voltage
C. momentum
D. wattage
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the following shellcode, which of the following statement(s) is/are correct?
\begin{lstlisting}[language=nasm,style=nasm]
needle: jmp gofar
goback: pop %rdi
xor %rax, %rax
movb $0x3b, %al
xor %rsi, %rsi
xor %rdx, %rdx
syscall
gofar: call goback
.string "/bin/sh"
\end{lstlisting}
A. Lines 2-6 are preparing arguments for the syscall invocation.
B. In the exploit payload, the string "/bin/sh" must end with a "0x0" byte to ensure it is terminated correctly.
C. The purpose of line 8 is to push the address of "/bin/sh" to the stack and jump to line 2.
D. Line 3 is not necessary.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Select which statements are true regarding SCFGs.A penalty will be applied for any incorrect answers.
A. The sum over all the probabilities of the rules of a SCFG that share the same left hand side should sum up to 1.
B. The probabilities of lexical rules of a SCFG correspond to emission probabilities of HMMs for PoS tagging.
C. The probabilities of all parse trees in a SCFG sums up to 1.
D. A stochastic grammar is consistent if the sum of all parse trees is equal to 1.
E. Probabilities of parse trees can be used to compare parse trees from any two different SCFGs.
F. The inside-outside algorithm is used to derive the stochastic coefficients of a SCFG in a supervised manner.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Life probably began where?
A. oceans
B. rocks
C. caves
D. the Sun
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The most common substance on earth, water, is primarily present in what state?
A. solid
B. gas
C. freshwater
D. liquid
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In science, what do we call a mathematical relationship that exists between observations under a given set of conditions?
A. fact
B. law
C. idea
D. theory
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Suppose that you possess a $D$-ary encoding $\Gamma$ for the source $S$ that does not satisfy Kraft's Inequality. Specifically, in this problem, we assume that our encoding satisfies $\sum_{i=1}^n D^{-l_i} = k+1 $ with $k>0$. What can you infer on the average code-word length $L(S,\Gamma)$?
A. $L(S,\Gamma) \geq H_D(S)-\log_D(e^k)$.
B. $L(S,\Gamma) \geq k H_D(S)$.
C. $L(S,\Gamma) \geq rac{H_D(S)}{k}$.
D. The code would not be uniquely-decodable and thus we can't infer anything on its expected length.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following statements on Latent Semantic Indexing (LSI) and Word Embeddings (WE) is correct?
A. LSI is deterministic (given the dimension), whereas WE is not
B. LSI does not take into account the order of words in the document, whereas WE does
C. The dimensions of LSI can be interpreted as concepts, whereas those of WE cannot
D. LSI does take into account the frequency of words in the documents, whereas WE does not
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what is the status of reefs?
A. threatened
B. dangerous
C. more abundant
D. Quality of life
E. great
F. safe
G. negative
H. ocean
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following statements about the $\mathrm{SVD}$ of an $N \times D$ matrix $\mathbf{X}$ are correct?
A. We can compute the singular values of $\mathbf{X}$ by computing the eigenvalues of $\mathbf{X X}^{\top}$. This has complexity $O\left(N^{3}\right)$.
B. We can compute the singular values of $\mathbf{X}$ by computing the eigenvalues of $\mathbf{X X}^{\top}$. This has complexity $O\left(D^{3}\right)$.
C. We can compute the singular values of $\mathbf{X}$ by computing the eigenvalues of $\mathbf{X}^{\top} \mathbf{X}$. This has complexity $O\left(N^{3}\right)$.
D. We can compute the singular values of $\mathbf{X}$ by computing the eigenvalues of $\mathbf{X}^{\top} \mathbf{X}$. This has complexity $O\left(D^{3}\right)$.
E. We can compute the singular values of $\mathbf{X}$ by computing the eigenvalues of $\mathbf{X} \mathbf{X}^{\top}$ if only if $\mathbf{X}$ is a square matrix. This has complexity $O\left(D^{3}\right)=O\left(N^{3}\right)$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The major component of what cellular structures is the phospholipid bilayer?
A. nuclei
B. ribosomes
C. cytoplasm
D. cell membranes
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What describes how close an estimate is to a known standard?
A. frequency
B. precision
C. accuracy
D. diversity
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is used to protect producers and keep them warm?
A. an electric stove
B. sweaters
C. green houses
D. dirt
E. animal fur
F. In the winter
G. evaporation
H. plant fans
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the study of heredity called?
A. pediatrics
B. genetics
C. geriatrics
D. heretics
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Respectively, which parts of the circulatory system carry blood from the heart toward capillaries, and return blood to the heart from capillaries?
A. arteries and capillaries
B. arteries and veins
C. organs and veins
D. parasites and veins
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tonelli Algorithm is for ...
A. computing the discrete logarithm.
B. finding the inverse of an element in $\mathbb{Z}$.
C. finding the square-root of an integer in $\mathbb{Z}_p^*$.
D. solving the extended Euclidean algorithm $\mathbb{Z}$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Select the \emph{incorrect} statement. Euler Theorem
A. is a generalization of Little Fermat Theorem.
B. states that any $x \in \{0, \dots, N-1 \}$ and any $k$, we have $x^{k\varphi(N)+1}=x \pmod N$, where $N=pq$ for $p$,$q$ distinct primes.
C. gives the basis for polynomial time factoring.
D. allows us to prove that RSA decryption works.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what are caverns formed from?
A. storing water
B. streams
C. fossil fuels
D. limestone
E. streams.
F. Rocks
G. crust
H. mines
Answer: | D | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of these animal traits is generally determined by environmental factors rather than heredity?
A. eye color
B. height
C. hair length
D. number of chromosomes
Answer: | C | openbookqa |
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.
What does the ground tissue consist mostly of in the stems of both monocots and eudicots?
A. parenchyma cells
B. hinterrhein cells
C. epenthesis cells
D. eudiocotic cells
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which attribute gives the best split?A1PNa44b44A2PNx51y33A3PNt61j23
A. A1
B. A3
C. A2
D. All the same
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What could have a positive impact on an animal's survival?
A. Blankets
B. Lack of Food
C. food
D. Habitat Destruction
E. heat
F. hormones
G. Drought
H. proteins
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do birds have?
A. sensory neurons
B. They have thick fur
C. fur and fat
D. food and shelter
E. four limbs
F. important habitats
G. They have webbed feet
H. Propubic pelvis
Answer: | H | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What adversarial model does not make sense for a message authentication code (MAC)?
A. key recovery.
B. universal forgery.
C. existential forgery.
D. decryption.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what can sunlight and rain cause?
A. h2o condensation
B. snow
C. chromatic dispersion
D. scattered light
E. rays or beams
F. colors of the spectrum
G. reflect objectstowards the eye
H. floods
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What causes halide minerals to form?
A. salt water accumulation
B. salt water evaporation
C. salt water ionization
D. fresh water ionization
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How do salamanders usually find sexual partners?
A. mouth of rivers
B. It helps them survive
C. interact
D. it needs them
E. competition
F. movement
G. sense of smell
H. heat produced
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A passive adversary\dots
A. can only listen to the communications.
B. can play the man-in-the-middle.
C. can only alter messages.
D. can delete messages.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Select the \emph{correct} answer.
A. The dictionary attack needs no precomputation.
B. The dictionary attack has a memory complexity of order 1.
C. The multi-target dictionary attack needs no precomputation.
D. The success probability of the dictionary attack depends on the size of the dictionary.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
some light bulbs convert electricity into light and the amount of what?
A. energy in a substance
B. hydrogen and oxygen
C. It decreases
D. matter vibrating
E. Inches or fractions of inches.
F. reducing acid rain
G. harmful substances
H. Males and females
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Spindle fibers pull what apart in anaphase i?
A. linked chromosomes
B. True Chromosomes
C. known chromosomes
D. risk chromosomes
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What are the lithified remains of plants used for?
A. heat production
B. generating heat by burning
C. harvesting crops
D. damming rivers
E. food and shelter
F. heat is produced
G. A transportation fuel
H. planting seeds
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which is an appropriate method for fighting skewed distributions of class labels in classification?
A. Include an over-proportional number of samples from the larger class
B. Use leave-one-out cross validation
C. Construct the validation set such that the class label distribution approximately matches the global distribution of the class labels
D. Generate artificial data points for the most frequent classes
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
As a body of waters surface area increases what else will increase?
A. vaporization
B. evaporating milk
C. coals
D. fires
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the Squared Euclidean Imbalance?
A. $\displaystyle P_0(x)\sum_x(P_1(x)-P_0(x))^2$
B. $\displaystyle\frac{1}{P_0(x)}\sum_x(P_1(x)-P_0(x))^2$
C. $\displaystyle\sum_x\frac{(P_1(x)-P_0(x))^2}{P_0(x)}$
D. $\displaystyle\sum_x\left(\frac{P_1(x)}{P_0(x)}-1\right)^2$
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 protein is a protein molecule that is attached to, or associated with the membrane of a cell or an organelle?
A. amino acid
B. rod protein
C. conduction protein
D. membrane protein
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which species in class insecta has three body segments, six jointed legs, and multiple head appendages?
A. arthropod
B. arachnid
C. mollusc
D. sauropod
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The bear in the wild needs to find other animals to feast.
A. they are killers
B. they only eat
C. they never kill
D. they are docile
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{incorrect} assertion.
A. Solving the discrete logarithm in the group $\mathbb{Z}_N$ might help breaking the Rabin cryptosystem.
B. Solving the factoring problem might help breaking the Rabin cryptosystem.
C. Finding square roots in $\mathbb{Z}_N$ might help breaking the Rabin cryptosystem.
D. To decrypt properly a Rabin ciphertext we usually assume that some redundancy was added to the plaintext.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In the first pass over the database of the FP Growth algorithm
A. Frequent itemsets are extracted
B. A tree structure is constructed
C. The frequency of items is computed
D. Prefixes among itemsets are determined
Answer: | C | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What substance comes toward earth's crust through mantle plumes?
A. water
B. gas
C. magma
D. rocks
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A binary prefix-free code $\Gamma$ is made of four codewords. The first three codewords have codeword lengths $\ell_1 = 2$, $\ell_2 = 3$ and $\ell_3 = 3$. What is the minimum possible length for the fourth codeword?
A. $1$.
B. $2$.
C. $3$.
D. $4$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
many corals secrete an exoskeleton that builds up to become what?
A. important habitats
B. jungles of the sea
C. seaweed
D. gastropod shells
E. food and shelter
F. dolphins
G. major threat to health
H. oceans
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what do collector panels use to heat objects?
A. Solar energy
B. Energy.
C. mechanical
D. energy
E. electricity
F. water
G. ice
H. sunlight
Answer: | H | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
When designing a cryptosystem that follows the rules of modern cryptography, we \dots
A. must hide the design and our own cryptanalysis very well.
B. must assume that the adversary will learn everything about the cryptosystem.
C. can assume that the adversaries are not smarter than the designers.
D. must publish the whole design and our own cryptanalysis.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
All things which are alive will require this at some point or at many points during its existence:
A. coats
B. droplets
C. sand
D. bugs
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What instrument made it possible to study pressure quantitatively?
A. thermometer
B. seismograph
C. barometer
D. anemometer
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The genome of an organism consists of one or more what?
A. hemoglobin molecules
B. require molecules
C. rna molecules
D. dna molecules
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A person wants to take their dog to the park as long as there is a lack of precipitation that day. After checking the weather channel, plans are canceled when it is announced that it will
A. be sunny
B. sprinkle
C. be humid
D. be windy
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{incorrect} assumption. A language $L$ is in NP if\dots
A. $x \in L$ can be decided in polynomial time.
B. $x \in L$ can be decided in polynomial time given a witness $w$.
C. $L$ is NP-hard.
D. $L$ (Turing-)reduces to a language $L_2$ with $L_2$ in $P$, i.e., if there is a polynomial deterministic Turing machine which recognizes $L$ when plugged to an oracle recognizing $L_2$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
When naming this type of ion the ending of the element’s name is dropped and replaced with the – ide suffix?
A. anions
B. amines
C. oxides
D. cations
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A lone fox is searching for its next meal in a meadow that used to be bountiful with food. This season, though, rabbits have all been eaten up and the field is dry and barren. The fox may
A. fly
B. say something
C. hibernate
D. starve
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{\emph{incorrect}} assertion. A $\Sigma$-protocol \dots
A. has special soundness.
B. is zero-knowledge.
C. is a 3-move interaction.
D. has the verifier polynomially bounded.
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 organisms have internal clocks that regulate cyclic processes?
A. protozoa
B. fungi
C. eukaryotic
D. endogenous
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
When are nutrients absorbed into the body?
A. before digestion
B. during digestion
C. after excretion
D. after digestion
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the logistic regression loss $L: \R^d \to \R$ for a binary classification task with data $\left( xv_i, y_i\right) \in \R^d \times \{0, 1\}$ for $i \in \left\{ 1, \ldots N\right\}$:
\begin{equation*}
L(wv) = \frac{1}{N} \sum_{i = 1}^N \bigg(\log\left(1 + e^{xv_i^\top wv} \right) - y_i xv_i^\top wv \bigg).
\end{equation*}
Which of the following is a gradient of the loss $L$?
A. \nabla L(wv) = \frac{1}{N} \sum_{i = 1}^N \; \xv_i \bigg( y_i - \frac{e^{xv_i^\top wv}}{1 + e^{xv_i^\top wv}}\bigg) $
B. \nabla L(wv) = \frac{1}{N} \sum_{i = 1}^N \; \xv_i \bigg( \frac{1}{1 + e^{-xv_i^\top\wv}} - y_i\bigg) $
C. \nabla L(wv) = \frac{1}{N} \sum_{i = 1}^N \; \bigg( \frac{e^{\xv_i^\top\wv}}{1 + e^{\xv_i^\top wv}} - y_i xv_i \bigg)$
D. \nabla L(wv) = \frac{1}{N} \sum_{i = 1}^N \; \bigg( xv_i \frac{e^{\xv_i^\top wv}}{1 + e^{ xv_i^\top wv}} - y_i xv_i^\top wv\bigg)$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which would be the result of the breeding of two wolves?
A. kittens
B. wolf pups
C. fox pups
D. dog pups
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following is/are true about fuzzing?
A. Black box fuzzing may struggle to find inputs that reach deep into the program.
B. The quality of initial seeds matters in mutational fuzzing.
C. In structure-aware fuzzing, the mutator should only generate
inputs that comply with all the format rules.
D. Fuzzing is complete as soon as all code is covered.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
[Gradient for convolutional neural nets] Let $f(x, y, z, u, v, w)=3 x y z u v w+x^{2} y^{2} w^{2}-7 x z^{5}+3 y v w^{4}$. What is $$ \left.\left[\frac{\partial f}{\partial x}+\frac{\partial f}{\partial y}+\frac{\partial f}{\partial z}+\frac{\partial f}{\partial u}+\frac{\partial f}{\partial v}+\frac{\partial f}{\partial w}\right]\right|_{x=y=z=u=v=w=1} ? $$
A. (a) $-4$
B. (b) $-3$
C. (c) $-2$
D. (d) $-1$
E. (e) $ 0$
F. (f) $ 1$
G. (g) $ 2$
H. (h) $ 3$
I. (i) $ 4$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
which one of these individuals would have the most optimal quality of life?
A. a doctor who sleeps six hours daily
B. a nurse who nine hours of shut eye daily
C. a student who sleeps 2 hours daily
D. a teacher who sleeps 5 hours daily
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
According to rutherford, where is the vast majority of the mass of an atom located?
A. the electrons
B. the nucleus
C. the shell
D. the cytoplasm
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which two systems together provide support to the body and allow for movement?
A. vascular and muscular
B. skeletal and muscular
C. skeletal and digestive
D. muscular and nervous
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What does the coefficient in front of an element in a formula indicate?
A. place on the Periodic Table
B. number of atoms
C. time of the reaction
D. how much is involved in the reaction
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the assertion related to an open problem.
A. $NP\subseteq IP$.
B. $P\subseteq IP$.
C. $PSPACE=IP$.
D. $NP = \text{co-}NP$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What has a negative impact on plant growth?
A. disease
B. Pollution
C. nutrients
D. care
E. competition
F. darkness
G. light
H. Pesticides
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
You are doing your ML project. It is a regression task under a square loss. Your neighbor uses linear regression and least squares. You are smarter. You are using a neural net with 10 layers and activations functions $f(x)=3 x$. You have a powerful laptop but not a supercomputer. You are betting your neighbor a beer at Satellite who will have a substantially better scores. However, at the end it will essentially be a tie, so we decide to have two beers and both pay. What is the reason for the outcome of this bet?
A. Because we use exactly the same scheme.
B. Because it is almost impossible to train a network with 10 layers without a supercomputer.
C. Because I should have used more layers.
D. Because I should have used only one layer.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
(Nearest Neighbor) The training error of the 1-nearest neighbor classifier is zero.
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 kind of hormones are released into the environment for communication between animals of the same species?
A. reactions
B. pheromones
C. peptides
D. hormones
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
a complete lunar cycle takes about
A. a month
B. a year
C. a week
D. a day
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{false} assertion. A distinguisher can \ldots
A. \ldots be a first step towards key recovery in block ciphers.
B. \ldots be assumed deterministic when it is computationally unbounded.
C. \ldots factorize big numbers.
D. \ldots differentiate the encryption of two known plaintexts.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What are used to see bacteria by biologists by making them appear bigger?
A. an image
B. photons
C. tiny polyps
D. periscopes
E. amoebae
F. microscopes
G. x-rays
H. telescopes
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following does not have an anterior and posterior end?
A. Adult mammals
B. Adult reptiles
C. Adult birds
D. Adult echinoderms
E. Earth orbiting the Sun
F. an erupting volcano
G. peachleaf willow
H. sensory neurons
Answer: | D | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Select the \emph{incorrect} statement. The discrete logarithm
A. can be solved by a polynomial algorithm.
B. is an easy problem in the Abelian group $\mathbb{Z}_p$.
C. is a hard problem in the multiplicative group $\mathbb{Z}_p^*$.
D. can be solved easily on a quantum computer.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Bacteria can cause people to do what?
A. sweating
B. turn inside out
C. harm physicians
D. contracting
E. decrease stamina
F. turn to a doctor
G. Dehydration
H. become doctors
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Nuclear reactions in space provide the Earth with
A. nukes
B. light
C. energy
D. climate
E. heat
F. rocket ships
G. warmth
H. nuclear power plants
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What according to scientists is the major cause of depression?
A. low serotonin levels
B. low thyroid levels
C. high serotonin levels
D. high fat diets
Answer: | A | sciq |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.