dataset
stringclasses
7 values
id
stringlengths
12
15
question
stringlengths
1
911
choices
listlengths
4
4
answer
stringclasses
4 values
math_qa
mathqa_03_02624
a car gets 27 miles to the gallon . if it is modified to use a solar panel , it will use only 75 percent as much fuel as it does now . if the fuel tank holds 14 gallons , how many more miles will the car be able to travel , per full tank of fuel , after it has been modified ?
[ "120", "126", "132", "138" ]
B
openbookqa
obqa_02_02287
A worm would most likely be eating
[ "a living tree", "a healthy human", "a dead lizard", "a living rat" ]
C
sciq
sciq_01_05785
What kind of radiation is observed in honeycreeper birds?
[ "spontaneous", "symbiotic", "destructive", "adaptive" ]
D
sciq
sciq_01_03244
The hemolymph and body cells exchange chemicals within what body part?
[ "the sinuses", "the lungs", "the gums", "the heart" ]
A
math_qa
mathqa_03_00158
what number should replace the question mark ? 2 , 16 , 4 , 14 , 6 , 12 , - - - ?
[ "8", "10", "12", "14" ]
A
sciq
sciq_01_04343
What aspect of beryllium allows it to absorb x-rays?
[ "magnetism", "high atomic number", "relative atomic number", "low atomic number" ]
D
ARC-Challenge
arc_04_02993
Scientists are concerned about the presence of heavy metals like lead and mercury in the environment because
[ "heavy metals threaten some forms of life.", "heavy metals will increase available resources.", "exposure to heavy metals causes healthy mutations.", "mining for heavy metals causes environmental stability." ]
A
sciq
sciq_01_11545
Studies have shown that not only does reproduction have a cost as far as how long male fruit flies live, but also fruit flies that have already mated several times have limited amounts of this?
[ "dna", "sperm", "chromosomes", "eggs" ]
B
math_qa
mathqa_03_03073
50 % of a number is 10 less than 3 / 5 th of that number . what is the number ?
[ "100", "50", "150", "200" ]
A
sciq
sciq_01_06321
Vitamin d is made in the skin when it is exposed to what?
[ "dirt", "sunlight", "water", "darkness" ]
B
math_qa
mathqa_03_03416
a = 2 ^ 15 - 625 ^ 3 and a / x is an integer , where x is a positive integer greater than 1 , such that it does not have a factor p such that 1 < p < x , then how many different values for x are possible ?
[ "none", "one", "two", "three" ]
B
math_qa
mathqa_03_03642
a person can row at 10 kmph in still water . if the velocity of the current is 2 kmph and it takes him 30 hour to row to a place and come back , how far is the place ?
[ "144 km", "30 km", "48 km", "12 km" ]
A
openbookqa
obqa_02_03046
tuna swim extremely fast to catch
[ "sharks", "kelp", "anchovies", "starfish" ]
C
openbookqa
obqa_02_00184
Using wind in order to power factories is a good idea because
[ "it can be gotten continuously", "it is free from dirt", "it is electric and powerful", "is uses very little gasoline" ]
A
openbookqa
obqa_02_01720
Birds are a vehicle for spreading the seeds of what?
[ "winds", "dissent", "flame", "oaks" ]
D
sciq
sciq_01_05480
A group of individuals that consists of genetically related individuals that can breed to produce fertile young is known as what?
[ "colonies", "community", "population", "species" ]
D
ARC-Easy
arc_04_00307
Which of the following is not an inherited trait of humans?
[ "eye color", "hair color", "favorite food", "height" ]
C
sciq
sciq_01_05598
Which is the final step of cell division?
[ "electrolysis", "Mitosis", "cytokinesis", "genesys" ]
C
ARC-Easy
arc_04_01456
Which interaction benefits both organisms?
[ "a flea living on a dog", "a bee pollinating a flower", "a tapeworm living inside an animal", "a mosquito biting a person" ]
B
sciq
sciq_01_04275
What structures on the gastrodermal cells keep the contents of the gastrovascular cavity agitated and help distribute nutrients?
[ "telomeres", "nucleus", "sporangia", "flagella" ]
D
ARC-Easy
arc_04_02060
Environmental organizations have asked businesses to take action to reduce waste. Which of the following changes could a business make in order to become more “environmentally friendly”?
[ "Purchase only recycled paper and paper products.", "When making photocopies, print on only one side of the paper.", "Purchase wood products manufactured only in other countries.", "When packing boxes, use Styrofoam™ filler instead of old newspapers." ]
A
ARC-Easy
arc_04_00074
A student put 200 milliliters (mL) of water into a pot, sets the pot on a burner, and heats the water to boil. When the pot is taken off the burner, it contains only 180 milliliters (mL) of water. What happened to the rest of the water?
[ "It was used up.", "It condensed.", "It was absorbed by the heat.", "It turned into water vapor." ]
D
sciq
sciq_01_01570
What do you call the slope that forms the edge of the continent?
[ "the land slope", "the prevalent slope", "the cataclysmic slope", "the continental slope" ]
D
sciq
sciq_01_08758
What is the study of the vital statistics of populations and how they change over time?
[ "ethnography", "demography", "anthropology", "sociology" ]
B
openbookqa
obqa_02_00541
wildfire occurs when
[ "being environmental is considered hot", "someone smokes near a forest", "condensed tree areas are ablaze", "tree patterns are similar to fire" ]
C
sciq
sciq_01_08619
Just as the reaction of a diol and a diacid forms a polyester, the reaction of a diacid and a diamine yields this?
[ "polyethylene", "phenol", "acetone", "polyamide" ]
D
sciq
sciq_01_05352
Methane, ethane, and propane are three of the smallest what?
[ "organisms", "alkanes", "atoms", "microorganisms" ]
B
sciq
sciq_01_02620
Increasing or decreasing the temperature of a system in what state acts as a stress to the system?
[ "gaseous", "liquid", "equilibrium", "nitrogen" ]
C
HPCPerfOpt-MCQA
hpc_05_00070
uint64_t seq_sum = 0; \n for (int i = 0; i < N; i++) { \n seq_sum += x[i]; \n } uint64_t vec_sum = 0; \n double start_time, \n end_time; \n start_time = omp_get_wtime(); \n #pragma omp simd num_threads(4) \n for (int i = 0; i < N; i++) { \n vec_sum += x[i]; \n } \n end_time = omp_get_wtime(); \n assert(seq_sum == vec_...
[ "The execution time can't be determined without additional information.", "The execution time would decrease, potentially leading to an execution time less than 0.0712165 seconds. ", " The execution time would increase due to the overhead of managing more threads. ", "The execution time would stay the same as...
B
sciq
sciq_01_04660
What type of fronts often bring sudden changes in the weather, including different types of precipitation, depending on the season?
[ "occluded fronts", "warm fronts", "cold fronts", "stationary fronts" ]
C
math_qa
mathqa_03_03873
a , b and c can do a work in 6 , 8 and 12 days respectively doing the work together and get a payment of rs . 1800 . what is b ’ s share ?
[ "300", "245", "600", "743" ]
C
sciq
sciq_01_02813
What are the two factors that affect the pressure of fluids?
[ "momentum and density", "depth and density", "viscosity and gravity", "depth and decrease" ]
B
sciq
sciq_01_04501
What are electrons in the outer energy level of an atom called?
[ "valence electrons", "positive electrons", "outer electrons", "shell electrons" ]
A
ARC-Easy
arc_04_00766
Plants transform energy when they make their own food. Which type of energy is used by plants for making food?
[ "electrical", "heat", "light", "mechanical" ]
C
ARC-Easy
arc_04_00033
Which best describes all unicellular organisms?
[ "Every cell is round.", "Every cell can make food.", "Every cell can move on its own.", "Every cell performs all life functions." ]
D
openbookqa
obqa_02_04135
In which of these locations is the winter solstice on December 21st?
[ "Panama", "New Zealand", "South Africa", "Argentina" ]
A
openbookqa
obqa_02_01423
The pressure in air drops very low, so clouds
[ "flood", "sink", "precipitate", "melt" ]
C
math_qa
mathqa_03_00406
in a certain kindergarten , half of the children are allergic to peanuts , 10 children are not allergic to cashew nuts , 10 children are allergic to both peanuts and cashew nuts , and 18 children are allergic to cashew nuts . how many of the kindergarten ' s children are not allergic to peanuts and are not allergic to ...
[ "14", "10", "8", "6" ]
D
sciq
sciq_01_08545
Which muscle is broad, triangular and located on the inferior part of the back where it inserts into the aponeurosis?
[ "Synergistic dorsi", "latissimus dorsi", "bronchus dorsi", "dorsolateral dorsi" ]
B
sciq
sciq_01_00846
What must molecules have to be cis-trans isomers?
[ "single bond", "last bond", "triple bond", "double bond" ]
D
sciq
sciq_01_04188
What cycle is frequency measured in per second?
[ "decibel", "watt", "hertz", "Krebs" ]
C
math_qa
mathqa_03_05847
the sum of all solutions for x in the equation x ^ 2 – 4 x + 14 = | x – 4 | + 8 is equal to :
[ "– 7", "8", "10", "12" ]
B
sciq
sciq_01_07591
The most common mode of asexual reproduction is through the formation of asexual these?
[ "atoms", "fibers", "cells", "spores" ]
D
sciq
sciq_01_05048
The magnitude of the momentum vector is the product of what two properties?
[ "mass and speed", "volume and speed", "acceleration and speed", "work and speed" ]
A
sciq
sciq_01_02301
Birds evolved from what type of ancestor?
[ "reptile", "fish", "insect", "apes" ]
A
math_qa
mathqa_03_00137
a owner of a mart earns an income of re 1 on the first day of his business . on every subsequent day , he earns an income which is just double of that made on the previous day . on the 10 th day of business , he earns an income of :
[ "18", "21", "22", "20" ]
A
math_qa
mathqa_03_05278
the average height of 20 girls out of a class of 50 is 142 cm . and that of the remaining girls is 149 cm . the average height of the whole class is :
[ "146.2 cms", "146.5 cms", "146.9 cms", "142.2 cms" ]
A
openbookqa
obqa_02_04056
Glaciers have
[ "magic", "feelings", "emotions", "slow, hidden rivers" ]
D
sciq
sciq_01_05379
What type of protein is a protein molecule that is attached to, or associated with the membrane of a cell or an organelle?
[ "conduction protein", "membrane protein", "amino acid", "rod protein" ]
B
sciq
sciq_01_08129
Scientists use a quantity called __________ as a measure of disorder, or randomness.
[ "entropy", "chance level", "motion", "vector count" ]
A
sciq
sciq_01_10492
What kind of compounds contain positively and negatively charged ions in a ratio that results in an overall charge of zero?
[ "neutral compounds", "zeronic ions", "zero charged compunds", "ionic compounds" ]
D
sciq
sciq_01_11291
What law shows the relationships among temperature, volume, and pressure?
[ "Law of Conservation", "Murphy's Law", "combined gas", "Newton's law" ]
C
sciq
sciq_01_06939
How many large eggs are generated during oogenesis?
[ "2", "one", "4", "3" ]
B
openbookqa
obqa_02_03751
Galileo dismissed what as a mere star?
[ "Neptune", "Venus", "Saturn", "the moon" ]
A
sciq
sciq_01_06030
What quality of sound makes a tuba and a piccolo very different to a listener?
[ "wavelength", "pitch", "tune", "curve" ]
B
sciq
sciq_01_05739
What system carries nerve impulses to internal organs, controlling activities that are not under your control, such as sweating and digesting food?
[ "autonomic nervous system", "circulatory nervous system", "hormonal nervous system", "limbic nervous system" ]
A
ARC-Easy
arc_04_00675
Which of the following is a living component of a desert in California?
[ "low rainfall", "hot temperature", "polar bear", "horned lizard" ]
D
sciq
sciq_01_02221
Terrestrial biomes are classified by the climate and their what?
[ "biodiversity", "pollution", "habitat", "geography" ]
A
sciq
sciq_01_03639
What kind of reproduction produces genetically identical organisms or clones?
[ "Sexual", "Prophase I", "asexual", "Meiosis" ]
C
sciq
sciq_01_02017
Where does digestion take place within an incomplete digestive system?
[ "central nervous system", "abdomen", "gastrovascular cavity", "lumbar region" ]
C
math_qa
mathqa_03_04655
a certain city with a population of 120,000 is to be divided into 11 voting districts , and no district is to have a population that is more than 10 percent greater than the population of any other district what is the minimum possible population that the least populated district could have ?
[ "a", "b", "c", "d" ]
B
ARC-Challenge
arc_04_02167
Which of the following is an observation about grasshoppers that a science class could have made on their nature walk?
[ "The grasshoppers will live longest in a container filled with plants.", "The grasshoppers are green with long back legs and antennae.", "The grasshoppers will probably eat more grass than tree leaves.", "The grasshoppers all hatched from eggs laid the year before." ]
B
sciq
sciq_01_06018
Which system is divided into the somatic and autonomic nervous systems?
[ "central nervous system", "local nervous system", "auxiliary nervous system", "peripheral nervous system" ]
D
openbookqa
obqa_02_03076
Which statement is true?
[ "cans should be recycled because its materials are infinite", "cans should be recycled because its materials are renewable", "cans should be recycled because its materials are delicious", "cans should be recycled because its materials are essentially finite" ]
D
ARC-Easy
arc_04_01091
Rocks in warm and humid environments can be weathered faster than rocks in other environments. Which is most likely the next step in the rock cycle for weathered rocks?
[ "They are cemented.", "They are compacted.", "They become eroded.", "They become molted." ]
C
sciq
sciq_01_08044
When does most amphibians' parenting end?
[ "once eggs have been laid", "after adolescence", "never", "once offspring reach adulthood" ]
A
sciq
sciq_01_03030
Carbon fixation is the first step of what cycle involving light reactions?
[ "sun cycle", "life cycle", "calvin cycle", "water cycle" ]
C
sciq
sciq_01_10264
What type of learning is based on past experience and reasoning?
[ "theory", "reflect", "insight", "experiment" ]
C
sciq
sciq_01_08982
What is it called when the soils of the arctic tundra remain in a perennially frozen state?
[ "permafreeze", "glacial domination", "permafrost", "concentrated freeze" ]
C
sciq
sciq_01_11061
What organ is divided into the duodenum, the jejunum, and the ileum?
[ "small intestine", "large intestine", "kidney", "lung" ]
A
openbookqa
obqa_02_04317
Which is likely to provide an undesired acquired characteristic for an organism?
[ "a light scratch on its leg", "learning to leave the nest", "finding a potential mate", "dipping a foot in magma" ]
D
sciq
sciq_01_01469
What is the skeleton of the cell?
[ "cytoplasm", "cytoskeleton", "cell membrane", "cell wall" ]
B
sciq
sciq_01_01134
What speeds up the reactions of chemical digestion?
[ "protein catalysts", "stomach acids", "electrical enzymes", "digestive enzymes" ]
D
sciq
sciq_01_06459
What substances function as a long-term energy store in the human body and possess long carbon chains that prevent dissolving in water?
[ "hydrocarbons", "triglycerides", "nanoparticles", "steroids" ]
B
sciq
sciq_01_04128
Distance traveled divided by time is equal to what?
[ "direction", "frequency", "momentum", "speed" ]
D
sciq
sciq_01_02026
The bond between the two nitrogen atoms is a what?
[ "double bond", "triple bond", "single bond", "quadruple bond" ]
B
openbookqa
obqa_02_02769
Buttercups can produce
[ "their own nutrients", "grow in space", "ride horses", "enter singing competitions" ]
A
math_qa
mathqa_03_04088
each of the integers from 1 to 15 is written on the a seperate index card and placed in a box . if the cards are drawn from the box at random without replecement , how many cards must be drawn to ensure that the product of all the integers drawn is even ?
[ "9", "12", "11", "10" ]
A
openbookqa
obqa_02_01220
If a bird is green, another bird can realize that by
[ "noticing it", "visiting it", "touching it", "killing it" ]
A
sciq
sciq_01_03936
Archaeans produce what kind of gas as a waste product?
[ "carbon dioxide", "sulfide", "methane", "carbon monoxide" ]
C
math_qa
mathqa_03_02300
what is the remainder when 1201 × 1202 × 1205 × 1210 is divided by 6 ?
[ "1", "2", "3", "4" ]
D
sciq
sciq_01_03849
What happens to the crust if the moving oceanic crust reaches a deep sea trench?
[ "it cleaves", "forms a continent", "sinks into mantle", "ocean volcano" ]
C
sciq
sciq_01_06880
How does the image focused by the eye travel to the brain?
[ "the sensory nerve", "the optic nerve", "the modulated nerve", "the secondary nerve" ]
B
ARC-Challenge
arc_04_02460
Which of these is a function of all cells?
[ "to absorb nutrients and gases from blood", "to extract energy from food to sustain life", "to produce food using water and carbon dioxide", "to give shape and structural support to an organism" ]
B
sciq
sciq_01_05625
Because fungi feed on decaying and dead matter, they play what important role by releasing essential elements into the environment?
[ "consumers", "carnivores", "producers", "decomposers" ]
D
sciq
sciq_01_01753
From the pharynx, air next passes through what structure, also known as the voice box because it contains vocal cords?
[ "trachea", "diaphram", "pancreas", "larynx" ]
D
sciq
sciq_01_10094
What are used to write nuclear equations for radioactive decay?
[ "special symbols", "chemical symbols", "nuclear symbols", "energy symbols" ]
C
math_qa
mathqa_03_05689
what is the value of 3 x ^ 2 − 1.8 x + 0.8 for x = 0.6 ?
[ "− 0.3", "0.8", "0.3", "1.08" ]
B
sciq
sciq_01_10865
Generally speaking, electronegativity values ______ from left to right across a row in the periodic table and _______ down a column.
[ "reverse, descend", "move, fall", "increase, decrease", "decrease, increase" ]
C
openbookqa
obqa_02_04707
A typhoon can potentially cause
[ "diminished lakes", "overflowing wetness", "population floods", "rivers drying" ]
B
sciq
sciq_01_00159
What do you call the horizontal stems of a strawberry plant that run over the ground surface?
[ "sprouts", "stolons", "climbing vines", "root volunteers" ]
B
sciq
sciq_01_02061
The vertebrate endoskeleton can also be called what?
[ "exoskeleton", "deep skeleton", "internal skeleton", "structural skeleton" ]
C
ARC-Easy
arc_04_00976
Astronomers have found evidence for the existence of a super-massive black hole in the center of the giant elliptical galaxy M87. What is thought to cause black holes to form?
[ "the death of a low-mass star", "the gravity of a large nebula", "the collapse of a high-mass star", "the combining of material from planets" ]
C
ARC-Challenge
arc_04_02141
Which of the following statements best explains why magnets usually stick to a refrigerator door?
[ "The refrigerator door is smooth.", "The refrigerator door contains iron.", "The refrigerator door is a good conductor.", "The refrigerator door has electric wires in it." ]
B
ARC-Easy
arc_04_01736
Which of the following best describes a role of mushrooms in ecosystems?
[ "capturing energy from sunlight", "consuming living plant material", "taking energy from animal hosts", "breaking down dead plant material" ]
D
openbookqa
obqa_02_01745
To protect yourself from blisters you may try
[ "a bandaid", "fur", "a rainbow", "a chicken" ]
A
sciq
sciq_01_00857
Atmospheric pressure is low in what anatomically named part of a hurricane?
[ "eye", "mouth", "nose", "leg" ]
A
sciq
sciq_01_00129
Due to the __________ nature of the lipids that make up cell membranes, polar molecules (such as water) and ions cannot easily diffuse across the cell membrane.
[ "hydrophylic", "hydrophobic", "catalytic", "saturated" ]
B
sciq
sciq_01_03539
What is caused by human actions that releases chemical substances and particles into the air?
[ "Improper Emissions", "air pollution", "CFO pollution", "heavy pollution" ]
B
sciq
sciq_01_09498
What is the name of the formation that regulates sleep and arousal?
[ "epithelial formation", "gelechioidea formation", "reticular formation", "sleep-arousal formation" ]
C