NTA UGC NET (University Grants Commission National Eligibility Test) — Questions and Answers
Question 1: What is the main idea of a passage?
- The primary theme or point (Correct answer)
- The conclusion
- The supporting details
- The main argument
Correct answer: The primary theme or point
The main idea of a passage is the central point or message that the author wants to convey. It's the overarching theme or argument that unifies all the supporting details and examples within the text. Identifying the main idea helps readers understand the core purpose and content of the passage.
Question 2: A is the brother of B. B is the sister of C. C is the son of D. How is A related to D?
- Son (Correct answer)
- Nephew
- Daughter
- Grandson
Correct answer: Son
C is D's son; B is C's sister and D's child; A is B's brother and also D's child — so A is D's son.
Question 3: The Great Wall of China was primarily built to protect against invasions from which direction?
- North (Correct answer)
- West
- East
- South
Correct answer: North
The Great Wall was built along China's northern border to protect against nomadic invasions from the north.
Question 4: Which country is the largest by land area?
- Russia (Correct answer)
- United States
- Canada
- China
Correct answer: Russia
Russia is the world's largest country by land area, covering about 17.1 million square kilometers.
Question 5: The United Nations was established in 1945. Which document serves as its founding charter?
- The Universal Declaration of Human Rights
- The Charter of the United Nations (Correct answer)
- The Atlantic Charter
- The Treaty of Westphalia
Correct answer: The Charter of the United Nations
The Charter of the United Nations was signed on June 26, 1945, in San Francisco by 50 nations and formally established the UN on October 24, 1945.
Question 6: The Berlin Wall, which divided East and West Berlin, fell in which year?
- 1989 (Correct answer)
- 1991
- 1985
- 1987
Correct answer: 1989
The Berlin Wall fell on November 9, 1989, when East Germany opened its borders, symbolizing the collapse of communist regimes across Eastern Europe.
Question 7: In a coded language, 123 means 'bright warm day', 345 means 'warm wet night', and 156 means 'bright cold night'. What code stands for 'night'?
- 5 (Correct answer)
- 6
- 3
- 1
Correct answer: 5
Comparing 345 and 156, both contain 'night' and both share the code 5, so 5 = night.
Question 8: Which programming paradigm does Python primarily support?
- Only procedural programming
- Only object-oriented programming
- Only functional programming
- Multi-paradigm (OOP, functional, procedural) (Correct answer)
Correct answer: Multi-paradigm (OOP, functional, procedural)
Python supports multiple programming paradigms including object-oriented, functional, and procedural styles.
Question 9: What is the primary function of the ribosome?
- Protein synthesis (Correct answer)
- Energy production
- DNA replication
- Cell division
Correct answer: Protein synthesis
Ribosomes are essential cellular organelles responsible for protein synthesis, a process also known as translation. They read the genetic information encoded in messenger RNA (mRNA) and use it to assemble amino acids into specific protein chains. This function is crucial for all cellular activities and structures, as proteins perform a vast array of functions within the cell.
Question 10: The EPA (Environmental Protection Agency) in the United States was established in which year?
- 1970 (Correct answer)
- 1990
- 1960
- 1980
Correct answer: 1970
The EPA was established in December 1970 under President Nixon to protect human health and the environment.
Question 11: If all Bloops are Razzles and all Razzles are Lazzles, then all Bloops are definitely:
- Lazzles (Correct answer)
- Razzles only
- Cannot be determined
- Neither Lazzles nor Razzles
Correct answer: Lazzles
By the transitive property of syllogism, if Bloops⊆Razzles and Razzles⊆Lazzles, then Bloops⊆Lazzles.
Question 12: The roots of the quadratic equation x² − 5x + 6 = 0 are:
- 1 and 6
- 2 and 3 (Correct answer)
- −2 and −3
- 2 and −3
Correct answer: 2 and 3
Factoring gives (x−2)(x−3) = 0, so the roots are x = 2 and x = 3.
Question 13: In a certain code, 'MANGO' is written as 'OCPIQ'. What is the code for 'APPLE'?
- CRRNG (Correct answer)
- ARROM
- BQQMF
- DSSOH
Correct answer: CRRNG
Each letter is shifted 2 places forward in the alphabet (M→O, A→C, N→P, G→I, O→Q), so APPLE → CRRNG.
Question 14: The process by which nitrogen is converted from the atmosphere into a usable form for plants is called:
- Nitrogen fixation (Correct answer)
- Ammonification
- Nitrification
- Denitrification
Correct answer: Nitrogen fixation
Nitrogen fixation converts atmospheric N₂ into ammonia (NH₃) by bacteria, making it available to plants.
Question 15: The sum of the series 1 + 1/2 + 1/4 + 1/8 + … (infinite geometric series) is:
- 1
- 3/2
- 4/3
- 2 (Correct answer)
Correct answer: 2
For an infinite geometric series with first term a=1 and ratio r=1/2, the sum is a/(1-r) = 1/(1-1/2) = 2.
Question 16: What is the number of ways to arrange the letters of the word 'EXAM'?
- 24 (Correct answer)
- 48
- 6
- 12
Correct answer: 24
The word EXAM has 4 distinct letters, so the number of arrangements is 4! = 24.
Question 17: Which type of pollution is caused by excessive noise from industrial or transportation sources?
- Light pollution
- Soil pollution
- Air pollution
- Noise pollution (Correct answer)
Correct answer: Noise pollution
Noise pollution refers to harmful or excessive sound that disrupts human or animal health and well-being.
Question 18: Which conic section is represented by the equation x²/9 + y²/4 = 1?
- Ellipse (Correct answer)
- Parabola
- Circle
- Hyperbola
Correct answer: Ellipse
An equation of the form x²/a² + y²/b² = 1 with a ≠ b represents an ellipse.
Question 19: The Battle of Plassey in 1757 marked the beginning of British political dominance in India. Who led the British East India Company forces in this battle?
- Warren Hastings
- Robert Clive (Correct answer)
- Arthur Wellesley
- Charles Cornwallis
Correct answer: Robert Clive
Robert Clive led the British East India Company forces against Siraj ud-Daulah at the Battle of Plassey in 1757, securing British supremacy in Bengal.
Question 20: Which of the following best describes cloud computing?
- Storing data only on local hard drives
- Using physical servers in one location only
- A type of internet browser
- Delivering computing services over the internet (Correct answer)
Correct answer: Delivering computing services over the internet
Cloud computing delivers computing services like servers, storage, and software over the internet on demand.
Question 21: The LCM of 4 and 6 is:
- 12 (Correct answer)
- 8
- 24
- 6
Correct answer: 12
The smallest number divisible by both 4 and 6 is 12.
Question 22: The Gupta period in Indian history is often referred to as the 'Golden Age' primarily because of its advancements in which fields?
- Agricultural reforms and irrigation
- Military conquests and territorial expansion
- Maritime trade and colonial ventures
- Art, literature, science, and philosophy (Correct answer)
Correct answer: Art, literature, science, and philosophy
The Gupta period (c. 319–550 CE) is called the Golden Age due to unprecedented achievements in art, literature, mathematics, astronomy, and philosophy.
Question 23: Acid rain is primarily caused by which gases?
- Ozone and chlorine
- Oxygen and hydrogen
- Carbon dioxide and methane
- Sulfur dioxide and nitrogen oxides (Correct answer)
Correct answer: Sulfur dioxide and nitrogen oxides
SO₂ and NOₓ react with water in the atmosphere to form sulfuric and nitric acids, causing acid rain.
Question 24: Which organelle is known as the powerhouse of the cell?
- Nucleus
- Mitochondrion (Correct answer)
- Ribosome
- Endoplasmic reticulum
Correct answer: Mitochondrion
Mitochondria are often referred to as the 'powerhouses of the cell' because they are responsible for generating most of the cell's supply of adenosine triphosphate (ATP). ATP is used as a source of chemical energy through the process of cellular respiration. This vital function fuels various cellular activities, from muscle contraction to nerve impulse transmission.
Question 25: The arithmetic mean of 5, 10, 15, 20, and 25 is:
- 20
- 12
- 17
- 15 (Correct answer)
Correct answer: 15
Mean = (5+10+15+20+25)/5 = 75/5 = 15.
Question 26: Which data structure operates on a LIFO (Last In, First Out) principle?
- Queue
- Stack (Correct answer)
- Linked List
- Tree
Correct answer: Stack
A stack follows LIFO, where the last element inserted is the first one to be removed.
Question 27: The HCF of 36 and 48 is:
- 24
- 6
- 12 (Correct answer)
- 18
Correct answer: 12
Prime factorization gives 36 = 2²×3² and 48 = 2⁴×3, so HCF = 2²×3 = 12.
Question 28: What does the term "implication" refer to in a reading comprehension context?
- The direct statement made by the author
- The underlying meaning or suggestion of the text (Correct answer)
- The clear meaning of a word
- The explicit content of the passage
Correct answer: The underlying meaning or suggestion of the text
In reading comprehension, an 'implication' refers to something that is suggested or hinted at by the text, rather than directly stated. It requires the reader to infer meaning based on the provided information, context, and subtle cues. Understanding implications involves reading between the lines to grasp the author's underlying message or suggestion.
Question 29: If a passage discusses the effects of climate change on polar bears, what type of text is it most likely?
- Informative (Correct answer)
- Narrative
- Descriptive
- Persuasive
Correct answer: Informative
An informative text aims to educate the reader about a particular topic by presenting facts, data, and explanations. A passage discussing the effects of climate change on polar bears would primarily be presenting factual information and scientific findings. Its purpose would be to inform the reader about this specific environmental issue.
Question 30: Which exam is conducted by NTA for admission to central universities in India?
- GATE
- CUET (Correct answer)
- XAT
- CAT
Correct answer: CUET
The Common University Entrance Test (CUET) is conducted by NTA for admissions to central universities.
Question 31: The JEE (Main) exam conducted by NTA provides admission to which type of institutions?
- IIMs
- IITs only
- AIIMS
- NITs and IIITs (Correct answer)
Correct answer: NITs and IIITs
JEE Main scores are used for admissions to NITs, IIITs, and other centrally funded technical institutions.
Question 32: The French Revolution of 1789 was sparked by widespread discontent with the monarchy and was preceded by which major economic crisis?
- Loss of French colonies in North America
- Failure of the Continental System
- Industrial collapse due to British competition
- Severe financial crisis caused by war debts and crop failures (Correct answer)
Correct answer: Severe financial crisis caused by war debts and crop failures
France's financial bankruptcy from wars (including the American Revolution) combined with crop failures and food shortages created the economic conditions that ignited the French Revolution.
Question 33: Which protocol is used to send email over the internet?
- HTTP
- IMAP
- SMTP (Correct answer)
- FTP
Correct answer: SMTP
SMTP (Simple Mail Transfer Protocol) is the standard protocol used for sending emails.
Question 34: What is the volume of a cube with side length 4 cm?
- 96 cm³
- 48 cm³
- 16 cm³
- 64 cm³ (Correct answer)
Correct answer: 64 cm³
Volume of a cube = side³ = 4³ = 64 cm³.
Question 35: What is Newton's First Law of Motion?
- For every action, there is an equal and opposite reaction.
- The force acting on an object is equal to its mass times its acceleration.
- Energy cannot be created or destroyed, only transformed.
- An object in motion stays in motion unless acted upon by an external force. (Correct answer)
Correct answer: An object in motion stays in motion unless acted upon by an external force.
Newton's First Law of Motion, also known as the Law of Inertia, states that an object at rest will stay at rest, and an object in motion will stay in motion with the same speed and in the same direction, unless acted upon by an unbalanced external force. This law describes the tendency of objects to resist changes in their state of motion.
Question 36: In a right-angled triangle with legs 3 and 4, the hypotenuse is:
- 6
- 7
- 5 (Correct answer)
- √7
Correct answer: 5
By the Pythagorean theorem: hypotenuse = √(3²+4²) = √(9+16) = √25 = 5.
Question 37: In binary, the decimal number 10 is represented as:
- 1011
- 1001
- 1100
- 1010 (Correct answer)
Correct answer: 1010
10 in decimal = 8+2 = 2³+2¹, which is represented as 1010 in binary.
Question 38: Who founded the Mauryan Empire in ancient India around 321 BCE?
- Ashoka
- Chandragupta Maurya (Correct answer)
- Bindusara
- Chandragupta II
Correct answer: Chandragupta Maurya
Chandragupta Maurya founded the Mauryan Empire around 321 BCE with the guidance of his advisor Chanakya, overthrowing the Nanda dynasty.
Question 39: Who was the first Prime Minister of independent India?
- Sardar Vallabhbhai Patel
- B.R. Ambedkar
- Rajendra Prasad
- Jawaharlal Nehru (Correct answer)
Correct answer: Jawaharlal Nehru
Jawaharlal Nehru became independent India's first Prime Minister on August 15, 1947, and served until his death in May 1964.
Question 40: The speed of light in a vacuum is approximately:
- 3×10¹⁰ m/s
- 3×10⁶ m/s
- 3×10⁸ m/s (Correct answer)
- 3×10⁴ m/s
Correct answer: 3×10⁸ m/s
The speed of light in a vacuum is approximately 3×10⁸ meters per second (300,000 km/s).
Question 41: Pointing to a woman, a man says, 'She is the daughter of the only child of my grandfather.' How is the woman related to the man?
- Daughter
- Sister (Correct answer)
- Cousin
- Mother
Correct answer: Sister
The only child of his grandfather is his father/mother; the daughter of that person is his sister.
Question 42: If log₂(32) = x, what is x?
- 6
- 5 (Correct answer)
- 4
- 8
Correct answer: 5
Since 2⁵ = 32, log₂(32) = 5.
Question 43: Which ancient Indian civilization flourished along the Indus River and is known for its advanced urban planning?
- Mauryan Empire
- Gupta Empire
- Vedic Civilization
- Indus Valley Civilization (Correct answer)
Correct answer: Indus Valley Civilization
The Indus Valley Civilization (c. 3300–1300 BCE) flourished along the Indus River and is renowned for its grid-planned cities like Mohenjo-daro and Harappa.
Question 44: Which of the following is an object-oriented programming language?
- Assembly
- C
- Java (Correct answer)
- COBOL
Correct answer: Java
Java is a fully object-oriented programming language built around classes and objects.
Question 45: Who founded the Indian National Congress (INC) in 1885?
- Allan Octavian Hume (Correct answer)
- Mahatma Gandhi
- Bal Gangadhar Tilak
- Gopal Krishna Gokhale
Correct answer: Allan Octavian Hume
Allan Octavian Hume, a retired British civil servant, founded the Indian National Congress in 1885, which later became the primary organization leading the independence movement.
Question 46: Statement: All cups are plates. Some plates are bowls. Conclusion I: Some cups are bowls. Conclusion II: Some bowls are cups. Which conclusion(s) follow?
- Neither I nor II follows (Correct answer)
- Only I follows
- Both I and II follow
- Only II follows
Correct answer: Neither I nor II follows
All cups are plates, and some plates are bowls, but those bowls may not include any cups, so neither conclusion necessarily follows.
Question 47: Which of the following is a major consequence of deforestation?
- Loss of biodiversity and increased CO₂ (Correct answer)
- Increased rainfall in the area
- Cooling of global temperatures
- Improved air quality
Correct answer: Loss of biodiversity and increased CO₂
Deforestation destroys habitats, threatens species, and releases stored carbon, increasing atmospheric CO₂.
Question 48: Which of the following is an example of deductive reasoning?
- All mammals breathe air; dolphins are mammals; therefore dolphins breathe air. (Correct answer)
- It rained last five Mondays, so it will probably rain next Monday.
- Birds fly; penguins are birds; therefore penguins can fly.
- My car wouldn't start; maybe the battery is dead.
Correct answer: All mammals breathe air; dolphins are mammals; therefore dolphins breathe air.
Deductive reasoning draws a certain conclusion from general premises, as in the classic syllogism about mammals and dolphins.
Question 49: Which law explains why a rocket can move in space?
- The Law of Conservation of Energy
- Newton's Second Law
- Newton's Third Law (Correct answer)
- Newton's First Law
Correct answer: Newton's Third Law
Newton's Third Law states that for every action, there is an equal and opposite reaction. A rocket expels hot gases downwards (action), and in response, the gases exert an equal and opposite force upwards, propelling the rocket forward. This principle allows the rocket to accelerate even in the vacuum of space, as it doesn't need air to push against.
Question 50: The value of sin²θ + cos²θ is always equal to:
- 2
- 1 (Correct answer)
- −1
- 0
Correct answer: 1
The Pythagorean identity states that sin²θ + cos²θ = 1 for all values of θ.
Question 51: Which of the following best describes an ecosystem?
- A single species and its habitat
- Only the non-living components of an environment
- A community of living organisms interacting with their physical environment (Correct answer)
- Only the living organisms in an area
Correct answer: A community of living organisms interacting with their physical environment
An ecosystem includes both the biotic (living) and abiotic (non-living) components interacting together.
Question 52: What is the output of: 5 % 3 in most programming languages?
- 1
- 0
- 5
- 2 (Correct answer)
Correct answer: 2
The modulo operator (%) returns the remainder of division: 5 ÷ 3 = 1 remainder 2.
Question 53: The Cold War was primarily a geopolitical tension between which two superpowers?
- United States and China
- United States and Soviet Union (Correct answer)
- Soviet Union and United Kingdom
- United States and Germany
Correct answer: United States and Soviet Union
The Cold War (1947–1991) was a period of geopolitical tension between the United States (and its NATO allies) and the Soviet Union (and its Warsaw Pact allies).
Question 54: Which layer of the OSI model is responsible for routing packets?
- Network Layer (Correct answer)
- Data Link Layer
- Transport Layer
- Application Layer
Correct answer: Network Layer
The Network Layer (Layer 3) is responsible for logical addressing and routing of packets between networks.
Question 55: What is the unit of electrical resistance?
- Volt
- Ampere
- Ohm (Correct answer)
- Watt
Correct answer: Ohm
The Ohm (Ω) is the standard unit of electrical resistance, named after German physicist Georg Simon Ohm. Electrical resistance is a measure of how much a material opposes the flow of electric current. A higher resistance means that more voltage is required to produce a given current.
Question 56: If in a race A finishes before B, C finishes after D, and B finishes before C, who finishes last?
- D or C
- A
- B
- Cannot be determined for D (Correct answer)
Correct answer: Cannot be determined for D
The order is A > B > C, and D finishes before C; without knowing D's position relative to A and B, D or C could be last — but C is definitively last.
Question 57: Eutrophication of water bodies is mainly caused by excess:
- Nutrients (nitrogen and phosphorus) (Correct answer)
- Chlorine
- Carbon dioxide
- Heavy metals
Correct answer: Nutrients (nitrogen and phosphorus)
Excess nutrients from fertilizers cause algal blooms that deplete oxygen in water, leading to eutrophication.
Question 58: The Vijayanagara Empire, one of the greatest Hindu kingdoms of medieval India, had its capital at which city?
- Mysore
- Madurai
- Hampi (Correct answer)
- Thanjavur
Correct answer: Hampi
Hampi (Vijayanagara) served as the capital of the Vijayanagara Empire from c. 1336 to 1565 CE and is now a UNESCO World Heritage Site in Karnataka.
Question 59: Which sorting algorithm has the best average-case time complexity?
- Insertion Sort
- Merge Sort (Correct answer)
- Bubble Sort
- Selection Sort
Correct answer: Merge Sort
Merge Sort has an average-case time complexity of O(n log n), better than O(n²) algorithms.
Question 60: What is the purpose of an operating system?
- To manage hardware resources and provide services to applications (Correct answer)
- To browse the internet
- To protect against viruses only
- To create documents and spreadsheets
Correct answer: To manage hardware resources and provide services to applications
An operating system manages hardware resources such as CPU, memory, and storage, and provides a platform for applications.
Question 61: The Constitution of the United States was ratified in which year?
- 1800
- 1865
- 1776
- 1788 (Correct answer)
Correct answer: 1788
The U.S. Constitution was ratified in 1788 when the ninth state, New Hampshire, approved it.
Question 62: Which of the following is a prime number?
- 93
- 91
- 97 (Correct answer)
- 87
Correct answer: 97
97 is divisible only by 1 and itself, making it a prime number.
Question 63: If A is a 3×3 matrix and det(A) = 5, what is det(2A)?
- 40 (Correct answer)
- 20
- 10
- 5
Correct answer: 40
For an n×n matrix, det(kA) = kⁿ·det(A), so det(2A) = 2³×5 = 40.
Question 64: Which medieval Indian ruler is credited with introducing the Din-i-Ilahi, a syncretic religion blending elements of Islam, Hinduism, and other faiths?
- Babur
- Humayun
- Akbar (Correct answer)
- Sher Shah Suri
Correct answer: Akbar
Emperor Akbar introduced Din-i-Ilahi around 1582 CE as a syncretic spiritual movement reflecting his policy of religious tolerance and universal brotherhood.
Question 65: Which agreement, signed in 1993, established the European Union as it is known today?
- Treaty of Rome
- Treaty of Maastricht (Correct answer)
- Schengen Agreement
- Treaty of Lisbon
Correct answer: Treaty of Maastricht
The Treaty of Maastricht, signed on February 7, 1992 and effective November 1, 1993, formally established the European Union and introduced the framework for the euro currency.
Question 66: A man walks 5 km north, then 3 km east, then 5 km south. How far is he from the starting point?
- 8 km
- 5 km
- 3 km (Correct answer)
- √34 km
Correct answer: 3 km
Walking 5 km north and 5 km south cancels out, leaving only 3 km east displacement.
Question 67: What does the acronym 'URL' stand for?
- Universal Record Link
- Uniform Resource Locator (Correct answer)
- Uniform Record Locator
- Universal Resource Locator
Correct answer: Uniform Resource Locator
URL stands for Uniform Resource Locator, the address used to access resources on the internet.
Question 68: What is the missing number in the pattern: 3, 7, 15, 31, ?
- 55
- 61
- 63 (Correct answer)
- 47
Correct answer: 63
Each term is 2× the previous term plus 1: 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63.
Question 69: Which gas is most abundant in Earth's atmosphere?
- Carbon Dioxide
- Argon
- Oxygen
- Nitrogen (Correct answer)
Correct answer: Nitrogen
Nitrogen makes up approximately 78% of Earth's atmosphere, making it the most abundant gas.
Question 70: In cybersecurity, what is a 'firewall'?
- Software for data encryption
- A security system that monitors and controls network traffic (Correct answer)
- A type of computer virus
- Hardware that speeds up internet connection
Correct answer: A security system that monitors and controls network traffic
A firewall is a security system that monitors and filters incoming and outgoing network traffic based on rules.
Question 71: The United Nations was founded in which year?
- 1950
- 1945 (Correct answer)
- 1919
- 1939
Correct answer: 1945
The United Nations was officially established on October 24, 1945, after World War II.
Question 72: In context, what does the word "meticulous" most likely mean?
- Detailed and precise (Correct answer)
- Careless
- Random
- Quick
Correct answer: Detailed and precise
The word 'meticulous' describes someone who shows great attention to detail and is very careful and precise in their work. It implies thoroughness and accuracy, indicating that tasks are performed with extreme care. Therefore, 'detailed and precise' is the most fitting definition in context.
Question 73: If f(x) = x² + 3x + 2, then f(−1) is:
- −2
- 6
- 2
- 0 (Correct answer)
Correct answer: 0
f(−1) = (−1)² + 3(−1) + 2 = 1 − 3 + 2 = 0.
Question 74: The Salt March (Dandi March) of 1930 was a key event in India's independence struggle. How far did Mahatma Gandhi march to reach the sea?
- 500 miles (805 km)
- 241 miles (388 km) (Correct answer)
- 100 miles (161 km)
- 75 miles (121 km)
Correct answer: 241 miles (388 km)
Gandhi led the 241-mile (388 km) Dandi March from Sabarmati Ashram to the coastal village of Dandi in Gujarat to protest the British salt monopoly.
Question 75: If some doctors are singers and all singers are tall, which conclusion is definitely true?
- Some doctors are tall (Correct answer)
- All doctors are tall
- No doctors are tall
- All tall people are doctors
Correct answer: Some doctors are tall
Since some doctors are singers and all singers are tall, those doctor-singers must be tall — so some doctors are tall.
Question 76: Which greenhouse gas is most responsible for recent human-caused climate change?
- Methane (CH₄)
- Carbon dioxide (CO₂) (Correct answer)
- Water vapor
- Nitrous oxide (N₂O)
Correct answer: Carbon dioxide (CO₂)
CO₂ is the primary greenhouse gas driving recent climate change due to fossil fuel combustion and deforestation.
Question 77: Which of the following is a renewable energy source?
- Coal
- Petroleum
- Solar energy (Correct answer)
- Natural gas
Correct answer: Solar energy
Solar energy is renewable because it is continuously replenished by the sun without depletion.
Question 78: What is the area of a circle with radius 7 cm? (Use π ≈ 22/7)
- 144 cm²
- 196 cm²
- 154 cm² (Correct answer)
- 49 cm²
Correct answer: 154 cm²
Area = πr² = (22/7) × 7² = (22/7) × 49 = 154 cm².
Question 79: The Paris Agreement (2015) primarily aims to limit global temperature rise to:
- 0.5°C above pre-industrial levels
- 3–4°C above pre-industrial levels
- 1.5–2°C above pre-industrial levels (Correct answer)
- 5°C above pre-industrial levels
Correct answer: 1.5–2°C above pre-industrial levels
The Paris Agreement aims to limit global warming to well below 2°C, with efforts to limit it to 1.5°C above pre-industrial levels.
Question 80: The Industrial Revolution began in the 18th century primarily in which country?
- France
- Germany
- Great Britain (Correct answer)
- United States
Correct answer: Great Britain
The Industrial Revolution originated in Great Britain in the mid-18th century, driven by innovations in textile manufacturing, steam power, and iron production.
Question 81: What is the most common form of carbon found in nature?
- Diamond
- Carbon Nanotubes
- Graphite (Correct answer)
- Fullerenes
Correct answer: Graphite
Graphite is the most common and stable allotrope of carbon found in nature under standard conditions. It consists of layers of carbon atoms arranged in hexagonal rings, making it soft, slippery, and a good conductor of electricity. While diamond is also a natural form of carbon, it is much rarer and forms under extreme pressure and temperature.
Question 82: What is biodiversity?
- The process of decomposition
- The study of plant biology
- The variety of life forms in a given area (Correct answer)
- The water cycle in an ecosystem
Correct answer: The variety of life forms in a given area
Biodiversity refers to the variety of all life forms, including species, genes, and ecosystems, in a given area.
Question 83: Mahatma Gandhi launched the Non-Cooperation Movement in 1920 in response to which British action?
- Simon Commission Report (1930)
- Partition of Bengal (1905)
- Rowlatt Act (1919) and Jallianwala Bagh Massacre (1919) (Correct answer)
- Government of India Act (1935)
Correct answer: Rowlatt Act (1919) and Jallianwala Bagh Massacre (1919)
Gandhi launched the Non-Cooperation Movement in 1920 primarily in response to the repressive Rowlatt Act and the Jallianwala Bagh massacre of April 1919.
Question 84: What comes next in the sequence: 2, 6, 12, 20, 30, ?
- 44
- 36
- 42 (Correct answer)
- 40
Correct answer: 42
The differences are 4, 6, 8, 10, 12, so the next term is 30 + 12 = 42.
Question 85: Which plan proposed by Lord Mountbatten in 1947 provided the framework for the partition of British India into the independent nations of India and Pakistan?
- Mountbatten Plan (Indian Independence Act) (Correct answer)
- Cripps Mission Plan
- Cabinet Mission Plan
- Wavell Plan
Correct answer: Mountbatten Plan (Indian Independence Act)
The Mountbatten Plan, formalized through the Indian Independence Act of July 1947, provided the framework for partitioning British India into two dominions: India and Pakistan.
Question 86: Five friends sit in a row. A is to the left of B, C is to the right of B, D is to the left of A, E is to the right of C. What is the order from left to right?
- D, B, A, C, E
- D, A, B, C, E (Correct answer)
- A, D, B, C, E
- A, B, D, C, E
Correct answer: D, A, B, C, E
From the conditions: D < A < B < C < E, giving the order D, A, B, C, E.
Question 87: What does HTML stand for?
- High Transfer Markup Language
- High Text Markup Language
- HyperText Modern Language
- HyperText Markup Language (Correct answer)
Correct answer: HyperText Markup Language
HTML stands for HyperText Markup Language, the standard language for creating web pages.
Question 88: What molecule carries genetic information from the nucleus to the cytoplasm?
- DNA
- RNA (Correct answer)
- Carbohydrate
- Protein
Correct answer: RNA
Ribonucleic acid (RNA), specifically messenger RNA (mRNA), plays a crucial role in carrying genetic information. It transcribes the genetic code from DNA in the nucleus and transports it to the ribosomes in the cytoplasm. There, the mRNA sequence is translated into proteins, fulfilling the instructions encoded in the DNA.
Question 89: Which planet in our solar system has the most moons?
- Saturn (Correct answer)
- Jupiter
- Uranus
- Neptune
Correct answer: Saturn
As of recent discoveries, Saturn holds the record for the most confirmed moons in our solar system.
Question 90: What does RAM stand for?
- Random Address Memory
- Read Access Memory
- Rapid Access Module
- Random Access Memory (Correct answer)
Correct answer: Random Access Memory
RAM stands for Random Access Memory, the computer's short-term memory used during active processing.
Question 91: Which organization conducts the National Eligibility cum Entrance Test (NEET) in India?
- AICTE
- UGC
- NTA (Correct answer)
- CBSE
Correct answer: NTA
The National Testing Agency (NTA) has been conducting NEET for undergraduate medical admissions since 2019.
Question 92: The food chain begins with:
- Producers (plants) (Correct answer)
- Secondary consumers
- Decomposers
- Primary consumers
Correct answer: Producers (plants)
Producers, such as plants, are at the base of the food chain because they convert sunlight into chemical energy.
Question 93: What is the value of ∫₀¹ x² dx?
- 2/3
- 1/3 (Correct answer)
- 1/2
- 1/4
Correct answer: 1/3
Integrating x² gives x³/3, evaluated from 0 to 1 equals 1/3.
Question 94: The Treaty of Versailles (1919), which ended World War I, imposed heavy reparations on which country?
- Austria-Hungary
- Bulgaria
- Germany (Correct answer)
- Ottoman Empire
Correct answer: Germany
The Treaty of Versailles (1919) placed sole blame for World War I on Germany (the 'war guilt' clause) and imposed massive reparations, territorial losses, and military restrictions.
Question 95: What is the speed of light in a vacuum?
- 3 × 10^8 meters per second (Correct answer)
- 3 × 10^10 meters per second
- 3 × 10^6 meters per second
- 3 × 10^12 meters per second
Correct answer: 3 × 10^8 meters per second
The speed of light in a vacuum, denoted by 'c', is a fundamental physical constant. Its universally accepted value is approximately 299,792,458 meters per second, which is commonly rounded to 3 × 10^8 meters per second. This speed represents the absolute upper limit for the speed at which all conventional matter and information can travel.
Question 96: Which of the following is the derivative of sin(x)?
- cos(x) (Correct answer)
- tan(x)
- -cos(x)
- -sin(x)
Correct answer: cos(x)
The derivative of sin(x) with respect to x is cos(x).
Question 97: What is the time complexity of binary search on a sorted array of n elements?
- O(1)
- O(n)
- O(n²)
- O(log n) (Correct answer)
Correct answer: O(log n)
Binary search halves the search space with each step, giving a time complexity of O(log n).
Question 98: What is the primary cause of the depletion of the ozone layer?
- Sulfur dioxide
- Methane
- Carbon dioxide
- Chlorofluorocarbons (CFCs) (Correct answer)
Correct answer: Chlorofluorocarbons (CFCs)
CFCs, once used in refrigerants and aerosols, release chlorine atoms in the stratosphere that destroy ozone molecules.
Question 99: What is the atomic number of carbon?
- 12
- 14
- 8
- 6 (Correct answer)
Correct answer: 6
The atomic number of an element is defined by the number of protons in the nucleus of an atom of that element. Carbon atoms always contain 6 protons, which uniquely identifies it as carbon on the periodic table. This number also dictates its electron configuration and fundamental chemical properties.
Question 100: The slope of the line passing through points (1, 2) and (3, 8) is:
- 4
- 6
- 3 (Correct answer)
- 2
Correct answer: 3
Slope = (8−2)/(3−1) = 6/2 = 3.
Question 101: A is taller than B; B is taller than C; D is shorter than A but taller than B. Who is the tallest?
- B
- C
- D
- A (Correct answer)
Correct answer: A
Since A > D > B > C in height, A is the tallest.
Question 102: Which number is the odd one out: 4, 9, 16, 25, 35, 49?
- 49
- 25
- 4
- 35 (Correct answer)
Correct answer: 35
All other numbers are perfect squares (2², 3², 4², 5², 7²), but 35 is not a perfect square.
Question 103: Which is the largest ocean on Earth?
- Indian Ocean
- Arctic Ocean
- Pacific Ocean (Correct answer)
- Atlantic Ocean
Correct answer: Pacific Ocean
The Pacific Ocean is the largest and deepest ocean, covering more than 30% of Earth's surface.
Question 104: Which element is known for having the highest electronegativity?
- Chlorine
- Oxygen
- Fluorine (Correct answer)
- Nitrogen
Correct answer: Fluorine
Electronegativity is a measure of an atom's ability to attract shared electrons in a chemical bond. Fluorine is the most electronegative element on the periodic table because it has a small atomic radius and a high effective nuclear charge, strongly attracting electrons. This property makes it highly reactive, especially in forming ionic and polar covalent bonds.
Question 105: NTA was established in which year?
- 2019
- 2017 (Correct answer)
- 2015
- 2010
Correct answer: 2017
The National Testing Agency was established in November 2017 as an autonomous organization under the Ministry of Education.
Question 106: Who was the first President of the United States?
- Abraham Lincoln
- George Washington (Correct answer)
- John Adams
- Thomas Jefferson
Correct answer: George Washington
George Washington served as the first President of the United States from 1789 to 1797.
Question 107: Which element is represented by the chemical symbol 'Au'?
- Silver
- Aluminum
- Argon
- Gold (Correct answer)
Correct answer: Gold
Au comes from the Latin word 'Aurum,' which is the symbol for the element Gold.
Question 108: What is the next letter in the series: A, C, F, J, O, ?
- S
- U (Correct answer)
- V
- T
Correct answer: U
The gaps increase by 1 each time: +2, +3, +4, +5, +6, so O + 6 = U.
Question 109: Which vitamin is primarily obtained from sunlight exposure?
- Vitamin C
- Vitamin A
- Vitamin D (Correct answer)
- Vitamin B12
Correct answer: Vitamin D
Vitamin D is synthesized in the skin upon exposure to ultraviolet (UV) rays from sunlight.
Question 110: Which of the following is a NoSQL database?
- MongoDB (Correct answer)
- Oracle
- PostgreSQL
- MySQL
Correct answer: MongoDB
MongoDB is a NoSQL document-oriented database that stores data in JSON-like documents.
Question 111: What is the basic unit of life?
- Atom
- Molecule
- Tissue
- Cell (Correct answer)
Correct answer: Cell
The cell is universally recognized as the fundamental structural and functional unit of all known living organisms. According to cell theory, all living things are composed of one or more cells, and all cells arise from pre-existing cells. It is the smallest entity that can carry out all the processes necessary for life.
Question 112: What is the principle of conservation of energy?
- Energy can neither be created nor destroyed, only transformed. (Correct answer)
- Energy is always increasing in a closed system.
- Energy can be created by converting mass.
- Energy is only conserved in isolated systems.
Correct answer: Energy can neither be created nor destroyed, only transformed.
The principle of conservation of energy, also known as the First Law of Thermodynamics, states that energy cannot be created or destroyed within a closed system. Instead, it can only be transformed from one form to another, such as from potential energy to kinetic energy or chemical energy to heat. The total amount of energy in the universe remains constant, only changing its manifestation.
Question 113: The Indian Rebellion of 1857, often called the First War of Indian Independence, began as a mutiny among which group?
- Merchants opposing trade restrictions
- Indian sepoys (soldiers) in the Bengal Army (Correct answer)
- Peasants in Bengal
- Zamindars (landlords)
Correct answer: Indian sepoys (soldiers) in the Bengal Army
The 1857 Rebellion began when Indian sepoys (soldiers) in the Bengal Army mutinied at Meerut, triggered in part by the introduction of the Enfield rifle cartridges greased with animal fat.
Question 114: The UGC-NET exam conducted by NTA is used to determine eligibility for which positions?
- State civil servants
- IAS officers
- Assistant Professor and Junior Research Fellowship (Correct answer)
- Bank clerks
Correct answer: Assistant Professor and Junior Research Fellowship
UGC-NET determines eligibility for Assistant Professor positions and Junior Research Fellowships in Indian universities.
Question 115: The water cycle process in which liquid water becomes water vapor is called:
- Condensation
- Evaporation (Correct answer)
- Transpiration
- Precipitation
Correct answer: Evaporation
Evaporation is the process where liquid water is converted to water vapor due to heat energy.
Question 116: What does 'sustainability' mean in the context of environmental science?
- Using as many resources as possible now
- Meeting present needs without compromising future generations' ability to meet their own needs (Correct answer)
- Preserving all land from human use
- Using only renewable energy
Correct answer: Meeting present needs without compromising future generations' ability to meet their own needs
Sustainability means using resources in a way that meets current needs without depleting them for future generations.
Question 117: What is the pH of a neutral solution at 25°C?
- 7 (Correct answer)
- 1
- 14
- 0
Correct answer: 7
The pH scale measures the acidity or alkalinity of a solution, ranging from 0 to 14. A neutral solution, such as pure water at 25°C, has an equal concentration of hydrogen ions (H+) and hydroxide ions (OH-), resulting in a pH of 7. Solutions with a pH below 7 are acidic, and those above 7 are basic (alkaline).
Question 118: The process by which plants make their own food using sunlight is called:
- Transpiration
- Respiration
- Photosynthesis (Correct answer)
- Fermentation
Correct answer: Photosynthesis
Photosynthesis is the process where plants use sunlight, water, and CO₂ to produce glucose and oxygen.
Question 119: Which of the following is a strong acid?
- Carbonic acid
- Acetic acid
- Citric acid
- Hydrochloric acid (Correct answer)
Correct answer: Hydrochloric acid
A strong acid is one that completely dissociates into its ions when dissolved in water, meaning nearly all its molecules release hydrogen ions (H+). Hydrochloric acid (HCl) is a classic example of a strong acid, dissociating fully into H+ and Cl- ions. In contrast, acetic acid, citric acid, and carbonic acid are weak acids, which only partially dissociate.
Question 120: Which sentence best summarizes the paragraph?
- It captures the main point without unnecessary details. (Correct answer)
- It restates the first sentence of the paragraph.
- It adds new information not present in the paragraph.
- It includes all the details from the paragraph.
Correct answer: It captures the main point without unnecessary details.
A good summary captures the essential information of a paragraph in a concise statement without including every minor detail or introducing new ideas. It condenses the main point, allowing for a quick and accurate understanding of the paragraph's core message. The goal is to convey the essence efficiently.
Question 121: The primary key in a relational database is used to:
- Encrypt data
- Link two databases
- Sort records alphabetically
- Uniquely identify each record (Correct answer)
Correct answer: Uniquely identify each record
A primary key uniquely identifies each row in a database table and cannot contain NULL values.
Question 122: What percentage of Earth's water is fresh water?
- About 30%
- About 10%
- About 3% (Correct answer)
- About 50%
Correct answer: About 3%
Only approximately 3% of Earth's water is fresh water; the remaining 97% is salt water.
Question 123: Which ministry oversees the National Testing Agency in India?
- Ministry of Finance
- Ministry of Health
- Ministry of Education (Correct answer)
- Ministry of Science and Technology
Correct answer: Ministry of Education
NTA functions under the Ministry of Education, Government of India.
Question 124: The Delhi Sultanate was established in India following which historical battle in 1192 CE?
- Second Battle of Tarain (Correct answer)
- Battle of Panipat
- Battle of Khanwa
- Battle of Plassey
Correct answer: Second Battle of Tarain
The Second Battle of Tarain (1192 CE) saw Muhammad of Ghor defeat Prithviraj Chauhan, paving the way for the establishment of the Delhi Sultanate.
Question 125: Which process describes the division of a cell’s nucleus to produce two identical nuclei?
- Mitosis (Correct answer)
- Transcription
- Meiosis
- Cytokinesis
Correct answer: Mitosis
Mitosis is a type of cell division that results in two daughter cells each having the same number and kind of chromosomes as the parent nucleus. This process is crucial for growth, repair, and asexual reproduction in eukaryotic organisms, ensuring genetic identicalness between parent and daughter cells. Meiosis, in contrast, produces four genetically distinct haploid cells for sexual reproduction.
Question 126: Which Mughal emperor built the Taj Mahal in Agra as a mausoleum for his wife Mumtaz Mahal?
- Jahangir
- Aurangzeb
- Shah Jahan (Correct answer)
- Akbar
Correct answer: Shah Jahan
Shah Jahan commissioned the Taj Mahal between 1632 and 1653 CE as a memorial to his beloved wife Mumtaz Mahal who died in 1631.
Question 127: A clock shows 3:15. What is the angle between the hour and minute hands?
- 0°
- 45°
- 15°
- 7.5° (Correct answer)
Correct answer: 7.5°
At 3:15, the minute hand is at 90° and the hour hand is at 97.5° (3×30 + 15×0.5), giving a difference of 7.5°.
Question 128: What does CPU stand for?
- Core Processing Unit
- Central Program Unit
- Central Processing Unit (Correct answer)
- Computer Processing Unit
Correct answer: Central Processing Unit
CPU stands for Central Processing Unit, the primary component of a computer that executes instructions.
Question 129: If FIRE = 6935 and WIND = 2974, what is FIND?
- 6974
- 2935
- 6397
- 9724 (Correct answer)
Correct answer: 9724
F=6, I=9, R=3, E=5; W=2, I=9, N=7, D=4; so FIND = F(6), I(9), N(7), D(4) = 6974.
Question 130: Which of the following is an example of a non-renewable resource?
- Tidal energy
- Coal (Correct answer)
- Solar
- Wind
Correct answer: Coal
Coal is a fossil fuel formed over millions of years and cannot be replenished on a human timescale.
Question 131: The ozone layer, which protects Earth from ultraviolet radiation, is located in the:
- Stratosphere (Correct answer)
- Mesosphere
- Thermosphere
- Troposphere
Correct answer: Stratosphere
The ozone layer is located in the stratosphere, approximately 15–35 km above Earth's surface.
NTA UGC NET (University Grants Commission National Eligibility Test)
The NTA UGC NET is India's national-level eligibility test for candidates seeking to qualify as Assistant Professors or Junior Research Fellows in Indian universities, covering general teaching/research aptitude (Paper 1) and subject-specific knowledge across disciplines such as Chemistry, History, Computer Science, and Environmental Science (Paper 2).
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds