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.
Land degradation causes what effects on the enviroment?
A. climate
B. flooding
C. pollinization
D. hydroponic
E. blooming
F. negative
G. disease
H. wind
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Galileo Galilei made improvements to the telescope to make better observations of what?
A. plants
B. people
C. space games
D. space rocks
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What type of organism is a bacteria?
A. paramecium
B. multicellular organism
C. single-celled prokaryotic
D. fungi
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $G_1, G_2$, be valid generator matrices of dimensions $\mathbb F^{k_i imes n_i}$, all over the same field $\mathbb F$. Recall that ``valid'' means that for all $i$, $k_i \leq n_i$ and $ ext{rank}(G_i) = k_i$. True or false: Assuming $k_1 = k_2$ and $n_1=n_2$, the matrix $G_{7} + G_{8}$ is also a valid generator matrix.
A. False
B. True
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
There is more rain when the sky is
A. gray
B. red
C. blue
D. white
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which problem in communication is \emph{not} treated by cryptography?
A. confidentiality
B. integrity
C. authenthication
D. data transmission
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Antigens produce large, Y-shaped what?
A. Allergies
B. epidermal
C. deltas
D. bioaerosols
E. Joules
F. parasites
G. proteins
H. PDAs
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{false} assertion. The SEI of the distribution $P$ of support $G$ \ldots
A. is equal to \# $G\cdot\displaystyle\sum_{x\in G}\left(P(x)-\frac{1}{\sharp G}\right)^2$
B. is the advantage of the best distinguisher between $P$ and the uniform distribution.
C. denotes the Squared Euclidean Imbalance.
D. is positive.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Insect wings are part of the exoskeleton and attached to the what?
A. head
B. spines
C. thorax
D. neck
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what looks at long-term averages in an area over a long period of time?
A. habitat
B. Winter
C. mild
D. weather
E. seasons
F. three
G. climate
H. atmosphere
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $S_{0},S_{1},S_{2},\dots$ be an infinite sequence produced by a source $\mathcal{S}$. All $S_{n}$ take values in $\{0,1\}$, and $S_{n+1}$ depends only on $S_n$, that is, $p_{S_{n+1} | S_0, \dots, S_n}(s_{n+1} | s_0, \dots, s_n) = p_{S_{n+1} | S_n}(s_{n+1} | s_n)$. The probability $p_{S_{n+1}|S_{n}}$ is schematically represented in the graph below: egin{center} ikzset{ state/.style = { draw, circle, minimum size = 20pt, font = ontsize{12}{12}\selectfont, } } egin{tikzpicture}[> = latex]
ode[state] (a) {$0$};
ode[state, right of = a] (b) {$1$}; \path[->] (a) edge[bend left, above] node {$1/2$} (b); \path[->] (a) edge[loop left] node {$rac{1}{2}$} (); \path[->] (b) edge[bend left, below] node {$1/4$} (a); \path[->] (b) edge[loop right] node {$rac{3}{4}$} (); \end{tikzpicture} \end{center} For instance, the edge from $0$ to $1$ means that $p_{S_{n+1}|S_{n}}(1|0) = rac{1}{2}$. We also have that $p_{S_0}(0)=1$. True or false: $H(\mathcal{S})= h(1/3)$, where $h$ is the binary entropy.
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 do plants need to grow?
A. the sun
B. nutrients
C. body water
D. food
E. seeds
F. Earthworms
G. sunlight
H. hormones
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
How many oxygen ions make up an ozone molecule?
A. three
B. one
C. five
D. eight
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Fungus used to bake bread reproduce asexually by doing what?
A. Cooking
B. Deposition
C. grow
D. It expands
E. reproduce
F. budding
G. heat
H. migrate
Answer: | F | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What increases ultraviolet light?
A. heating liquids
B. clouds
C. smog
D. emissions
E. less ozone
F. gravity
G. sun's heat
H. photons
Answer: | E | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is the only planet we know that has plate techtonics?
A. Saturn
B. Mars
C. Jupiter
D. earth
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following statements is correct?
A. When applying stochastic gradient descent on the objective function $f(\boldsymbol{w}):=\sum_{n=1}^{30}\left\|\boldsymbol{w}-\boldsymbol{x}_{n}\right\|^{2}$ where $\boldsymbol{x}_{n}$ are the datapoints, a stochastic gradient step is roughly $30 \times$ faster than a full gradient step.
B. In practice, it could be good to let your model first overfit your task, and then apply drop-out or other regularization techniques.
C. When applying stochastic gradient descent on the objective function $f(\boldsymbol{w}):=\sum_{n=1}^{30} n \cdot\|\boldsymbol{w}\|^{2}$, a stochastic gradient (for the $n$-th summand) is given by $2 n \cdot \boldsymbol{w}$.
D. The function $f(\boldsymbol{u} ; \boldsymbol{v}):=g\left(\boldsymbol{u} \boldsymbol{v}^{\top}\right)$ is convex over the set of pairs of vectors $(\boldsymbol{u} ; \boldsymbol{v}) \in \mathbb{R}^{2} \times \mathbb{R}^{2}$, when $g: \mathbb{R}^{2 \times 2} \rightarrow \mathbb{R}$ is defined as $g(\boldsymbol{X}):=X_{12}+X_{21}$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Assume that we have a convolutional neural net with $L$ layers, $K$ nodes per layer, and where each node is connected to $k$ nodes in a previous layer. We ignore in the sequel the question of how we deal with the points at the boundary and assume that $k<<<K$ (much, much, much smaller). How does the complexity of the back-propagation algorithm scale in these parameters?
A. $\Theta\left(L k^K\right)$
B. $\Theta\left(L k^K\right)$
C. $\Theta\left(L K^k\right)$
D. $\Theta(L K k)$
E. $\Theta\left(L^k K\right)$
Answer: | D | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
More sunlight will be absorbed by
A. a daffodil with curled leaves
B. a rose with tiny leaves
C. a peony with wide, smooth leaves
D. a daisy with thin, short leaves
Answer: | C | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What also happens when people feel anxious and breathe too fast?
A. they become lightheaded
B. they become pettite
C. they become elated
D. they become hostile
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 is a mode of operation for blockciphers that requires a non-repeating IV (a nonce) to be secure?
A. ECB
B. CBC
C. TCS
D. CTR
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 are true regarding the lengths of integers in some base \(b\) (i.e., the number of digits base \(b\)) in different bases, given \(N = (FFFF)_{16}\)?
A. \((N)_2\) is of length 16
B. \((N)_{10}\) is of length 40
C. \((N)_4\) is of length 12
D. \((N)_4\) is of length 4
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
A small creek becomes a rushing river after years of heavy rains in a particular location. In addition to the larger water source, there are also greater
A. rock fights
B. sheep herds
C. bunny rolls
D. speaking deer
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The Advanced Encryption Standard (AES) is based on arithmetics on\dots
A. $\mathrm{GF}(256)$
B. $\mathbf{Z}_{2^8}^*$
C. $\mathbf{Q}\setminus \{0\}$
D. $\mathbf{Z}_{2^8}$
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 biomes are found in the salt water of the ocean?
A. marine
B. major
C. active
D. surreal
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
When a creature moves chemical bonds are converted to what kind of energy?
A. waves
B. mechanical
C. fossil fuels
D. electrically
E. barrel-shaped
F. Light
G. bullfrogs
H. motility
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What strace tool does?
A. It prints out system calls for given program. These system calls are always called when executing the program.
B. It prints out system calls for given program. These systems calls are called only for that particular instance of the program.
C. To trace a symlink. I.e. to find where the symlink points to.
D. To remove wildcards from the string.
Answer: | B | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is friction that acts on objects that are moving through a fluid?
A. fluid catalyst
B. fluid friction
C. fluid temperature
D. mass friction
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Nectar is used to attract pollinators to what?
A. flora
B. animals
C. soil
D. hives
Answer: | A | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
If a screwdriver is bought from a high end store known for high quality, it will most likely end up
A. falling apart quite fast
B. breaking in half immediately
C. with rotting wood this week
D. passed down from parent to child
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is something that converts mass to energy?
A. chemicals
B. pigeons
C. Cooking
D. Cars
E. sugar
F. light
G. energy
H. a star
Answer: | H | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is one way animals learn to behave?
A. garbage
B. Generating heat
C. Space travel
D. running and lifting
E. Time and energy
F. exercise
G. money
H. Riding a bike
Answer: | E | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Biomass is the total mass of organisms at a step in the what?
A. Energy
B. Plants growth
C. food chain
D. agriculture
E. Animal survival
F. Energy.
G. energy usage
H. kinetic energy
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What material can be used to transmit power to a light bulb?
A. plastic
B. metal
C. wood
D. cloth
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What bonds form because they give atoms a more stable arrangement of electrons?
A. Ionic bond
B. Hydrogen bond
C. covalent
D. Polar bond
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $\mathcal{C}$ be a binary $(n,k)$ linear code with minimum distance $d_{\min} = 4$. Let $\mathcal{C}'$ be the code obtained by adding a parity-check bit $x_{n+1}=x_1 \oplus x_2 \oplus \cdots \oplus x_n$ at the end of each codeword of $\mathcal{C}$. Let $d_{\min}'$ be the minimum distance of $\mathcal{C}'$. Which of the following is true?
A. $d_{\min}' = 4$
B. $d_{\min}' = 5$
C. $d_{\min}' = 6$
D. $d_{\min}'$ can take different values depending on the code $\mathcal{C}$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What causes loss of beaches?
A. Pollution
B. deforestation
C. solar flares
D. sunlight
E. animal activity
F. Physical weathering
G. wind and rain
H. flooding
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Living things that use energy to make food, both for themselves and other living things, are what part of an ecosystem?
A. growers
B. consumers
C. producers
D. decomposers
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What includes all living things within all their environments, including everywhere life exists, from the upper atmosphere, to the top of the soil, to ocean bottoms?
A. biosphere
B. community
C. habitat
D. biome
Answer: | A | sciq |
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.
All alkanes are composed of carbon and hydrogen atoms, and have similar bonds, structures, and formulas; noncyclic alkanes all have a formula of cnh2n+2. the number of carbon atoms present in an alkane has what?
A. no limit
B. such limit
C. crippling limit
D. done limit
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
If you're stuck outside on a sunny day, the coolest place would be under a tree because they do what to the sunlight
A. sell it
B. climb it
C. block it out
D. smell it
Answer: | C | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Why is XML a document model?
A. It supports application-specific markup
B. It supports domain-specific schemas
C. It has a serialized representation
D. It uses HTML tags
Answer: | C | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Virtually all of the effects of pregnancy can be attributed in some way to the influence of what?
A. acids
B. hormones
C. enzymes
D. proteins
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Hydropower is generated with what natural resource?
A. water
B. light
C. fire
D. air
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Capillaries are narrow-diameter tubes that can fit red blood cells through in single file and are the sites for the exchange of what?
A. proteins
B. components
C. nutrients
D. fluids
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What have primary and secondary meristems for growth and length and width into the ground?
A. swamp vegetation
B. peachleaf willow
C. it needs them
D. plants' stems
E. plants' pollen
F. plants' buds
G. plants' anchors
H. Conifers
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Where would a river flow downwards?
A. at the zoo
B. on the mountainside
C. on the prairie
D. on flat land
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what can be detected clinically?
A. clinics
B. viruses
C. murmur
D. ghosts
E. anemia
F. vampires
G. harm
H. sweating
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
which one of these would be easiest to measure with a tape?
A. a quart of motor oil
B. contents of a wine bottle
C. contents of a can of beer
D. a freshly baked loaf of bread
Answer: | D | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Considering the transaction below, which one is WRONG?
|Transaction ID |Items Bought|
|--|--|
|1|Tea|
|2|Tea, Yoghurt|
|3|Tea, Yoghurt, Kebap|
|4 |Kebap |
|5|Tea, Kebap|
A. {Yoghurt} -> {Kebab} has 50% confidence
B. {Yoghurt, Kebap} has 20% support
C. {Tea} has the highest support
D. {Yoghurt} has the lowest support among all itemsets
Answer: | D | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Said to go hand-in-hand with science, what evolves as new materials, designs, and processes are invented?
A. invention
B. technology
C. industry
D. biology
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What stages in the life of a cell does the cell cycle include?
A. adult stages
B. intermediate stages
C. both
D. all
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Determine which of the following compound propositions are satisfiable (more than one answer can be correct):
A. (p∨¬q)∧(¬p∨q)∧(¬p∨¬q)
B. (p↔q)∧(¬p↔q)
C. (p → q)∧(p → ¬q)∧(¬p → q)
D. None of the other options
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 name of the command center of the cell?
A. mitochondria
B. molecules
C. nucleus
D. vacuole
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the program below. Tick the correct answer. def fun(x: List[Int]) = if x.isEmpty then None else Some(x) val lists = List(List(1, 2, 3), List(), List(4, 5, 6)) for \t l <- lists \t v1 <- fun(l) \t v2 <- fun(v1) yield v2
A. This program does not compile.
B. This program compiles and the last statement has type List[Int].
C. This program compiles and the last statement has type List[List[Int]].
D. This program compiles and the last statement has type List[Option[List[Int]]].
E. This program compiles and the last statement has type List[List[Option[Int]]].
F. This program compiles and the last statement has type List[Option[Int]].
G. This program compiles and the last statement has type List[Some[Int]].
H. This program compiles and the last statement has type Some[List[Int]].
I. This program compiles and the last statement has type Option[List[Int]].
Answer: | C | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Dude said “I like bowling”. With how many statements can we express this sentence using RDF Reification?
A. We cannot
B. 1
C. 3
D. 5
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 difference between C++'s \texttt{static\_cast} and \texttt{dynamic\_cast}?
A. \texttt{static\_cast} does not perform any kind of runtime check, while \texttt{dynamic\_cast} performs runtime checks on the validity of the cast.
B. \texttt{static\_cast} is faster but less safe than \texttt{dynamic\_cast}.
C. \texttt{static\_cast} can only be applied to static classes whereas \texttt{dynamic\_cast} works for any class.
D. \texttt{static\_cast} does not work on already-casted objects, while \texttt{dynamic\_cast} works always.
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 the following notions means that ``the information should make clear who the author of it is''?
A. authentication
B. steganograhy
C. privacy
D. confidentiality
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \emph{correct} assertion regarding GSM.
A. In GSM, the communication is always encrypted.
B. The integrity of GSM messages is well protected.
C. GSM uses the GSME cipher to encrypt messages.
D. In GSM, the phone is authenticated to the network.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
The sum of the pressures of the hydrogen and the water vapor is equal to what?
A. moon pressure
B. precipitation pressure
C. atmospheric pressure
D. adjacent pressure
Answer: | C | sciq |
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.
Where would you most likely see a powerful electromagnet?
A. at the gym
B. at the pool
C. at car junkyards
D. at middle school
Answer: | C | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which algorithm can be typically used in order to generate a prime number?
A. The Left to Right Algorithm
B. The Extended Euclidean Algorithm
C. The Miller-Rabin Test
D. The Tonelli Algorithm
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What animal would be protected in a forest fire?
A. elk
B. mole rat
C. amoebae
D. some mammals
E. Echinoids
F. raccoon
G. deer
H. abalone
Answer: | B | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
what does a generator use?
A. acid
B. engines
C. air
D. cycles
E. A kernel
F. water
G. fossil fuel
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.
Data being classified as unstructured or structured depends on the:
A. Degree of abstraction
B. Level of human involvement
C. Type of physical storage
D. Amount of data
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Water has the properties of cohesion and what else?
A. degradation
B. absorption
C. adhesion
D. diffusion
Answer: | C | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Why do adult worms go through a major transformation?
A. Make friends
B. massive damage
C. Create young
D. Become prey
E. flow of electrons
F. reproduce
G. Live shorter
H. it needs them
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
An object that is stopped is
A. accelerated
B. halted
C. off-balance.
D. wind-blown
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which system consists of organs that break down food and absorb nutrients such as glucose?
A. digestive system
B. urinary system
C. excretory system
D. circulatory system
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What type of reproduction only involves one parent?
A. binary
B. asexual
C. organic
D. primitive
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
For his awesome research, Tugrulcan is going to use the Pagerank with teleportation and HITS algorithm, not on a network of webpages but on the retweet network of Twitter! The retweet network is a directed graph, where nodes are users and an edge going out from a user A and to a user B means that "User A retweeted User B". Which one is FALSE about a Twitter bot that retweeted other users frequently but got never retweeted by other users or by itself?
A. It will have a non-zero hub value.
B. It will have an authority value of zero.
C. It will have a pagerank of zero.
D. Its authority value will be equal to the hub value of a user who never retweets other users.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What occurs when a parent organism breaks into fragments, or pieces, and each fragment develops into a new organism?
A. sollution
B. erosion
C. absorption
D. fragmentation
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Ribosomes are sites where what?
A. the body's largest organ
B. more abundant
C. cells are destroyed
D. Plant growth is reduced
E. enzymes are broken
F. major threat to health
G. enzymes are made
H. ribosomes are eaten
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Tick the \textbf{true} assertion. In a zero-knowledge interactive proof for $L$, \ldots
A. for any ppt verifier, there is a simulator which for any $x \in L$ produces a conversation indistinguishable from the original conversation.
B. for any ppt verifier, for some $x \in L$, any simulated conversation is indistinguishable from the original conversation.
C. the simulator imitates the verifier.
D. the simulator is computationaly unbounded.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What about an object can cause objects to be pulled towards planets?
A. phase
B. structure
C. Energy.
D. means
E. wind
F. energy
G. weight
H. sunlight
Answer: | G | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Consider the loss function $L: \R^d o \R$, $L(\wv) = rac{eta}{2}\|\wv\|^2$, where $eta > 0$ is a constant. We run gradient descent on $L$ with a stepsize $\gamma > 0$ starting from some $\wv_0
eq 0$. Which of the statements below is true?
A. Gradient descent converges to the global minimum for any stepsize $\gamma > 0$.
B. Gradient descent with stepsize $\gamma = rac{2}{eta}$ produces iterates that diverge to infinity ($\|\wv_t\| o \infty$ as $t o \infty$).
C. Gradient descent converges in two steps for $\gamma = rac{1}{eta}$ (i.e., $\wv_2$ is the extbf{first} iterate attaining the global minimum of $L$).
D. Gradient descent converges to the global minimum for any stepsize in the interval $\gamma \in ig( 0, rac{2}{eta}ig)$.
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 long-term average of weather in a particular spot called?
A. migration
B. temperature
C. weather
D. climate
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What is used to report the results of scientific measurements?
A. latin units
B. bi units
C. los units
D. si units
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let \( P(n) \) be a proposition for a positive integer \( n \) (positive integers do not include 0).
You have managed to prove that \( orall k > 2, \left[ P(k-2) \wedge P(k-1) \wedge P(k)
ight]
ightarrow P(k+1) \).
You would like to prove that \( P(n) \) is true for all positive integers. What is left for you to do ?
A. None of the other statement are correct.
B. Show that \( P(1) \) and \( P(2) \) are true, then use strong induction to conclude that \( P(n) \) is true for all positive integers.
C. Show that \( P(1) \) and \( P(2) \) are true, then use induction to conclude that \( P(n) \) is true for all positive integers.
D. Show that \( P(1) \), \( P(2) \) and \( P(3) \) are true, then use strong induction to conclude that \( P(n) \) is true for all positive integers.
Answer: | D | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do industries use water to generate?
A. light
B. pollution
C. refrigeration
D. electricity
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which of the following is equivalent to \((10001)_2\) ? (Multiple answers can be correct)
A. \( (17)_{10} \)
B. \( (F0)_{16} \)
C. \( (23)_{8} \)
D. \( (101)_{4} \)
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. Let $n >1 $ be a composite integer, the product of two primes. Then,
A. $\phi(n)$ divides $\lambda(n)$.
B. $\lambda(n)$ divides the order of any element $a$ in $\mathbb{Z}_n$.
C. $\mathbb{Z}^{*}_n$ with the multiplication is a cyclic group.
D. $a^{\lambda(n)} \mod n=1$, for all $a \in \mathbb{Z}^{*}_n$.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Which likely can hydrate without moving?
A. a panda
B. a bamboo stalk
C. a raccoon
D. a dog
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 attack vectors apply to mobile Android systems?
A. Apps may maliciously declare intent filters to receive intents
from benign apps.
B. Overprivileged apps may be abused as a confused deputy, allowing
malicious apps to steal access to their privileges.
C. Hardware vendors like \$am\$ung are primarily interested in making
money and not in providing software updates, resulting in outdated
software that is vulnerable to attacks.
D. Malicious apps can intercept network traffic of benign apps.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
All animals need to be what during cold conditions in order to survive?
A. in space
B. warm enough
C. Freezing
D. lying down
Answer: | B | openbookqa |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $X$ be a plaintext and $Y$ its ciphertext. Which statement is \textbf{not} equivalent to the others?
A. the encyption scheme provides perfect secrecy
B. only a quantum computer can retrieve $X$ given $Y$
C. $X$ and $Y$ are statistically independent random variables
D. the conditionnal entropy of $X$ given $Y$ is equal to the entropy of $X$
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
In this type of reaction, an element replaces another element in a compound, and the element is in any state of matter but is not an ion?
A. single-replacement reaction
B. double-replacement reaction
C. polar reaction
D. replication reaction
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 cryptographic primitives have a security level that is significantly lower than 80 bits?
A. Symmetric key encryption with a secret key of 82 bits.
B. RSA signature scheme with a 1613-bit modulus.
C. ElGamal cryptosystem over a subgroup $H\subset\mathbb{Z}_p^*$ with a 1613-bit prime $p$ and $|H|\approx 2^{70}$.
D. A hash function with the output of size 163 bits.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
animals do what with sounds, chemicals or visual cues?
A. share ideas
B. share beds
C. Movement
D. share technology
E. reusing things
F. share time
G. Riding a bike
H. to move people
Answer: | A | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Daemons are just long running processes. When applying mitigations to these
processes, several aspects change. Which ones?
A. ASLR becomes less effective as multiple requests across
different users are handled in a single process.
B. Stack canaries become less effective as multiple requests are
handled by the same thread.
C. DEP becomes less effective as compiler optimizations are
turned on, allowing the attacker to inject new code.
D. CFI becomes less effective as the concurrent clients cause
more targets to be available.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What do you call the regular changes in biology or behavior that occur in a 24-hour cycle?
A. cognitive rhythms
B. circadian rhythms
C. sleep rhythms
D. variable rhythms
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Let $G_1, G_2$, be valid generator matrices of dimensions $\mathbb F^{k_i imes n_i}$, all over the same field $\mathbb F$. Recall that ``valid'' means that for all $i$, $k_i \leq n_i$ and $ ext{rank}(G_i) = k_i$. True or false: Assuming $k_1 = k_2$ and $n_1=n_2$, the matrix $G_{7} + G_{8}$ is also a valid generator matrix.
A. False
B. True
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What was formed by precipitation and runoff?
A. a hydraulic system
B. streams.
C. The Caspian Sea
D. kalenchoes
E. near the shoreline
F. swamp vegetation
G. Calcium carbonate
H. patch reefs
Answer: | C | qasc |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What the scientific concept stating that when looking at two competing theories, the one with fewer assumptions should be chosen?
A. law of averages
B. law of thermodynamics
C. law of simplicity
D. law of parsimony
Answer: | D | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
To how many plaintexts we expect to decrypt a ciphertext in the Rabin cryptosystem when we don't use redundancy?
A. 4.
B. 2.
C. 1.
D. 8.
Answer: | A | m1_preference |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
Plants that live in the desert are called?
A. sporozoans
B. xerophytes
C. xerozoans
D. heatophiles
Answer: | B | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What group of elements does sodium belong to?
A. alkali metals
B. noble gases
C. metalloids
D. halogens
Answer: | A | sciq |
The following are multiple choice questions (with answers) about knowledge and skills in advanced master-level STEM courses.
What can regrow segments?
A. root growth
B. Exfoliation
C. bacteria
D. roots
E. bears
F. dinosaurs
G. jellyfish
H. birds
Answer: | G | qasc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.