4072+ MCQ Questions in english हिन्दी

Share:

'Chobia Pass' is loacated on the boder of

Chobia Pass is a high mountain pass located on the border between Chamba district and Lahaul and Spiti district in Himachal Pradesh, India. It connects the Churah Valley of Chamba with the Pangi and Lahaul regions. The pass is known for its scenic beauty and challenging trekking routes, offering stunning views of the Pir Panjal range.

Who was the Commender in cheif of Shimla During 1857 revolt ?

In which River of himachal pradesh Gold has been found ?

Gold particles have been found in the Chenab River in Himachal Pradesh. The river carries traces of gold in its sand and sediments, mainly from the surrounding Himalayan rocks. This is why, in most general knowledge (GK) questions, the correct answer is Chenab River.

Which town in Himachal Pradesh is famous as “Queen of Hills”?

Shimla, the capital of Himachal Pradesh, is popularly known as the “Queen of Hills.”

Which river forms part of the border between the state of Himachal Pradesh and the neighbouring state of Uttarakhand?

The Yamuna River originates from the Yamunotri glacier in Uttarkashi district of Uttarakhand and flows along the southeastern boundary of Himachal Pradesh, forming part of the inter-state border.

What is the correct way to define a dictionary?

Dictionaries are defined using curly braces with key-value pairs.

How do you start a for loop in Python?

for i in range(5): is the correct syntax.

What is the output of bool([])?

Empty lists are falsey.

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".

What does range(3) produce?

range(3) gives numbers from 0 to 2.

What keyword is used to handle exceptions in Python?

except is used with try to handle exceptions.

What is the output of bool(0)?

bool(0) is False, because 0 is considered falsey

ow do you insert comments in Python?

Python uses # for comments.

What does len("Hello") return?

"Hello" has 5 characters.

Which of the following is a mutable data type?

Lists are mutable; others are immutable

What data type is the object below? x = {"name": "Alice", "age": 25}

Curly braces with key-value pairs define a dictionary.

What will be the output of print(2 ** 3)?

** is the exponentiation operator (2³ = 8).

Which keyword is used to define a function in Python?

Python uses the def keyword to define functions

What is the correct file extension for Python files?

Python source files end with .py

What is the output of: print(type([]))?

[] denotes a list in Python

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.

How do you add a new element at the end of an array?

Which built-in method returns the character at the specified index in a string?

×
Subscribe now

for Latest Updates

Articles, Jobs, MCQ and many more!