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_7542 | allenai/sciq | What are the only amphibians without legs?
A. newts
B. porifera
C. caecilians
D. crustaceans | C. caecilians | Caecilians The caecilian order is the amphibian order with the fewest species. Caecilians are closely related to salamanders. They have a long, worm-like body. They are the only amphibians without legs. Caecilians evolved from a four-legged ancestor but lost their legs later in their evolution. As adults, they often bu... | high_school_biology | biology | |
mmlu_aux_train_1584 | mmlu_aux_train | Most of Earth's major earthquakes are caused by
A. seasonal heating and cooling of Earth's surface
B. weathering of rock at Earth's surface
C. Earth's gravitational attraction to the Moon
D. faulting of rock in Earth's crust | D. faulting of rock in Earth's crust | college_earth_science | earth_science | ||
allenai/sciq_221 | allenai/sciq | What is a device that changes kinetic energy to electrical energy through electromagnetic induction?
A. an electric generator
B. a diesel engine
C. a battery
D. a windmill | A. an electric generator | An electric generator is a device that changes kinetic energy to electrical energy through electromagnetic induction. A simple diagram of an electric generator is shown in Figure below . In a generator, some form of energy is applied to turn a shaft. This causes a coil of wire to rotate between opposite poles of a magn... | electrical_engineering | engineering | |
math_98 | math_mc | A segment with endpoints at $A(2, -2)$ and $B(14, 4)$ is extended through $B$ to point $C$. If $BC = \frac{1}{3} \cdot AB$, what are the coordinates for point $C$? Express your answer as an ordered pair. | B | math_Algebra | mathematics | ||
aquarat_4465 | deepmind/aqua_rat | The average age of applicants for a new job is 31, with a standard deviation of 9. The hiring manager is only willing to accept applications whose age is within one standard deviation of the average age. What is the maximum number of different ages of the applicants? | A. 8 B. 14 C. 15 D. 18 E. 19 | E. 19 | within one standard deviation of the average age means 31 +/- 7
24--31--38
number of dif.ages -22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
total=19
E | high_school_statistics | mathematics |
mmlu_aux_train_80287 | mmlu_aux_train | Some scientists say that animals in the ocean are increasingly threatened by noise pollution caused by human beings. The noise that affects sea animals comes from a number of human activities. Such noises are added to natural sounds. These sounds include the breaking of ice fields, underwater earthquakes, and sounds m... | A. The man-made noises. | college_biology | biology | ||
mmlu_aux_train_26059 | mmlu_aux_train | The snow cap of Mount Kilimanjaro, famous in literature and beloved by tourists, initially formed some 11,000 years ago, but will be gone in two decades, according to researchers who say the ice fields on Africa's highest mountain shrank by 80 percent in the past century. Lonnie G. Thompson,one professor from Ohio Stat... | B. first developed some 11,000 years ago | college_biology | biology | ||
pythonio_0 | pythonio-mc | Program:
R = 3
C = 3
def min_cost(cost, m, n):
tc = [[0 for x in range(C)] for x in range(R)]
tc[0][0] = cost[0][0]
for i in range(1, m+1):
tc[i][0] = tc[i-1][0] + cost[i][0]
for j in range(1, n+1):
tc[0][j] = tc[0][j-1] + cost[0][j]
for i in range(1, m+1):
for j in range(1, n+1):
tc[i... | A | code | computer_science | ||
aquarat_89423 | deepmind/aqua_rat | A school having four classes only have student strength of 10, 20, 30 and 40 respectively. The pass percentages of these classes are 20%, 30%, 60% and 100% respectively. What is the pass percentage for the entire school? | A. 56% B. 76% C. 34% D. 66% E. 46% | D. 66% | 20% of 10+30% of 20+60% of 30+100% of 40
=2+6+18+40 =
now 66 of 100
= 66%
ANSWER:D | high_school_statistics | mathematics |
NLP4Education_714 | NLP4Education | Does the following code snippet contain bugs? If so, which line(s)?
\begin{lstlisting}[language=C,style=c]
void echo() {
char buf[100];
scanf("%s", buf);
printf(buf);
}
\end{lstlisting}
A. Line 3 has a bug / vuln
B. Line 4 has a bug / vuln
C. There is no bug / vuln in the code snippet
D. Line 2 has a bug /... | B. Line 4 has a bug / vuln | computer_security | computer_science | ||
pythonio_624 | pythonio-mc | Program:
def new_tuple(test_list, test_str):
res = tuple(test_list + [test_str])
return (res)
Input:
new_tuple(["We", "are"], "Developers")
Output: | D | code | computer_science | ||
mmlu_aux_train_48921 | mmlu_aux_train | Taking a picture of your tongue with a mobile phone could soon instantly tell you how healthy you are. Researchers believe the images can reveal important information about a patient's health and even give them early warning of serious illness. A team at the University of Missouri is developing a system that can analyz... | B. a traditional Chinese medical principle | college_computer_science | computer_science | ||
allenai/sciq_4502 | allenai/sciq | Halogens tend to form salts with what type of element?
A. nonmetals
B. metals
C. man-made
D. metalloids | B. metals | Halogens have filled valence electron configurations. Halogens tend to form salts with metals. As the free elements, halogens are monatomic. Halogens have appreciable nonmetallic character. Halogens tend to have an oxidation state of −1. Halogens are good reductants. | high_school_chemistry | chemistry | |
mmlu_aux_train_37773 | mmlu_aux_train | Humans may not have landed on Mars just yet, but that isn't stopping a European company from devising a plan to send four people to the Red Planet within the next few years. This project, called Mars One, aims to send a small group of people to Mars in 2022 and eventually establish a permanent colony on the planet. "... | B. eight | astronomy | physics | ||
allenai/sciq_1182 | allenai/sciq | What kind of diagrams can be used to illustrate electron movements and ion formation?
A. atomic models
B. electron dot diagrams
C. contour maps
D. venn diagrams | B. electron dot diagrams | Electron dot diagrams can be used to illustrate electron movements and ion formation. | high_school_chemistry | chemistry | |
mmlu_aux_train_74948 | mmlu_aux_train | Bill is only fifteen years old,but he's already very rich.Two years ago,Bill began a football website for young people. "I became interested in computers when I was 8 years old because my father's job is with computers.As a little boy,I also loved football and so I decided to make a website,especially for people of my... | D. a website | high_school_computer_science | computer_science | ||
allenai/sciq_323 | allenai/sciq | What do craters and rifts become when the fill with water?
A. rivers
B. creeks
C. grasses
D. lakes | D. lakes | Craters and rifts become lakes when they fill with water. Where does the water come from?. | astronomy | physics | |
math_1834 | math_mc | A company that sells widgets has to pay $\$500$ in maintenance fees each day and then it pays each worker $\$15$ per hour. Each worker makes 5 widgets per hour, which are sold at $\$3.10$ each. What is the least number of workers the company has to hire in order to make a profit in an 8-hour workday? | C | math_Prealgebra | mathematics | ||
math_1948 | math_mc | A zoo has a menagerie containing four pairs of different animals, one male and one female for each. The zookeeper wishes to feed the animals in a specific pattern: each time he feeds a single animal, the next one he feeds must be a different gender. If he starts by feeding the male giraffe, how many ways can he feed al... | D | math_Prealgebra | mathematics | ||
pythonio_703 | pythonio-mc | Program:
from sys import maxsize
def max_sub_array_sum(a,size):
max_so_far = -maxsize - 1
max_ending_here = 0
start = 0
end = 0
s = 0
for i in range(0,size):
max_ending_here += a[i]
if max_so_far < max_ending_here:
max_so_far = max_ending_here
start = s
end = i
if max_ending_he... | C | code | computer_science | ||
allenai/sciq_4418 | allenai/sciq | What should you use to protect your eyes from chemicals?
A. your hands
B. eye goggles
C. contacts
D. certain goggles | B. eye goggles | college_chemistry | chemistry | ||
math_1395 | math_mc | A nonzero polynomial with rational coefficients has all of the numbers \[1+\sqrt{2}, \; 2+\sqrt{3}, \;3+\sqrt{4},\; \dots, \;1000+\sqrt{1001}\]as roots. What is the smallest possible degree of such a polynomial? | B | math_Intermediate Algebra | mathematics | ||
aquarat_55769 | deepmind/aqua_rat | For the set {2, 2, 3, 3, 4, 4, 5, 5,7,7 x}, which of the following values of x will most increase the standard deviation? | A. 1 B. 2 C. 3 D. (-3.2)^2 E. 5 | D. (-3.2)^2 | Standard Deviation Step 1, as pointed out by others, is to find out the mean = 4.2
Step 2, For each number: subtract the Mean and square the result =
(1-4.2)^2=(-3.2)^2
(2-4.2)^2=(-2.2)^2
(3-4.2)^2 =(-1.2)^2
(4-4.2)^2=(.2)^2
(5-4.2)^2=(.8)^2
Clearly (1-3.5)^2=(-3.2)^2 will give you the greatest value among all the othe... | high_school_statistics | mathematics |
mmlu_aux_train_22992 | mmlu_aux_train | The Toyota Prius hybrids adapted by Google's engineers have covered 300,000 miles on the roads of California without a human at the wheel, but with only one accident by a human-controlled car.It's clear that driverless cars are much safer than human-controlled ones.40,000 people are killed every year in road accidents ... | C. More people may lose their jobs. | college_computer_science | computer_science | ||
NLP4Education_592 | NLP4Education | Compared to the plain RSA cryptosystem and for equivalent key sizes, the plain Elgamal cryptosystem has\dots
A. a simpler key generation algorithm.
B. a simpler encryption algorithm.
C. a simpler decryption algorithm.
D. shorter ciphertexts. | B. a simpler encryption algorithm. | computer_security | computer_science | ||
aquarat_83064 | deepmind/aqua_rat | Lucy deposited $62500 in an investment fund that provided 20 percent annual return compounded quarterly. If she made no other transactions with the fund, in how much time, in months, did her investment earn a total interest of $5100? | A. 0.5 B. 2.4 C. 3 D. 6 E. 6.1 | B. 2.4 | A = P + I = 62500 + 5100 = 67600
67600 = 62500(1 + 20/4*100)^(4t)
(676/625) = (105/100)^(4t)
t = 1/5 yrs = 2.4 months
Answer: B | college_mathematics | mathematics |
math_61 | math_mc | Here are two functions: $$\begin{array}{ccc}
f(x) & = & 3x^2-2x+ 4\\
g(x) & = & x^2-kx-6
\end{array}$$ If $f(10) - g(10) = 10,$ what is the value of $k?$ | D | math_Algebra | mathematics | ||
allenai/sciq_7862 | allenai/sciq | What do you call a period when temperatures are cooler than normal, causing glaciers to spread?
A. polar age
B. ice age
C. thermal age
D. earth age | B. ice age | Over much of Earth’s past, the climate was warmer than it is today. Picture in your mind dinosaurs roaming the land. They're probably doing it in a pretty warm climate! But ice ages also occurred many times in the past. An ice age is a period when temperatures are cooler than normal. This causes glaciers to spread to l... | college_earth_science | earth_science | |
aquarat_16713 | deepmind/aqua_rat | What is the probability that Company G's advertisement will be one of the first two be shown during the first commercial break? | A. 1/ 225 B. 1 / 30 C. 1 /15 D. 2 / 15 E. 4 /15 | D. 2 / 15 | G 1/15 + (14/15) * 1/14 = 2/15 D | high_school_statistics | mathematics |
aquarat_70501 | deepmind/aqua_rat | Which is a better investment 8% stock at 212 or 6 2/3 stock at 350? | A. 8% stock at 212 B. 6 2/3 stock at 350 C. None D. Both are equally good E. Cannot be compared, as the total amount of investment is not given | B. 6 2/3 stock at 350 | Let investment in each case be Rs. (212 x 350).
Income in 1st case = Rs. 8 x 212 x 212/350= Rs. 1027.29.
Income in 2nd case = Rs.20 x 212 x 350/(3*350)= Rs. 1413.3
Clearly, 6 2/3 stock at 350 is better.
ANSWER:B | college_mathematics | mathematics |
allenai/sciq_6849 | allenai/sciq | The oxidation of an alcohol can produce either an aldehyde or what?
A. amine
B. enzyme
C. ester
D. ketone | D. ketone | The oxidation of an alcohol can produce either an aldehyde or a ketone. Ethanol can be oxidized in the laboratory through a heating process combined with the addition of an oxidizing agent such as the dichromate ion, which catalyzes the reaction in an acidic solution. The reaction produces the aldehyde ethanal (acetald... | high_school_chemistry | chemistry | |
math_1156 | math_mc | Let $f_{1}(x)=\sqrt{1-x}$, and for integers $n \geq 2$, let \[f_{n}(x)=f_{n-1}\left(\sqrt{n^2 - x}\right).\]Let $N$ be the largest value of $n$ for which the domain of $f_n$ is nonempty. For this value of $N,$ the domain of $f_N$ consists of a single point $\{c\}.$ Compute $c.$ | D | math_Intermediate Algebra | mathematics | ||
aquarat_72435 | deepmind/aqua_rat | If N = 2^0.15 and N^b = 64, b must equal | A. 3/80 B. 3/5 C. 40 D. 5/3 E. 80/3 | C. 40 | 15/100 = 3/20
N = 2 ^ 3/20
N^b = 2^6
(2^3/20)^b = 2^6
b = 40
Answer: C | college_mathematics | mathematics |
aquarat_42659 | deepmind/aqua_rat | In some code, letters, a, b, c, d and e represent numbers 2, 4, 5, 6 and 10. However, we don’t know which letter represent which number.
Consider the following relationships:
i. a + c = e
ii. b – d = d
iii. e + a = b | A. b = 4, d = 2 B. a = 4, e = 6 C. b = 6, e = 2 D. a = 4, c = 6 E. None | B. a = 4, e = 6 | Explanation :
From the given equations, we see that , b=10 and d=5.
Now 'a' and 'c' must be 4 and 2 respectively.
So, e = 6.
Answer : B | college_mathematics | mathematics |
NLP4Education_481 | NLP4Education | How many generators do we have in a group of order $13$?
A. 2
B. 6
C. 12
D. 13 | A. 2 | abstract_algebra | mathematics | ||
mmlu_aux_train_3164 | mmlu_aux_train | Katie went to the store. She needed to buy some flowers. She also needed to buy a snack and a bow. The store is down the street. Katie's mother drove her to the store. Her mother is named June. Katie looked around for the flowers. She found some pink ones. Katie then looked for the snacks. She wanted cookies n... | B. James | formal_logic | mathematics | ||
NLP4Education_444 | NLP4Education | Tick the \emph{correct} assertion. The Vernam cipher provides \dots
A. authenticity.
B. integrity.
C. confidentiality.
D. none of the mentioned properties. | C. confidentiality. | computer_security | computer_science | ||
math_1238 | math_mc | From the set of integers $\{1,2,3,\dots,2009\}$, choose $k$ pairs $\{a_i,b_i\}$ with $a_i<b_i$ so that no two pairs have a common element. Suppose that all the sums $a_i+b_i$ are distinct and less than or equal to $2009$. Find the maximum possible value of $k$. | A | math_Intermediate Algebra | mathematics | ||
aquarat_30660 | deepmind/aqua_rat | E is the sister of F and G. H is F's daughter. I is F's son. Which of the following statements is definitely false? | A. E is F's sister B. G is E's uncle C. F is G's brother D. G is I's uncle E. I is G's nephew | B. G is E's uncle | Explanation:
E,F and G are children of same parents. So. G cannot be E's uncle.
Answer: B | formal_logic | mathematics |
mmlu_aux_train_94955 | mmlu_aux_train | Renewable resources
A. often come from fossil fuels
B. take centuries to biodegrade
C. can be used ad infinitum
D. should be used conservatively | C. can be used ad infinitum | high_school_biology | biology | ||
NLP4Education_207 | NLP4Education | We report the final performance (e.g., accuracy) on the ...
A. training
B. validation
C. test
D. all the data together | C. test | machine_learning | computer_science | ||
aquarat_78283 | deepmind/aqua_rat | Statements: The old order changed yielding place to new.
Assumption:
1) Change is the law of nature.
2) Discard old ideas because they are old. | 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 | A. Only conclusion I follows | Clearly, I directly follows from the given statement. Also, it is mentioned that old ideas are replaced by new ones, as thinking changes with the progressing time. So, II does not follow.
A | formal_logic | mathematics |
math_2059 | math_mc | According to the data shown, how much cheaper, in cents, is the cheaper store's price for Camera $X$ compared to the more expensive? \begin{tabular}{|l|l|}
\hline
\textbf{Store}& \textbf{Sale Price for Camera $X$} \\ \hline
Super Savers & $\$9$~off the list price~$\$39.96$ \\ \hline
Penny Wise & $25\%$~off the list pri... | C | math_Prealgebra | mathematics | ||
allenai/sciq_350 | allenai/sciq | What do scientist's believe mercury's core is mostly made of?
A. melted iron
B. quicksilver
C. helium gas
D. water | A. melted iron | Figure below shows a diagram of Mercury’s interior. Mercury is one of the densest planets. Scientists think that the interior contains a large core made mostly of melted iron. Mercury's core takes up about 42% of the planet's volume. Mercury's highly cratered surface is evidence that Mercury is not geologically active. | astronomy | physics | |
allenai/sciq_9068 | allenai/sciq | What do you call compounds whose properties are different because their atoms are bonded together in different arrangements?
A. isomers
B. mixtures
C. isotopes
D. ionic compounds | A. isomers | Hydrocarbons are compounds that contain only carbon and hydrogen atoms. The smallest hydrocarbon, methane (CH 4 ), contains just one carbon atom and four hydrogen atoms. Larger hydrocarbons contain many more. Hydrocarbons with four or more carbon atoms can have different shapes. Although they have the same chemical for... | high_school_chemistry | chemistry | |
mmlu_aux_train_39684 | mmlu_aux_train | Marvin Minsky is often called the Father of Artificial Intelligence. His work helped inspire the creation of the personal computer and the Internet. Artificial Intelligence Before Minsky, computers were more like calculators, performing math operations at speeds much faster than humans. Minsky was the first to say that... | C. Apart from Information Technology, Minsky's invention is also used in medical field. | college_computer_science | computer_science | ||
pythonio_763 | pythonio-mc | Program:
def find_longest_conseq_subseq(arr, n):
ans = 0
count = 0
arr.sort()
v = []
v.append(arr[0])
for i in range(1, n):
if (arr[i] != arr[i - 1]):
v.append(arr[i])
for i in range(len(v)):
if (i > 0 and v[i] == v[i - 1] + 1):
count += 1
else:
count = 1
ans = max(ans, c... | D | code | computer_science | ||
mmlu_aux_train_99058 | mmlu_aux_train | When the moon orbits our planet
A. ocean levels rise and drop
B. rivers flow in the opposite direction
C. all living things go to sleep.
D. sea levels stay the same | A. ocean levels rise and drop | astronomy | physics | ||
aquarat_77371 | deepmind/aqua_rat | If x = 1 + √2, then what is the value of x4 - 4x3 + 4x2 ? | A. -1 B. 0 C. 1 D. 2 E. 3 | C. 1 | Answer
x = 1 + √2
∴ x4 - 4x3 + 4x2 = x2(x2 - 4x + 4)
= x2(x - 2)2
= (1 + √2)2(1 + √2 - 2)2
=(√2 + 1)2 (√2 - 1)2
=[(√2)2 - (1)2]2
=(2 - 1)2 =1
Correct Option: C | college_mathematics | mathematics |
mmlu_aux_train_13425 | mmlu_aux_train | Linus Pauling,the only person who has won two undivided Nobel Prizes,was born in Portland,Oregon. He attended Washington High School but because of an unimportant detail he did not receive his diploma until 1962,long after he had received his Bachelor's degree in chemical engineering from Orgon State College in 1922. H... | B. Physical chemistry. | college_chemistry | chemistry | ||
allenai/sciq_2499 | allenai/sciq | What occurs as a result of the discharge of static electricity?
A. thunder
B. lightning
C. drought
D. clouds | B. lightning | Zachary Wilson. Lightning is the result of the discharge of static electricity . CC BY-NC 3.0. | high_school_physics | physics | |
pythonio_398 | pythonio-mc | Program:
def sum_nums(x, y,m,n):
sum_nums= x + y
if sum_nums in range(m, n):
return 20
else:
return sum_nums
Input:
sum_nums(10,15,5,30)
Output: | D | code | computer_science | ||
math_1554 | math_mc | What is the smallest positive four-digit number divisible by 9 which has two even and two odd digits? | B | math_Number Theory | mathematics | ||
math_766 | math_mc | The length of the hypotenuse of a right triangle is $h$ , and the radius of the inscribed circle is $r$. The ratio of the area of the circle to the area of the triangle is
$\textbf{(A) }\frac{\pi r}{h+2r}\qquad \textbf{(B) }\frac{\pi r}{h+r}\qquad \textbf{(C) }\frac{\pi}{2h+r}\qquad \textbf{(D) }\frac{\pi r^2}{r^2+h^2}... | D | math_Geometry | mathematics | ||
allenai/sciq_10594 | allenai/sciq | How many atoms are evenly organized around a central atom?
A. four
B. six
C. seven
D. five | B. six | Six atoms are evenly organized around a central atom. | college_chemistry | chemistry | |
pythonio_106 | pythonio-mc | Program:
def longest_increasing_subsequence(arr):
n = len(arr)
longest_increasing_subsequence = [1]*n
for i in range (1 , n):
for j in range(0 , i):
if arr[i] > arr[j] and longest_increasing_subsequence[i]< longest_increasing_subsequence[j] + 1 :
longest_increasing_subsequence[i] = longest_incre... | B | code | computer_science | ||
allenai/sciq_5156 | allenai/sciq | What model postulates that electrons orbit the nucleus at fixed energy levels?
A. bohr
B. coreolis
C. atomic model
D. Newton's model | A. bohr | The Bohr model postulates that electrons orbit the nucleus at fixed energy levels. | college_physics | physics | |
math_862 | math_mc | The truncated right circular cone has a large base radius 8 cm and a small base radius of 4 cm. The height of the truncated cone is 6 cm. How many $\text{cm}^3$ are in the volume of this solid? [asy]
import olympiad; size(150); defaultpen(linewidth(0.8)); dotfactor=4;
draw(ellipse((0,0),4,1)); draw(ellipse((0,3),2,1... | A | math_Geometry | mathematics | ||
allenai/sciq_6002 | allenai/sciq | Kangaroos, koalas, and opossums are examples of what type of mammals?
A. marsupials
B. cephalopods
C. monotremes
D. carnivorous | A. marsupials | By giving birth to tiny embryos, marsupial mothers are at less risk. However, the tiny newborn marsupial may be less likely to survive than a newborn placental mammal. The marsupial embryo completes its growth and development outside the mother’s body in a pouch. It gets milk by sucking on a nipple in the pouch. There ... | high_school_biology | biology | |
NLP4Education_319 | NLP4Education | Consider an array $A[1,\ldots, n]$ consisting of the $n$ distinct numbers $1,2, \ldots, n$. We are further guaranteed that $A$ is almost sorted in the following sense: $A[i] \neq i$ for at most $\sqrt{n}$ values of $i$. What are tight asymptotic worst-case running times for Insertion Sort and Merge Sort on such instan... | B. It is $\Theta(n \log n)$ for Merge Sort and $\Theta(n^{3/2})$ for Insertion Sort. | college_computer_science | computer_science | ||
allenai/sciq_5337 | allenai/sciq | What was the last supercontinent on earth?
A. rodinia
B. eurasia
C. pangaea
D. laurasia | C. pangaea | There are times in Earth history when all of the continents come together to form a supercontinent . Supercontinents come together and then break apart. Pangaea was the last supercontinent on Earth, but it was not the first. The supercontinent before Pangaea is called Rodinia. Rodinia contained about 75% of the contine... | astronomy | physics | |
pythonio_185 | pythonio-mc | Program:
def surface_Area(b,s):
return 2 * b * s + pow(b,2)
Input:
surface_Area(4,5)
Output: | B | code | computer_science | ||
mmlu_aux_train_28195 | mmlu_aux_train | There are many wetlands in China and some of them have become the world's important wetlands. The Chinese Yellow Sea Wetlands are among them. They are in Yancheng,Jiangsu Province. They are home of many different kinds of birds and animals. The world's largest Milu Deer Nature Reserve is in them. More than 700 milu d... | B. mild | high_school_biology | biology | ||
NLP4Education_609 | NLP4Education | Which of the following circuits does not change an input difference.
A. An XOR gate with a constant.
B. An SBox.
C. A right shift of all bits by one position.
D. A non-linear circuit. | A. An XOR gate with a constant. | electrical_engineering | engineering | ||
mmlu_aux_train_5749 | mmlu_aux_train | When I was six, dad brought home a dog one day, who was called "Brownie". My brothers and I all loved Brownie and did different things with her. One of us would walk her, another would feed her, then there were baths, playing catch and many other games. Brownie, in return, loved each other and every one of us. One thin... | B. Keep them company. | high_school_biology | biology | ||
aquarat_55991 | deepmind/aqua_rat | 9.7 , 9.7 , 9.9 , 9.9 , 10.0 , 10.1 , 10.2 , 10.5
The mean and the standard deviation of the 8 numbers shown above is 10 and 0.25 respectively. What percent of the 8 numbers are within 1 standard deviation of the mean? | A. 90% B. 85% C. 80% D. 75% E. 70% | D. 75% | Within 1 standard deviation of the mean- means in the range {mean-1*sd; mean+1*sd} = {10-1*0.25; 10+0.25} = {9.75; 10.25}.
From the 8 listed numbers, 5 are within this range so 5/8=75%.
Answer: D. | high_school_statistics | mathematics |
math_1142 | math_mc | Suppose $a<0$ and $a<b<c$. Which of the following must be true?
$ab < bc$
$ac<bc$
$ab< ac$
$a+b<b+c$
$c/a <1$
Enter your answer as a list of those options that are always true. For instance, if you think only the first and third are true, enter A, C. | C | math_Intermediate Algebra | mathematics | ||
aquarat_786 | deepmind/aqua_rat | In Arun's company 60% of the employees earn less than $50,000 a year, 60% of the employees earn more than $40,000 a year, 11% of the employees earn $43,000 a year and 5% of the employees earn $49,000 a year. What is the median salary for the company? | A. 43.0 B. 45.5 C. 46.0 D. 49.0 E. 50.0 | A. 43.0 | In Arun's company 60% of the employees earn less than $50,000 a year, 50 and 51 employee will be each 43K. hence median = (43K+43k)/2 | high_school_statistics | mathematics |
mmlu_aux_train_81466 | mmlu_aux_train | I'm 14, a year younger than most of my classmates. A week ago one of my classmates, Nitin, asked me for help with math homework. We ended up talking about computers and file-sharing . As we talked I found that he was more experienced and could teach me about file-sharing and networking. We went to his room and watched ... | C. He taught me about file-sharing and networking. | high_school_computer_science | computer_science | ||
mmlu_aux_train_96566 | mmlu_aux_train | A person may use water from a treatment plant so that it is
A. free from wetness
B. free of chunks
C. free from governments
D. free from ice | B. free of chunks | high_school_chemistry | chemistry | ||
pythonio_391 | pythonio-mc | Program:
def convert(list):
s = [str(i) for i in list]
res = int("".join(s))
return (res)
Input:
convert([1,2,3])
Output: | D | code | computer_science | ||
allenai/sciq_6080 | allenai/sciq | What type of change occurs when matter changes chemically into an entirely different substance with different chemical properties?
A. physical
B. genetic
C. chemical
D. material | C. chemical | Did you ever make a "volcano," like the one in Figure below , using baking soda and vinegar? What happens when the two substances combine? They produce an eruption of foamy bubbles. This happens because of a chemical change. A chemical change occurs when matter changes chemically into an entirely different substance wi... | high_school_chemistry | chemistry | |
aquarat_30503 | deepmind/aqua_rat | Define w* by the equation w* = π-w. Then ((−π)*)* = | A. −2π B. -1 C. −π D. 2π E. 4π | C. −π | for w* f(f(−π)) = f(π − (−π)) = f(π + π) = f(2π) = π − 2π = −π=C | college_mathematics | mathematics |
math_2140 | math_mc | One line is parameterized by
\[\begin{pmatrix} -1 + s \\ 3 - ks \\ 1 + ks \end{pmatrix}.\]Another line is parameterized by
\[\begin{pmatrix} t/2 \\ 1 + t \\ 2 - t \end{pmatrix}.\]If the lines are coplanar (i.e. there is a plane that contains both lines), then find $k.$ | D | math_Precalculus | mathematics | ||
mmlu_aux_train_43660 | mmlu_aux_train | Most of the time, the ground feels solid beneath our feet. That's comforting. But it's also misleading because there's actually a lot going on underground. Masses of land (called plates) slip, slide, and bump against each other, slowly changing the shape of continents and oceans over millions and billions of years. Sci... | A. The shapes of continents and oceans changed slowly. | astronomy | physics | ||
aquarat_81029 | deepmind/aqua_rat | List of salaries of 8 employees are listed below. What is the median salary? $40,000, $29,000, $35,500, $31,000, $43,000, $30,000, $27,000, $32,000 | A. $28,000 B. $29,500 C. $30,500 D. $30,000 E. $31,500 | E. $31,500 | Ordering the data from least to greatest, we get:
$27,000, $29,000, $30,000, $31,000, $32,000, $35,500, $40,000, $43,000
Since there is an even number of items in the data set, we compute the median by taking the mean of the two middlemost numbers.
$31,000 + $32,000 = $63,000
The median salary is $31,500.
E | high_school_statistics | mathematics |
mmlu_aux_train_93709 | mmlu_aux_train | Which is a process that most likely formed the Appalachian Mountains found in the eastern part of North America?
A. earthquake
B. folded rock
C. plate tectonics
D. volcanic activity | C. plate tectonics | college_earth_science | earth_science | ||
aquarat_32458 | deepmind/aqua_rat | What are the two main types of access control lists (ACLs)? | A. 1 and 3 B. 1 and 2 C. 2 and 1 D. 1 and 5 E. 1 and 9 | A. 1 and 3 | Explanation:
Standard and extended access control lists (ACLs) are used to configure security on a router.
Answer: Option A | computer_security | computer_science |
allenai/sciq_8989 | allenai/sciq | Many enzymes are simple proteins consisting entirely of one or more of these?
A. proteins acid chains
B. alkali acid chains
C. amino acid chains
D. interaction acid chains | C. amino acid chains | Many enzymes are simple proteins consisting entirely of one or more amino acid chains. Other enzymes contain a nonprotein component called a cofactor that is necessary for the enzyme’s proper functioning. There are two types of cofactors: inorganic ions [e. , zinc or Cu(I) ions] and organic molecules known as coenzymes... | college_biology | biology | |
mmlu_aux_train_30901 | mmlu_aux_train | Some researchers claim that people's personalities can be classified by their blood types If you have blood type O, you are a leader. When you see something you want , you strive to achieve your goal. You are passionate, loyal, and self-confident, and you are often a trendsetter . Your enthusiasm for projects and goal... | C. be considerate | medical_genetics | biology | ||
aquarat_40154 | deepmind/aqua_rat | For any function Fn(x)=Fn−1(F(x))Fn(x)=Fn−1(F(x)) if for n > 1 also g(x) = 1/x, h(x) = x−−√x and k(x) = x2x2 then what is the value of g(h3(k2(x)))? | A. 1 B. 8 C. 7 D. 6 E. 12 | A. 1 | Given Fn(x)=Fn−1(F(x));Fn(x)=Fn−1(F(x)); g(x) = 1/x; h(x) = x−−√x; k(x) = x−−√x
Then, k(k(x)) = (x2)2=x4(x2)2=x4
And, h3(k2(x))=h(h(h(k2(x))))=h(h(x2))=h(x)=x−−√.h3(k2(x))=h(h(h(k2(x))))=h(h(x2))=h(x)=x.
And, g(h3(k2(x)))=g(x−−√)=1/x−−√.g(h3(k2(x)))=g(x)=1/x.
Hence answer is option (A). | college_mathematics | mathematics |
math_741 | math_mc | Triangle $ABC$ has side lengths $AB = 12$, $BC = 25$, and $CA = 17$. Rectangle $PQRS$ has vertex $P$ on $\overline{AB}$, vertex $Q$ on $\overline{AC}$, and vertices $R$ and $S$ on $\overline{BC}$. In terms of the side length $PQ = \omega$, the area of $PQRS$ can be expressed as the quadratic polynomial\[Area(PQRS) = \a... | B | math_Geometry | mathematics | ||
mmlu_aux_train_93055 | mmlu_aux_train | Which rapid changes can be caused by storms?
A. landslides and flooding
B. flooding and earthquakes
C. landslides and volcanoes
D. volcanoes and earthquakes | A. landslides and flooding | earth_science | earth_science | ||
math_564 | math_mc | Consider polynomials $P(x)$ of degree at most $3$, each of whose coefficients is an element of $\{0, 1, 2, 3, 4, 5, 6, 7, 8, 9\}$. How many such polynomials satisfy $P(-1) = -9$?
$\textbf{(A) } 110 \qquad \textbf{(B) } 143 \qquad \textbf{(C) } 165 \qquad \textbf{(D) } 220 \qquad \textbf{(E) } 286$
| A | math_Counting & Probability | mathematics | ||
aquarat_37939 | deepmind/aqua_rat | Some scientists take their boat, the Vollert, out to an artificial reef they are studying. Nice weather on the way out means they can travel at 12 knots, but a storm blows in and they can only travel at 5 knots on the way home. What was their average speed for the whole trip? | A. 6 knots B. 2.5 knots C. 17 knots D. 7 knots E. 8.5 knots | E. 8.5 knots | (12 knots +5 knots)/2 = 8.5 knots
Correct option is: E | conceptual_physics | physics |
mmlu_aux_train_23903 | mmlu_aux_train | "An apple a day keeps the doctor away." Similarly, if we drink a little more water ever day, we may find that we need to go to the doctor a lot less often. A healthy diet is made up of water and a great many different kinds of foods. We know that healthy foods like fruits, vegetables and fish, are important as they pro... | D. Water and different foods | high_school_biology | biology | ||
allenai/sciq_1812 | allenai/sciq | When water slows down, it starts depositing sediment, starting with which particles first?
A. largest
B. lightest
C. smallest
D. finest | A. largest | How water transports particles depends on their size. When water slows down, it starts depositing sediment, starting with the largest particles first. | college_geology | earth_science | |
NLP4Education_513 | NLP4Education | Tick the \textbf{false} statement regarding the Enigma machine.
A. It is an electro-mechanical encryption device used by German armies in World War 2.
B. Its specifications are secret.
C. Its secret parameters are: ordered permutations, an involution, and a number.
D. It was patented in 1918. | B. Its specifications are secret. | computer_security | computer_science | ||
mmlu_aux_train_65237 | mmlu_aux_train | London is one of the most expensive cities in the world to stay in, but there are many budget hotels that offer accommodation at a reasonable cost. Please take careful note of the facilities described for each budget hotel; the very cheapest accommodation may offer good budget deals but a minimum of facilities. The... | D. To tell us two budget hotels. | high_school_computer_science | computer_science | ||
pythonio_7 | pythonio-mc | Program:
import heapq as hq
def heap_queue_largest(nums,n):
largest_nums = hq.nlargest(n, nums)
return largest_nums
Input:
heap_queue_largest( [25, 35, 22, 85, 14, 65, 75, 22, 58],2)
Output: | B | code | computer_science | ||
NLP4Education_598 | NLP4Education | Tick the \textbf{false} assertion.
A. Black-box ZK (zero knowledge) is a stronger notion than (simple) ZK.
B. We can give a black-box ZK protocol deciding 3-COL (coloring graphs with 3 colours).
C. The NP language has no ZK proofs.
D. We can give a ZK protocol deciding ISO (graph isomorphisms). | C. The NP language has no ZK proofs. | formal_logic | mathematics | ||
mmlu_aux_train_46666 | mmlu_aux_train | I am an e-mail user.When I first started to use the e-mail system. I used to read all my e-mail.I didn't have much mail.1 was very excited about receiving any e-mail.I gave my friends my e-mail address.Soon I had more mail than 1 wanted.Some of the mail was junk mail.1 was worried.I didn't want my mail to control me. I... | A. he didn't have much mail | high_school_computer_science | computer_science | ||
allenai/sciq_4501 | allenai/sciq | What are electrons in the outer energy level of an atom called?
A. shell electrons
B. valence electrons
C. outer electrons
D. positive electrons | B. valence electrons | The electrons in the outer energy level of an atom are called valence electrons . It is valence electrons that are potentially involved in chemical reactions. The number of valence electrons determines an element’s reactivity, or how likely the element is to react with other elements. The number of valence electrons al... | high_school_chemistry | chemistry | |
allenai/sciq_5360 | allenai/sciq | How do dogs lose body heat?
A. barking
B. sweating
C. eating
D. panting | D. panting | One way mammals lose excess heat is by increasing blood flow to the skin. This warms the skin so heat can be given off to the environment. That’s why you may get flushed, or red in the face, when you exercise on a hot day. You are likely to sweat as well. Sweating also reduces body heat. Sweat wets the skin, and when i... | high_school_biology | biology | |
mmlu_aux_train_60835 | mmlu_aux_train | Deception is something that people do all the time ,and it plays an important role in military strategy. Now some researchers are trying to figure out how to get robots to do it, by looking at the behavior of squirrels and birds. At Georgia Tech, a team led by Ronald Arkin , a professor at the School of interactive C... | C. It can lead the enemy in a wrong direction to avoid losing resources. | machine_learning | computer_science | ||
mmlu_aux_train_40203 | mmlu_aux_train | In the near future, all housework will be done without having a robot maid. Smart home technology will allow all sorts of electronics and appliances to be able to communicate with each other and perform various tasks. Whenever someone wants to have a snack, but does not feel like making something, why not have the ref... | C. with little or no human effort | college_computer_science | computer_science | ||
mmlu_aux_train_13090 | mmlu_aux_train | Have you ever heard of blogs ? If you haven't, you should have. It's here, it's growing and it's having an influence on our life. Surf the Internet and you'll find blogs everywhere. A blog, shortened from "weblog", is a public Internet journal written by one person or a group of people. It is a website in which a pers... | B. an Internet journal | high_school_computer_science | computer_science | ||
allenai/sciq_6235 | allenai/sciq | Which type of double bond has a sigma bond and a pi bond?
A. carbon-oxygen bond
B. Covalent Bonds
C. sodium - oxygen bond
D. dioxide - oxygen bond | A. carbon-oxygen bond | Has a double-bonded carbon-oxygen bond (one sigma bond and one pi bond). The carbon to which the oxygen is attached has one hydrogen atom connected to it. | high_school_chemistry | chemistry | |
math_1207 | math_mc | Let $x,$ $y,$ and $z$ be positive real numbers. Find the minimum value of
\[\frac{4z}{2x + y} + \frac{4x}{y + 2z} + \frac{y}{x + z}.\] | D | math_Intermediate Algebra | mathematics | ||
aquarat_1332 | deepmind/aqua_rat | If N = 2^0.15 and N^b = 32, b must equal | A. 3/80 B. 3/5 C. 4 D. 100/3 E. 80/3 | D. 100/3 | 15/100 = 3/20
N = 2 ^ 3/20
N^b = 2^5
(2^3/20)^b = 2^5
b = 100/3
Answer: D | college_mathematics | mathematics |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.