Home / Dhruva Jagannath / English MCQs Solution
Solution
You will find all MCQs whose solution is updated by Dhruva Jagannath
Q. What is the term for farming done on hills or mountains by creating flat areas?
Q. Which Earth layer is involved in volcanic eruptions?
Q. The Himalayas were formed due to the collision of which tectonic plates?
Q. What do you call a scientist who studies the Earth's physical structure?
Q. Which gas protects living organisms from harmful ultraviolet rays?
Q. The Earth's magnetic field is generated by movements in the:
Q. What is the main cause of acid rain?
Q. What type of map shows elevation and landforms?
Q. Which layer of Earth's atmosphere contains most of the weather phenomena?
Q. The longest continental mountain range in the world is the:
Q. Which of the following is a renewable natural resource?
Q. Which layer of Earth is semi-liquid and allows tectonic plates to move?
Q. Which of the following is the best conductor of earthquakes (seismic waves)?
Q. Which zone of the Earth is most affected by the Sun’s rays?
Q. Which of these contributes to soil erosion?
Q. What is the term for water evaporating from plant leaves?
Q. Which is the thinnest layer of the Earth?
Q. Which phenomenon occurs due to Earth's rotation?
Q. What is the main reason for the Earth's seasons?
Q. How much of Earth's water is in oceans?
Q. Which type of rock is formed from lava?
Q. Which is the largest desert in the world?
Q. Which instrument is used to measure earthquakes?
Q. Which continent has no permanent human population?
Q. Which river is the longest in Asia?
Q. Which phenomenon protects Earth from harmful solar radiation?
Q. What is the movement of soil and rock downhill due to gravity called?
Q. Which zone lies between the Tropic of Cancer and Tropic of Capricorn?
Q. What is the term for molten rock beneath Earth’s surface?
Q. What is the process of breaking down rocks called?
Q. Which gas is a greenhouse gas responsible for global warming?
Q. Where is the majority of Earth's freshwater stored?
Q. Which is the most volcanically active country on Earth?
Q. Which of the following best describes Earth's atmosphere?
Q. Which ocean lies between Africa and Australia?
Q. What do we call the process of water vapor turning into liquid?
Q. What is the primary cause of ocean currents?
Q. Which is the coldest place on Earth?
Q. What is the name of the point on Earth's surface directly above an earthquake origin?
Q. Which layer of the atmosphere do commercial airplanes fly in?
Q. What causes the seasons on Earth?
Q. Which continent is the driest in terms of precipitation?
Q. Which component of Earth's atmosphere absorbs ultraviolet radiation?
Q. The Tropic of Cancer lies how many degrees north of the equator?
Q. Which movement of the Earth causes different time zones?
Q. What is the source of Earth’s internal heat?
Q. Which layer of the Earth is the thickest?
Q. What percentage of Earth's atmosphere is carbon dioxide?
Q. Which region on Earth experiences the most frequent earthquakes?
Q. Which is the second most abundant gas in Earth's atmosphere?
Q. Which phenomenon causes the Northern and Southern Lights?
Q. What is the boundary between Earth's crust and mantle called?
Q. Which ocean is the largest on Earth?
Q. What do we call the path Earth takes around the Sun?
Q. Which part of Earth is made of tectonic plates?
Q. The process by which plants produce oxygen is called:
Q. Which is the highest mountain peak on Earth?
Q. Which gas in Earth's atmosphere is essential for human respiration?
Q. Which planet is known as the 'Blue Planet'?
Q. Which of the following classes is the superclass of all Java enums?
Q. Which of the following can NOT be done in enum?
Q. What happens if you call `name()` on a null enum reference?
Q. Which enum constant syntax allows defining constant-specific behavior?
Q. Is it possible to override `toString()` in an enum?
Q. What type of method is `values()` in an enum?
Q. What happens when you try to subclass an enum?
Q. Which of these is NOT true about enums in Java?
Q. How is an enum constructor called?
Q. What kind of fields can enums have?
Q. What will happen if you use `switch-case` with an enum and forget one constant?
Q. What is the default return value of the `toString()` method in enums if not overridden?
Q. Can enum constants be compared using '=='?
Q. What does the `ordinal()` method of an enum return?
Q. Which of the following is the correct way to iterate over an enum in Java?
Q. What does the '&' symbol do when added to the end of a command?
Q. What is the effect of using 'rm -rf /' as root?
Q. What is the purpose of the 'nice' command?
Q. Which Linux file contains mounted file systems at boot time?
Q. Which command can display the current runlevel of a Linux system?
Q. Which command is used to check open ports and listening services?
Q. What does 'uname -a' display?
Q. Which of the following is not a valid file permission?
Q. Which command shows the routing table in Linux?
Q. Which of the following commands is used to install a package in Debian-based systems?
Q. Which command is used to extract .tar.bz2 files?
Q. Which of the following commands is used to print the calendar in Linux?
Q. Which environment variable stores the current user's home directory?
Q. Which command is used to display file contents in hexadecimal and ASCII format?
Q. What does the 'uptime' command display?
Q. Which command shows real-time log updates?
Q. Which option with 'grep' makes the search case-insensitive?
Q. What does the 'export' command do in Linux?
Q. Which file is used to configure network interfaces in older Debian systems?
Q. Which command is used to find the location of a command binary?
Q. What does the 'alias' command do?
Q. Which of the following commands will change the hostname of a Linux machine?
Q. Which command will compress files using bzip2 compression?
Q. Which option with the 'rm' command is used to prompt before every removal?
Q. Which command is used to view and manage disk partitions interactively?
Q. Which command is used to list all running services in a systemd-based system?
Q. Which command is used to list USB devices connected to a Linux system?
Q. Which file controls the startup services in a systemd-based system?
Q. What does the command 'ps' do?
Q. Which command is used to extract a `.zip` file?
Q. Which directory contains log files in Linux?
Q. Which of the following commands is used to change file ownership?
Q. Which command is used to show the current working directory?
Q. Which command is used to display the last lines of a file?
Q. Which symbol is used to redirect standard output to a file?
Q. Which file is used to define scheduled cron jobs?
Q. Which command is used to display active internet connections?
Q. Which command is used to remove non-empty directories?
Q. Which command is used to count the number of lines in a file?
Q. Which command in Linux is used to search for a string inside a file?
Q. Which Linux command shows a file one page at a time?
Q. Which command is used to extract `.tar.gz` files?
Q. Which Linux command shows the number of lines, words, and characters in a file?
Q. Which of the following commands is used to delete a directory in Linux?
Q. Which command will display the CPU architecture?
Q. Which command lists all files and subdirectories recursively?
Q. Which command shows the path of a command's executable?
Q. Which of these is a valid runlevel for reboot?
Q. What does the command 'ls -lh' do?
Q. Which command is used to print the current user ID and group ID?
Q. Which command can be used to create an empty file in Linux?
Q. Which command will display the disk usage of a directory and its contents?
Q. Which command is used to display the kernel version in Linux?