Subjectwise MCQ
Statewise Prepration
Andaman NicobarAndhra PradeshArunchal PradeshAssamBiharChandigarhChhatisgarhDadra & Nagar Haveli and Daman & DiuDelhiGoaGujaratHaryanaHimachal PradeshJammu & KashmirJharkhandKarnatkaKeralaLaddakhLakshadweepMadhya PradeshMaharashtraManipurMeghalayaMizoramNagalandOdishaPondicherryPunjabRajasthanSikkimTamil NaduTelanganaTripuraUttar PradeshUttarakhandWest Bengal
Govt. Examwise MCQ
10445+ MCQ Questions in english हिन्दी
Which of the following functions can assist us in determining the Python version we are presently using?
What will the following Python code produce?
i = 1
while True:
if i%3 == 0:
break
print(i)
i + = 1
Which of the following statements about the independence of the judiciary is true?
Which of the subsequent characters is used in Python to provide single-line comments?
Which ancient tribal language will be part of the state's elementary school curriculum starting in March 2019 thanks to CM Kamal Nath of Madhya Pradesh?
Which keyword in Python is used to describe a function?
Which of the following claims about political parties and pressure groups is untrue?
Which of the following is used in Python to define a block of code?
Which Indian state or UT's ancient "City Chowk" has been renamed "Bharat Mata Chowk"?
What will the following Python expression's value be? 4 + 3 % 5
In Python, every keyword is in the ______________?
Python code is it interpreted or compiled?
Which of the following best describes the Python file extension?
When working with identifiers, does Python take case into account?
What programming languages does Python support?
Who was the Python programming language's creator?
What will happen if you run the Python expression "2 ** 3 + 5 ** 2"?
What language is written in Python?
What will the following snippet of code produce?
a = [[], "abc", [0], 1, 0]
print(list(filter(bool, a)))
How can Python assertions be turned off?
Which of the following Python string manipulation methods are legitimate?
Which of the following Python string manipulation methods are legitimate?
Which of the following list items is a legitimate Python escape sequence?
What will the following snippet of code produce?
a = [1, 2, 3, 4]
b = [3, 4, 5, 6]
c = [x for x in a if x not in b]
print(c)
Which of the following is a Python set operation that is invalid?
The following snippet of code will produce what result?
s1 = {1, 2, 3, 4, 5}
s2 = {2, 4, 6}
print(s1 ^ s2)
What will the following C++ code snippet produce?
#include
using namespace std;
int operate (int a, int b)
{
return (a * b);
}
float operate (float a, float b)
{
return (a / b);
}
int main()
{
int x = 5, y = 2;
float n = 5.0, m = 2.0;
cout << operate(x, y) <<"\t";
cout << operate (n, m);
return 0;
}
How do classes and structures differ in C++?
Latest Jobs
IBPS SO Recruitment 2025-Apply Online For 1007 P ...
Last Date: Jul 21
Guwahati High Court JAA Recruitment 2025-Apply O ...
Last Date: Jul 31
BHEL Recruitment 2025
Last Date: Aug 12
MPESB Recruitment 2025
Last Date: Aug 06
DRDO Recruitment 2025
Last Date: Jul 26