id stringlengths 6 20 | source stringclasses 6
values | instruction stringlengths 11 5.18k | input stringlengths 0 306 | output stringlengths 1 308 | rationale stringlengths 0 2.9k | subject stringclasses 39
values | category stringclasses 7
values |
|---|---|---|---|---|---|---|---|
allenai/sciq_2206 | allenai/sciq | Magnetite crystals of different ages and on different continents pointed to different spots. the simplest explanation is that the continents have done what?
A. changed
B. reacted
C. moved
D. evolved | C. moved | Magnetite crystals of different ages and on different continents pointed to different spots. The simplest explanation is that the continents have moved. | astronomy | physics | |
pythonio_766 | pythonio-mc | Program:
def palindrome_lambda(texts):
result = list(filter(lambda x: (x == "".join(reversed(x))), texts))
return result
Input:
palindrome_lambda(["abcd", "abbccbba", "abba", "aba"])
Output: | C | code | computer_science | ||
pythonio_812 | pythonio-mc | Program:
def max_sum_subseq(A):
n = len(A)
if n == 1:
return A[0]
look_up = [None] * n
look_up[0] = A[0]
look_up[1] = max(A[0], A[1])
for i in range(2, n):
look_up[i] = max(look_up[i - 1], look_up[i - 2] + A[i])
look_up[i] = max(look_up[i], A[i])
return look... | B | code | computer_science | ||
mmlu_aux_train_95555 | mmlu_aux_train | The creation of gypsum from anhydrite is an example of what?
A. chemical change
B. volcanic activity
C. biological change
D. mechanical change | A. chemical change | high_school_chemistry | chemistry | ||
allenai/sciq_9031 | allenai/sciq | What type of energy is useful to humans because it's ease of transport and conversion to other forms of energy?
A. heat
B. potential
C. electrical
D. physical | C. electrical | Electrical energy is useful to us mostly because it is easy to transport and can be easily converted to or from other forms of energy. Of course, conversion involves wast, typically as heat. | conceptual_physics | physics | |
mmlu_aux_train_79444 | mmlu_aux_train | Born in Ghana,West Africa,in 1989,Freddy Adu has become one of the most promising young soccer players in the world.Soccer fans have been crazy about him since 2003,when he became the youngest player to join a professional sports team in the United States.The next year,he became the youngest athlete ever to play in an ... | D. fifteen | high_school_computer_science | computer_science | ||
allenai/sciq_9465 | allenai/sciq | What causes rivers to always flow downhill?
A. diffusion
B. pressure
C. slope
D. gravity | D. gravity | Currents are like rivers flowing through the ocean. Rivers always flow downhill because of gravity. What do you think causes ocean currents to flow?. | conceptual_physics | physics | |
NLP4Education_127 | NLP4Education | Which statement is correct?
A. The Viterbi algorithm works because words are independent in a sentence
B. The Viterbi algorithm works because it is applied to an HMM model that makes an independence assumption on the word dependencies in sentences
C. The Viterbi algorithm works because it makes an independence assu... | B. The Viterbi algorithm works because it is applied to an HMM model that makes an independence assumption on the word dependencies in sentences | machine_learning | computer_science | ||
NLP4Education_115 | NLP4Education | 10 itemsets out of 100 contain item A, of which 5 also contain B. The rule A -> B has:
A. 5% support and 10% confidence
B. 10% support and 10% confidence
C. 5% support and 50% confidence
D. 10% support and 50% confidence | C. 5% support and 50% confidence | machine_learning | computer_science | ||
math_720 | math_mc | Tetrahedron $ABCD$ has $AD=BC=28$, $AC=BD=44$, and $AB=CD=52$. For any point $X$ in space, suppose $f(X)=AX+BX+CX+DX$. The least possible value of $f(X)$ can be expressed as $m\sqrt{n}$, where $m$ and $n$ are positive integers, and $n$ is not divisible by the square of any prime. Find $m+n$.
| B | math_Geometry | mathematics | ||
allenai/sciq_10073 | allenai/sciq | When a solvent with a gas dissolved in it is heated, the kinetic energy of both the solvent and solute _________?
A. generates
B. increases
C. decreases
D. evaporates | B. increases | Several substances – HCl, NH 3 , and SO 2 – have solubility that decreases as temperature increases. They are all gases at standard pressure. When a solvent with a gas dissolved in it is heated, the kinetic energy of both the solvent and solute increases. As the kinetic energy of the gaseous solute increases, its molec... | college_chemistry | chemistry | |
pythonio_627 | pythonio-mc | Program:
from math import tan, pi
def perimeter_polygon(s,l):
perimeter = s*l
return perimeter
Input:
perimeter_polygon(10,15)
Output: | D | code | computer_science | ||
aquarat_3691 | deepmind/aqua_rat | Statement: "You are appointed as a programmer with a probation period of 1 year and your performance will be reviewed at the end of the period for confirmation." Assumptions: The performance of an individual generally is not known at the time of appointment offer. Generally an individual tries to prove his worth in the... | A. Only assumption I is implicit B. Only assumption II is implicit C. Either I or II is implicit D. Neither I nor II is implicit E. Both I and II are implicit | E. Both I and II are implicit | The performance of the individual has to be tested over a span of time as the statement mentions. So, I is implicit. The statement mentions that the individual's worth shall be reviewed (during probation period) before confirmation. So, II is also implicit.
E | formal_logic | mathematics |
math_40 | math_mc | If $x$ is a positive number such that \[\sqrt{8x}\cdot\sqrt{10x}\cdot\sqrt{3x}\cdot\sqrt{15x}=15,\]find all possible values for $x$. | A | math_Algebra | mathematics | ||
allenai/sciq_3502 | allenai/sciq | The quarks in a particle are confined, meaning individual quarks cannot be what?
A. changed
B. separated
C. directly observed
D. hypothesized | C. directly observed | Identify evidence for electroweak unification. The quarks in a particle are confined, meaning individual quarks cannot be directly observed. Are gluons confined as well? Explain. | college_physics | physics | |
mmlu_aux_train_84283 | mmlu_aux_train | Look at the picture. Who is the girl? She is my friend. Her name is Alice Black. She is an English girl. Alice has a big family. Her grandparents have two daughters and one son -- her father. Alice lives with her grandparents, parents, two brothers and one sister. Alice has two dogs -- Bobby and Tony. Bobby is black an... | C. Black | high_school_computer_science | computer_science | ||
math_1795 | math_mc | How many positive integer divisors of $2004^{2004}$ are divisible by exactly 2004 positive integers?
| A | math_Number Theory | mathematics | ||
aquarat_80513 | deepmind/aqua_rat | If 50! × 50!/50^n is an integer, what is the largest possible value of n? | A. 36 B. 24 C. 8 D. 4 E. 2 | B. 24 | 50! × 50!/50^n is an integer.
Or 50! × 50!/(5^2n*5^n)
This means we need to find the power of 5 in the numerator. We can safely say that the number of powers of 5 will be lower than the number of powers of 4 in the numerator.
Largest power of 5 in 50! = [50/5] + [50/25] = 12
Since there are 2 20!'s, power of 12 in the ... | college_mathematics | mathematics |
allenai/sciq_7970 | allenai/sciq | A phospholipid is a bond between the glycerol component of a lipid and what else?
A. phosphorous molecule
B. chlorine molecule
C. oxygen molecule
D. elemental molecule | A. phosphorous molecule | Phospholipids As its name suggests, a phospholipid is a bond between the glycerol component of a lipid and a phosphorous molecule. In fact, phospholipids are similar in structure to triglycerides. However, instead of having three fatty acids, a phospholipid is generated from a diglyceride, a glycerol with just two fatt... | college_biology | biology | |
mmlu_aux_train_32517 | mmlu_aux_train | When you're surfing the Internet on your laptop from your dorm or home, do you know your personal details are being gathered secretly? And would you be surprised to know the information may be sold cheaply to advertisers and marketers? According to an investigation by The Wall Street Journal, all it takes is a tiny fil... | B. show how your individual information was let out when you surf the Internet | computer_security | computer_science | ||
mmlu_aux_train_69312 | mmlu_aux_train | "Mr. Mott often forgets important meetings. The robot will go after him all the time. It listens to everything he says. It sees everything he does. At night, it watches him sleep. It knows everything about Mr. Mott..." It sounds like a wonderful idea, doesn't it? But I'm afraid that Mr. Mott will not get on well with t... | D. Because it knows something Mr. Mott doesn't want others know. | high_school_computer_science | computer_science | ||
pythonio_378 | pythonio-mc | Program:
def move_last(num_list):
a = [num_list[0] for i in range(num_list.count(num_list[0]))]
x = [ i for i in num_list if i != num_list[0]]
x.extend(a)
return (x)
Input:
move_last([2,3,4,1,5,0])
Output: | A | code | computer_science | ||
mmlu_aux_train_32826 | mmlu_aux_train | More than 2.25 billion cups of coffee are drunk throughout the world each day, and it's likely that many taste bitter. Now, a new study suggests that coffee fans can make their drink sweeter by changing the color of their cups. Researchers from Oxford set out to prove whether the claim that coffee drunk from a white cu... | C. the effect of cup color on coffee's taste | college_biology | biology | ||
math_443 | math_mc | How many integers $n$ satisfy the condition $100 < n < 200$ and the condition $n$ has the same remainder whether it is divided by $6$ or by $8$? | D | math_Counting & Probability | mathematics | ||
pythonio_694 | pythonio-mc | Program:
import re
def extract_max(input):
numbers = re.findall('\d+',input)
numbers = map(int,numbers)
return max(numbers)
Input:
extract_max('its233beenalong343journey234')
Output: | D | code | computer_science | ||
mmlu_aux_train_6158 | mmlu_aux_train | If the world were a village of 1,000 people, it would include: * 584 Asians * 124 Africans * 95 Eastern and Western Europeans * 84 Latin Americans * 55 former Soviets (including Lithuanians, Latvians, Estonians, and other national groups) * 52 North Americans * 6 Australians and New Zealanders The people of the village... | C. About 16. 5 per cent of the people speak Mandarin in the village. | high_school_statistics | mathematics | ||
math_661 | math_mc | There is an unlimited supply of congruent equilateral triangles made of colored paper. Each triangle is a solid color with the same color on both sides of the paper. A large equilateral triangle is constructed from four of these paper triangles as shown. Two large triangles are considered distinguishable if it is not... | A | math_Counting & Probability | mathematics | ||
mmlu_aux_train_1284 | mmlu_aux_train | What is the frequency of ocean waves that have a speed of 18 m/s and a wavelength of 50 m?
A. 0.18 Hz
B. 0.36 Hz
C. 2.8 Hz
D. 9.0 Hz | B. 0.36 Hz | conceptual_physics | physics | ||
aquarat_22344 | deepmind/aqua_rat | The value of 1/(1-x) + 1/(1+x) + 2/(1+x^2) + 4/(1+x^4) | A. 8/(1-x^8) B. 4x/(1+x^2) C. 4/(1-x^6) D. 4/(1+x^4) E. 4x/(1-x^4) | A. 8/(1-x^8) | Highlighted part has mistake as the exponent of x must be 4 in last term
CORRECT QUESTION ISThe value of 1/(1-x) + 1/(1+x) + 2/(1+x^2) + 4/(1+x^4) = ?
Solution is as mentioned below...
one more way that could get the answer in the type of eqn and choices given is to substitute some value for x...
0 would be better as t... | college_mathematics | mathematics |
math_1320 | math_mc | All the complex roots of $(z + 1)^5 = 32z^5,$ when plotted in the complex plane, lie on a circle. Find the radius of this circle. | B | math_Intermediate Algebra | mathematics | ||
aquarat_4999 | deepmind/aqua_rat | If P(x) = ax^4+bx^3+cx^2+dx+e has roots at x = 1, 2, 3, 4 and P(0) = 48, what is P(5)? | A. 48 B. 24 C. 0 D. 50 E. 40 | A. 48 | Roots are 1,2,3,4
So we can write this
equation As p(x)=
a(x-1)(x-2)(x-3)(x-4).....eq1
Put x=0here we p(0)=48=24a
TheN a=2
Now put a in eq1
And get the answer...
P(5)=a.4.3.2.1=48
ANSWER:A | college_mathematics | mathematics |
allenai/sciq_2277 | allenai/sciq | What type of joint is the knee joint?
A. ball joint
B. hinge joint
C. pivot joint
D. condyloid joint | B. hinge joint | Hinge Joint. The knee joint is a hinge joint. Like a door hinge, a hinge joint allows backward and forward movement. | anatomy | biology | |
mmlu_aux_train_2119 | mmlu_aux_train | The attachment of methyl radicals to genes helps regulate which property?
A. information genes store
B. mode of gene inheritance
C. gene expression
D. gene coding system | D. gene coding system | medical_genetics | biology | ||
mmlu_aux_train_1921 | mmlu_aux_train | John was using his mp3 player when it suddenly stopped working. What is the first thing John should do to try correcting the problem?
A. recharge the battery
B. take the player apart
C. replace the player with a new one
D. change to a different song | A. recharge the battery | computer_security | computer_science | ||
math_2217 | math_mc | The orthocenter of triangle $ABC$ divides altitude $\overline{CF}$ into segments with lengths $HF = 6$ and $HC = 15.$ Calculate $\tan A \tan B.$
[asy]
unitsize (1 cm);
pair A, B, C, D, E, F, H;
A = (0,0);
B = (5,0);
C = (4,4);
D = (A + reflect(B,C)*(A))/2;
E = (B + reflect(C,A)*(B))/2;
F = (C + reflect(A,B)*(C))/2;... | D | math_Precalculus | mathematics | ||
allenai/sciq_10708 | allenai/sciq | Developing cars that run on hydrogen gas can help solve our dependence on what?
A. oxygen
B. nonrenewable fossil fuels
C. food
D. water | B. nonrenewable fossil fuels | You won’t see this car on the road, at least not yet. It’s a concept car that was developed by a major automaker. Instead of burning gasoline, it runs on hydrogen gas. Using hydrogen for fuel doesn’t produce pollution, and it doesn’t depend on nonrenewable fossil fuels. New technologies like this car may one day help s... | high_school_physics | physics | |
allenai/sciq_4737 | allenai/sciq | Nuclear reactors use fission reactions to vaporize water, producing steam to drive a turbine and generate what?
A. oil
B. fuel
C. electricity
D. light | C. electricity | Nuclear reactors use fission reactions to vaporize water. The resulting steam is used to drive a turbine, which generates electricity. | college_physics | physics | |
mmlu_aux_train_19853 | mmlu_aux_train | Last spring, members of Alaska's Troop 34, based in Fairbanks, trudged out into the snowy wilderness to take part in their state's Take a Kid Trapping program. In many parts of the state, beavers are pests and need to be controlled. The 10-to-12-year-old girls found out where beavers lived, set traps, and skinned th... | C. A team of the Girl Scouts. | high_school_biology | biology | ||
aquarat_72340 | deepmind/aqua_rat | Statement : A man must be wise to be a good wrangler. Good wranglers are talkative and boring.
Conclusions :
I. All the wise persons are boring.
II. All the wise persons are wranglers. | A. Only conclusion I follows B. Only conclusion II follows C. Either I or II follows D. Neither I nor II follows E. Both I and II follow | D. Neither I nor II follows | Explanation:
Neither I nor II follows.
D) | formal_logic | mathematics |
math_2092 | math_mc | Let $x$ and $y$ be real numbers such that
\[\frac{\sin x}{\cos y} + \frac{\sin y}{\cos x} = 1 \quad \text{and} \quad \frac{\cos x}{\sin y} + \frac{\cos y}{\sin x} = 6.\]Compute
\[\frac{\tan x}{\tan y} + \frac{\tan y}{\tan x}.\] | A | math_Precalculus | mathematics | ||
aquarat_1510 | deepmind/aqua_rat | In the following sequence of alphabets, if the second half is reversed, which letter would be the fifth to the right of the letter which is twelveth from the left ?
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | A. J B. W C. T D. G E. K | B. W | Explanation:
Case 1 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
After reversal of the second half of the sequence of alphabet, we get,
Case 2 : A B C D E F G H I J K L M Z Y X W V U T S R Q P O N
The twelveth letter from the left end of the above sequence of alphabet Case 2 is L. The letter which is 5th to th... | formal_logic | mathematics |
mmlu_aux_train_1663 | mmlu_aux_train | Which of the following statements best describes one way that the Moon is different from Earth?
A. The Moon is not solid.
B. The Moon has no gravity.
C. The Moon has almost no atmosphere.
D. The Moon receives almost no solar light. | C. The Moon has almost no atmosphere. | astronomy | physics | ||
pythonio_786 | pythonio-mc | Program:
def lcm(x, y):
if x > y:
z = x
else:
z = y
while(True):
if((z % x == 0) and (z % y == 0)):
lcm = z
break
z += 1
return lcm
Input:
lcm(15,17)
Output: | C | code | computer_science | ||
mmlu_aux_train_99505 | mmlu_aux_train | If a load of deer are moved to a small park, and they are repeatedly sprayed with pesticides, the
A. deer thrive in that environment
B. deer are healthy and happy
C. deer are given happy lives
D. park will eventually be deerless | D. park will eventually be deerless | college_biology | biology | ||
mmlu_aux_train_92709 | mmlu_aux_train | The chemical equation below shows a reaction of copper (Cu) with silver nitrate (AgNO_{3}) yielding silver (Ag) and copper(II) nitrate (Cu(NO_{3})_{2}) Cu + 2AgNO_{3} -> 2Ag + Cu(NO_{3})_{2} Silver and copper(II) nitrate are called the
A. reactants.
B. products.
C. catalysts.
D. inhibitors. | B. products. | high_school_chemistry | chemistry | ||
mmlu_aux_train_9701 | mmlu_aux_train | Targeting teens Using the Web makes teens a target. Posting too much personal information for those millions of cyber eyes to see can cause some big problems and can even invite a threat to your life. As Mary learned, not everyone on the Internet is who he or she says they are. Adults will sometimes pose as other teens... | B. A teenager. | computer_security | computer_science | ||
math_174 | math_mc | Circles with centers of $(2,2)$ and $(17,10)$ are both tangent to the $x$-axis. What is the distance between the closest points of the two circles? | B | math_Algebra | mathematics | ||
mmlu_aux_train_26725 | mmlu_aux_train | A recent survey shows the number of online game users in China reached 40 million last year. That's over a 20 percent increase from the year before. At 22:00 p.m. in a Beijing Internet cafe, many people inside,especially the young, playing online games. An industry report says that over 90% of online game users are und... | B. To make money is the root of developers working on new games. | high_school_computer_science | computer_science | ||
aquarat_89071 | deepmind/aqua_rat | How many solutions does the equation
sin(x) sin(2x) sin(3x) · · · sin(11x) sin(12x) = 0
have in the interval (0,π] ? | A. 11 B. 12 C. 24 D. 46 E. 68 | D. 46 | If x is a solution of the equation, then lx = k for some integers k and l with 1 _<l_<12. Thus
x = k
lπ. Since we want x to be in (0;π], the number of solutions equals the number of fractions in
(0,1] with numerator an integer, and denominator a positive integer _<12. Since we want to avoid
counting the same solution t... | college_mathematics | mathematics |
allenai/sciq_3561 | allenai/sciq | What is an ionic compound that produces negative hydroxide ions when dissolved in water
A. base
B. acid
C. isomer
D. catalyst | A. base | A base is an ionic compound that produces negative hydroxide ions when dissolved in water. Bases taste bitter and turn red litmus paper blue. | high_school_chemistry | chemistry | |
math_431 | math_mc | Melinda will roll two standard six-sided dice and make a two-digit number with the two numbers she rolls. For example, if she rolls a 6 and a 3, she can either form 36 or 63. What is the probability that she will be able to make an integer between 10 and 20, inclusive? Express your answer as a common fraction. | C | math_Counting & Probability | mathematics | ||
allenai/sciq_101 | allenai/sciq | What protects a developing flower while it is still a bud?
A. sepals
B. lobes
C. petals
D. shell | A. sepals | Sepals protect the developing flower while it is still a bud. Sepals are usually green, which camouflages the bud from possible consumers. | high_school_biology | biology | |
math_1085 | math_mc | A triangle has vertices $P=(-8,5)$, $Q=(-15,-19)$, and $R=(1,-7)$. The equation of the bisector of $\angle P$ can be written in the form $ax+2y+c=0$. Find $a+c$.
[asy] import graph; pointpen=black;pathpen=black+linewidth(0.7);pen f = fontsize(10); pair P=(-8,5),Q=(-15,-19),R=(1,-7),S=(7,-15),T=(-4,-17); MP("P",P,N,f);M... | C | math_Geometry | mathematics | ||
NLP4Education_470 | NLP4Education | Let $n$ be an integer. What is the cardinality of $\mathbf{Z}^*_n$?
A. $n$
B. $n-1$
C. $\varphi(n)$
D. $\varphi(n-1)$ | C. $\varphi(n)$ | abstract_algebra | mathematics | ||
math_1141 | math_mc | The equation
\[(x - \sqrt[3]{13})(x - \sqrt[3]{53})(x - \sqrt[3]{103}) = \frac{1}{3}\]has three distinct solutions $r,$ $s,$ and $t.$ Calculate the value of $r^3 + s^3 + t^3.$ | D | math_Intermediate Algebra | mathematics | ||
allenai/sciq_6831 | allenai/sciq | A homogeneous mixture with tiny particles in it is known as what?
A. plasmid
B. element
C. structure
D. solution | D. solution | A solution is a homogeneous mixture with tiny particles. An example is salt water. The particles of a solution are too small to reflect light. As a result, you cannot see them. That’s why salt water looks the same as pure water. The particles of solutions are also too small to settle or be filtered out of the mixture. | high_school_chemistry | chemistry | |
math_904 | math_mc | An $\textit{annulus}$ is the region between two concentric circles. The concentric circles in the figure have radii $b$ and $c$, with $b>c$. Let $\overline{OX}$ be a radius of the larger circle, let $\overline{XZ}$ be tangent to the smaller circle at $Z$, and let $\overline{OY}$ be the radius of the larger circle that ... | C | math_Geometry | mathematics | ||
math_609 | math_mc | A mother purchases 5 blue plates, 2 red plates, 2 green plates, and 1 orange plate. How many ways are there for her to arrange these plates for dinner around her circular table if she doesn't want the 2 green plates to be adjacent?
| C | math_Counting & Probability | mathematics | ||
mmlu_aux_train_63247 | mmlu_aux_train | As long as you have broadband service in your home, you can turn on your desktop computer and connect to the Internet. If you have a wireless router , a device that spreads the broadband connection to other devices, you can set up a Wi-Fi network, which enables your cellphones and tablets go online too. And when you a... | C. Its network speeds are much slower. | computer_security | computer_science | ||
aquarat_71207 | deepmind/aqua_rat | An astronomer noted that a grouping of red giant stars had an average solar mass of 8 M each, and a grouping of white dwarf stars had an average solar mass of 1.5 M each. If the astronomer calculated the total solar mass of both groupings to be 49 M, what total number of red giant stars and white dwarf stars did the as... | A. 10 B. 11 C. 12 D. 13 E. 14 | B. 11 | We can determine quickly that total number should range between 49/8 <= N <=49/1.5 , so ans should be between 6 and 33.
Now solving the expression 8A+1.5B =49
decreasing 49 in multiple of 8 and checking divisibility of that number by 1.5. this way we get
2 red giants, 22 white dwarfs we get 49, but 2 + 22 = 24 and 24 i... | astronomy | physics |
mmlu_aux_train_97937 | mmlu_aux_train | Leaving your ice cream outside is never a good idea because it will absorb the solar energy from the sun which will do what to the temperature
A. go up
B. explode
C. nothing
D. decrease | A. go up | high_school_physics | physics | ||
mmlu_aux_train_98157 | mmlu_aux_train | Which is likely to boil?
A. a cup of dirt
B. a cup of tacos
C. a cup of plasma
D. a cup of Earl Grey | D. a cup of Earl Grey | high_school_physics | physics | ||
math_343 | math_mc | If $x$ satisfies $x^2 + 3x + \frac{3}x + \frac{1}{x^2} = 26$ and $x$ can be written as $a + \sqrt{b}$ where $a$ and $b$ are positive integers, then find $a + b$. | C | math_Algebra | mathematics | ||
aquarat_74828 | deepmind/aqua_rat | (w^2+x^2)x(y^2+z^2) is always divisible by which of the max no. Where w;x;y;z are odd integers? | A. 20 B. 8 C. 4 D. 2 E. 6 | C. 4 | ((odd)^2+(odd)^2)*((odd)^2+(odd)^2)
(even)*(even)
2*2
4
ANSWER:C | college_mathematics | mathematics |
NLP4Education_469 | NLP4Education | Which symmetric key primitive is used in WPA2 encryption?
A. RC4 CBC Mode
B. KASUMI ECB Mode
C. MD5 OFB Mode
D. AES CCM Mode | D. AES CCM Mode | computer_security | computer_science | ||
aquarat_87290 | deepmind/aqua_rat | IF
1= E
2=O
3= E
4= R
5= I
THEN 6=? | A. I B. J C. K D. X E. M | D. X | IF
1= E... last letter of ONE.
2=O.... last letter of TWO.
3= E
4= R
5= E
THEN 6=X ... last letter of SIX.
ANSWER:D | formal_logic | mathematics |
allenai/sciq_8914 | allenai/sciq | Conversely, very large forces are created by liquids and solids when they try to expand but are constrained from doing so—which is equivalent to compressing them to less than their normal volume. this often occurs when a contained material warms up, since most materials expand when they do this?
A. increase density
B.... | D. increase temperature | Conversely, very large forces are created by liquids and solids when they try to expand but are constrained from doing so—which is equivalent to compressing them to less than their normal volume. This often occurs when a contained material warms up, since most materials expand when their temperature increases. If the m... | conceptual_physics | physics | |
math_1355 | math_mc | Let $0 \le a,$ $b,$ $c,$ $d \le 1.$ Find the possible values of the expression
\[\sqrt{a^2 + (1 - b)^2} + \sqrt{b^2 + (1 - c)^2} + \sqrt{c^2 + (1 - d)^2} + \sqrt{d^2 + (1 - a)^2}.\] | B | math_Intermediate Algebra | mathematics | ||
mmlu_aux_train_1213 | mmlu_aux_train | From smallest to largest, the levels of organization in living things are
A. tissues, cells, organs, organ systems.
B. tissues, cells, organ systems, organs.
C. cells, tissues, organs, organ systems.
D. cells, tissues, organ systems, organs. | C. cells, tissues, organs, organ systems. | high_school_biology | biology | ||
allenai/sciq_8824 | allenai/sciq | What is continuously changing within a circuit in an analog signal?
A. amplitude
B. voltage
C. energy
D. frequency | B. voltage | An analog signal consists of continuously changing voltage in a circuit. For example, microphones encode sounds as analog signals. | electrical_engineering | engineering | |
pythonio_410 | pythonio-mc | Program:
def count_Char(str,x):
count = 0
for i in range(len(str)):
if (str[i] == x) :
count += 1
n = 10
repititions = n // len(str)
count = count * repititions
l = n % len(str)
for i in range(l):
if (str[i] == x):
count += 1
... | A | code | computer_science | ||
allenai/sciq_10845 | allenai/sciq | What does ubiquitin indicate about a protein's lifespan?
A. completion
B. transaction
C. reaction ratio
D. initiation | A. completion | Sometimes these modifications can regulate where a protein is found in the cell—for example, in the nucleus, the cytoplasm, or attached to the plasma membrane. Chemical modifications occur in response to external stimuli such as stress, the lack of nutrients, heat, or ultraviolet light exposure. These changes can alter... | college_biology | biology | |
allenai/sciq_234 | allenai/sciq | Which form of electromagnetic waves have more energy: low frequency wave or high frequency waves?
A. low frequency waves
B. neither
C. high frequency waves
D. the same | C. high frequency waves | The energy of electromagnetic waves depends on their frequency. Low-frequency waves have little energy and are normally harmless. High-frequency waves have a lot of energy and are potentially very harmful. | conceptual_physics | physics | |
math_685 | math_mc | For $\{1, 2, 3, \ldots, n\}$ and each of its non-empty subsets a unique alternating sum is defined as follows. Arrange the numbers in the subset in decreasing order and then, beginning with the largest, alternately add and subtract successive numbers. For example, the alternating sum for $\{1, 2, 3, 6,9\}$ is $9-6+3-2+... | D | math_Counting & Probability | mathematics | ||
allenai/sciq_3241 | allenai/sciq | When electricity is passed through solid sodium it changes into what and gives off light?
A. liquids
B. hydrocarbons
C. plasma
D. gas | D. gas | A vapor light also produces visible light by electroluminescence The bulb contains a small amount of solid sodium or mercury as well as a mixture of neon and argon gases. When an electric current passes through the gases, it causes the solid sodium or mercury to change to a gas and emit visible light. Sodium vapor ligh... | high_school_physics | physics | |
pythonio_321 | pythonio-mc | Program:
import re
def remove_parenthesis(items):
for item in items:
return (re.sub(r" ?\([^)]+\)", "", item))
Input:
remove_parenthesis(["string(.abc)"])
Output: | A | code | computer_science | ||
mmlu_aux_train_93899 | mmlu_aux_train | The continental crust floats on top of the mantle because the crust is
A. less dense than the mantle.
B. made of a liquid material.
C. made up of oxygen which is a light element.
D. separated from the mantle by a layer of water. | A. less dense than the mantle. | college_geology | earth_science | ||
math_1535 | math_mc | For positive integers $n,$ let $\tau (n)$ denote the number of positive integer divisors of $n,$ including 1 and $n.$ For example, $\tau (1)=1$ and $\tau(6) =4.$ Define $S(n)$ by $S(n)=\tau(1)+ \tau(2) + \cdots + \tau(n).$ Let $a$ denote the number of positive integers $n \leq 2005$ with $S(n)$ odd, and let $b$ denote ... | B | math_Number Theory | mathematics | ||
aquarat_9649 | deepmind/aqua_rat | 8.008/2.002 | A. 0.004 B. 0.04 C. 4 D. 40 E. 400 | C. 4 | Answer is 4, move the decimal forward three places for both numerator and denominator or just multiply both by a thousand. The result is 8008/2002= 4
Answer C | college_physics | physics |
pythonio_270 | pythonio-mc | Program:
def div_list(nums1,nums2):
result = map(lambda x, y: x / y, nums1, nums2)
return list(result)
Input:
div_list([4,5,6],[1, 2, 3])
Output: | C | code | computer_science | ||
mmlu_aux_train_97819 | mmlu_aux_train | adobe works as an electrical
A. paper weight
B. pie filler
C. chiller
D. anti-conductor | D. anti-conductor | electrical_engineering | engineering | ||
pythonio_881 | pythonio-mc | Program:
def remove_duplic_list(l):
temp = []
for x in l:
if x not in temp:
temp.append(x)
return temp
Input:
remove_duplic_list(["Python", "Exercises", "Practice", "Solution", "Exercises","C++","C","C++"])
Output: | B | code | computer_science | ||
pythonio_60 | pythonio-mc | Program:
def jacobsthal_lucas(n):
dp=[0] * (n + 1)
dp[0] = 2
dp[1] = 1
for i in range(2, n+1):
dp[i] = dp[i - 1] + 2 * dp[i - 2];
return dp[n]
Input:
jacobsthal_lucas(4)
Output: | D | code | computer_science | ||
allenai/sciq_6968 | allenai/sciq | What is the term for the simplest form of matter that has a unique set of properties?
A. a neutron
B. an electron
C. an atom
D. an element | D. an element | An element is the simplest form of matter that has a unique set of properties. Examples of well-known elements include oxygen, iron, and gold (see the figure below). Elements cannot be broken down into a simpler substance. Likewise, one element cannot be chemically converted into a different element. | high_school_chemistry | chemistry | |
mmlu_aux_train_95214 | mmlu_aux_train | Moving your face further from a mirror
A. will make your face appear bigger
B. will make your face appear in macro
C. will make your wrinkles less obvious
D. will make it easier to see your pores | C. will make your wrinkles less obvious | high_school_biology | biology | ||
math_916 | math_mc | The corner of a unit cube is chopped off such that the cut runs through the three vertices adjacent to the vertex of the chosen corner. What is the height of the remaining cube when the freshly-cut face is placed on a table? | D | math_Geometry | mathematics | ||
pythonio_946 | pythonio-mc | Program:
def discriminant_value(x,y,z):
discriminant = (y**2) - (4*x*z)
if discriminant > 0:
return ("Two solutions",discriminant)
elif discriminant == 0:
return ("one solution",discriminant)
elif discriminant < 0:
return ("no real solution",discriminant)
Input:
discrimina... | A | code | computer_science | ||
mmlu_aux_train_80264 | mmlu_aux_train | Mr. and Mrs. Green come from Australia. They are in Beijing now. Mr. Green is a teacher in a high school. He teaches English. He likes reading and running. He isn't good at cooking. His son, Jim, is a student. He is on the school football team. He likes playing football very much. He is the best football player in his ... | C. Australian | high_school_computer_science | computer_science | ||
aquarat_19539 | deepmind/aqua_rat | Suppose you play a game where you role a single dice and whatever you roll you get that dollar amount. For example, if you roll a 1 you get $1. If you roll a 6 you get $6. If you are unhappy with the first roll, you can roll again. However, if you get lower the second time, you cannot take the first roll. If you are un... | A. 4250 B. 4500 C. 467 D. 512 E. 850 | C. 467 | Expected value for one roll is 1/6*(1+2+3+4+5+6)=3.5$. This part is easy.
Let's proceed: if it's 3.5$, when will I agree to continue the game and roll the second time? Well obviously if the first roll will give me the value less than 3.5 or 1, 2, 3. In other cases if I get 4, 5 or 6, it won't be clever to continue as I... | high_school_statistics | mathematics |
allenai/sciq_1659 | allenai/sciq | What is the fracture called when rocks on both sides move?
A. a stress fracture
B. a crevice
C. a shear
D. a fault | D. a fault | If the rocks on one or both sides of a fracture move, the fracture is called a fault ( Figure below ). Faults can occur alone or in clusters. A cluster of faults creates a fault zone . Earthquakes happen when rocks break and move suddenly. The energy released causes an earthquake. | college_geology | earth_science | |
aquarat_58159 | deepmind/aqua_rat | If x and y are non-zero integers, and 16x^4 – 4y^4 = 4x^2 + 2y^2, which of the following could be the value of x2 in terms of y? | A. 2y^2 B. 2y^2+3/4 C. 2y^2+1/4 D. 2y^2+1/2 E. 2y^2+1/6 | C. 2y^2+1/4 | 16x^4 – 4y^4 = 4x^2 + 2y^2
(4x^2 + 2y^2) (4x^2 - 2y^2) = 4x^2 + 2y^2
4x^2 - 2y^2 = 1
4x^2 = 2y^2+1
x^2 = 2y^2+1/4
Answer : C | college_mathematics | mathematics |
math_1144 | math_mc | There are 2011 positive numbers with both their sum and the sum of their reciprocals equal to 2012. Let $x$ be one of these numbers. Find the maximum value of $x + \frac{1}{x}.$ | A | math_Intermediate Algebra | mathematics | ||
mmlu_aux_train_50962 | mmlu_aux_train | More than 6000 children were expelled from US schools last year for bringing guns and bombs to school, the US Department of Education said on May 8. The department gave a report on the expulsions as saying handguns accounted for 58 percent of the 6093 expulsions in 2005--2006, against 7 percent for rifles or shotguns... | D. guns are out of control in US schools | high_school_statistics | mathematics | ||
NLP4Education_765 | NLP4Education | Let $\mathcal{C}$ be a binary $(5,2)$ linear code with generator matrix
\[
G = \begin{pmatrix}
1 & 0 & 1 & 0 & 1 \\
0 & 1 & 0 & 1 & 1
\end{pmatrix}
\]
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. True | college_computer_science | computer_science | ||
NLP4Education_90 | NLP4Education | Maintaining the order of document identifiers for vocabulary construction when partitioning the document collection is important
A. only in the index merging approach for single node machines
B. only in the map-reduce approach for parallel clusters
C. in both the index merging and map-reduce approaches
D. in neither th... | A. only in the index merging approach for single node machines | computer_security | computer_science | ||
NLP4Education_614 | NLP4Education | Let $X$, $Y$, and $K$ be respectively the plaintext, ciphertext, and key distributions. $H$ denotes the Shannon entropy. The consequence of perfect secrecy is …
A. $H(K) \leq H(X)$
B. $H(K, X) \leq H(X)$
C. $H(Y) \leq H(X)$
D. $H(K) \geq H(X)$ | D. $H(K) \geq H(X)$ | computer_security | computer_science | ||
NLP4Education_357 | NLP4Education | A monad M is a parametric type M[T] with two operations, flatMap and unit: extension [T, U](m: M[T]) def flatMap(f: T => M[U]): M[U] def unit[T](x: T): M[T] To qualify as a monad, a type has to satisfy the three following laws for all m: M[T], x: T, f: T => M[U] and g: U => M[V]: (Associativity) m.flatMap(f).flatMap(g)... | A. Yes, List is a monad with these operations. | college_computer_science | computer_science | ||
allenai/sciq_4920 | allenai/sciq | A statement is considered what if it is open to being falsified?
A. valid
B. hypothesis
C. premature
D. untrue | B. hypothesis | At a given temperature, individual particles of a substance have a range of kinetic energies. | formal_logic | mathematics | |
mmlu_aux_train_24068 | mmlu_aux_train | I was having a great morning until I sat down in front of my office computer. "Your password has run out," a server message flashed on my screen, with instructions for changing it. Coming up with a new code doesn't seem like a big deal unless you work at my company, where we have to change it monthly, using at least on... | D. persist@4Ever | computer_security | computer_science | ||
allenai/sciq_1877 | allenai/sciq | What measurement is used to describe the amount of water vapor in the air?
A. heat
B. precipitation
C. barometric pressure
D. humidity | D. humidity | Humidity is the amount of water vapor in the air. Relative humidity is the percent of water vapor in the air relative to the total amount the air can hold. The total amount depends on temperature. | high_school_physics | physics |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.