Statewise Prepration
Govt. Examwise MCQ
884 MCQ Questions in english हिन्दी
What is the correct way to define a dictionary?
Dictionaries are defined using curly braces with key-value pairs.
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 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.
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
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?
The National Aquatic Animal of India, often found in Bihar rivers, is:
This dolphin species, often found in the Ganga river, is declared India’s National Aquatic Animal and is protected especially in Bihar’s stretch of the river. Commonly appears in Bihar environmental science questions.
Which keyword declares a block-scoped variable?
What will 0.1 + 0.2 === 0.3 return?
What does typeof NaN return?
Which of the following districts of Bihar has the highest literacy rate in Mathematics-related subjects (as per recent surveys)?
Patna, being the educational hub, has a relatively higher performance in Mathematics compared to other districts.
Who is considered the “Father of Mathematics” from Bihar?
Aryabhata, born in Bihar (Kusumapura, now Patna), made pioneering contributions to algebra, arithmetic, and astronomy.
Who is considered the “Father of Mathematics” from Bihar?
Aryabhata, born in Bihar (Kusumapura, now Patna), made pioneering contributions to algebra, arithmetic, and astronomy.
You can create charts in PowerPoint using:
Bihar’s school curriculum includes Vedic Mathematics to promote mental math skills. Which formula belongs to Vedic Maths?
Urdhva-Tiryagbhyam is a key formula in Vedic Maths, taught in schools across Bihar to enhance arithmetic skills.