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

Share:

What will be the output of the following Python program?

i = 0
while i < 5:
    print(i)
    i += 1
    if i == 3:
       break
else:
     print(0)

In the event of the death or insolvency of a partner, what happens to the firm?

The Chief Information Commissioner and all Information Commissioners have agreed to a voluntary 30% reduction in their basic salaries. Who is India's Chief Information Commissioner?

Whose property is not liable for a company's debts?

banner ad

What is the longest identifier that Python will allow?

Which Maharashtra airport has been renamed 'Chhatrapati Sambhaji Maharaj Airport'?

Which of the following statements in Python will produce the output 6? A = [[1, 2, 3],     [4, 5, 6],     [7, 8, 9]]

Who does not participate actively in business?

Which tribal community recently reached a tripartite deal with the government of India and the state of Assam?

Individual ownership is referred to as?

Which of the following describes how a function in Python is used?

banner ad

When was the three North-eastern states of Manipur, Meghalaya, and Tripura's recent Statehood Day celebration?

Is a valid definition of create a customer?

The output of the following Python code is... 1. >>>list1 = [1, 3] 2. >>>list2 = list1 3. >>>list1[0] = 4 4. >>>print(list2)

What will the following Python code produce?

print('*', "abcde".center(6), '*', sep='')

What kind of industry is hunting?

Which Python command is used to add a new element to a list?

What exactly is an economic activity?

banner ad

What will the'result' variable in the following Python programme mean?

list1 = [1,2,3,4]
list2 = [2,4,5,6]
list3 = [2,6,7,8]
result = list()
result.extend(i for i in list1 if i not in (list2+list3) and i not in result)
result.extend(i for i in list2 if i not in (list1+list3) and i not in result)
result.extend(i for i in list3 if i not in (list1+list2) and i not in result)

What year will India's parliament meet in the new parliament building, as stated by Lok Sabha Speaker Om Birla?

Which of the following statements is used to create an empty set in Python?

What will the following Python code produce?

print("abc. DEF".capitalize())

What exactly is business?

What will the following Python programme produce?

z=set('abc')
z.add('san')
z.update(set(['p', 'q']))
z

Which module in the Python standard library is responsible for parsing command-line options?

banner ad

What will the following Python programme produce?

def foo(x):
     x[0] = ['def']
    x[1] = ['abc']
    return id(x)
 q = ['abc', 'def']
print(id(q) == foo(q))

Which of the following statements is false?

Why is it necessary to generate a profit in business?

×
Subscribe now

for Latest Updates

Articles, Jobs, MCQ and many more!