Statewise Prepration
Govt. Examwise MCQ
2905+ MCQ Questions in english हिन्दी
How do you start a for loop in Python?
for i in range(5): is the correct syntax.
What does list("abc") return?
Converts a string into a list of characters.
Which of the following is used to define a class in Python?
Use the class keyword to define a class
What is the result of 3 == 3.0 in Python?
Python considers 3 and 3.0 equal in value.
What is the correct way to open a file for writing?
"w" mode opens the file for writing (overwrites if exists)
Which of these is not a keyword in Python?
eval is a built-in function, not a keyword.
What is the output of: print("5" + "5")?
String concatenation results in "55".
Who appoints the Advocate General of Uttar Pradesh?
Explanation: The Advocate General is appointed by the Governor of Uttar Pradesh under Article 165 of the Constitution. He or she acts as the highest legal officer of the state and advises the state government on legal matters. The Advocate General has the right to speak in the Legislative Assembly but cannot vote. This post is equivalent to the Attorney General at the central level. The person must be qualified to be a High Court judge.
Which built-in method returns the character at the specified index in a string?
What is the correct syntax for a ternary operator?
What keyword is used to handle exceptions?
What will typeof [] return?
How do you call a function named myFunction?
Which of these is used to define a JavaScript class?
How to check if a is not equal to b in value and type?
Which of the following loops will always execute at least once?
What will console.log(typeof null) print?
What does Array.prototype.map() do?
How do you round 7.25 to the nearest integer
Which keyword declares a block-scoped variable?
What will 0.1 + 0.2 === 0.3 return?
Which method converts a JSON string to an object?
What does typeof NaN return?
Which symbol is used for comments in JavaScript?
Which of the following is not a JavaScript data type?
How do you write "Hello World" in an alert box?
Which gas is used in the manufacture of ammonia in the Haber process?
Explanation: In the Haber process, nitrogen and hydrogen gases are combined under high pressure and temperature in the presence of an iron catalyst to produce ammonia (NH₃). Hydrogen is typically obtained from natural gas or water electrolysis. Ammonia is essential for fertilizer production. This process revolutionized global agriculture in the 20th century.
Which process helps in the purification of water through natural filtration in the soil?
Explanation: Percolation is the process where water slowly filters through the soil and rocks, helping in the natural purification of water. This movement removes many impurities and harmful organisms. The filtered water eventually collects in underground aquifers. It is crucial in the natural water cycle. Human interference often affects this important ecological function.