Latest news Online Exams best health insurance policy for family in India, Python Quiz mpsc-info 31 March 2024 0 Comments Python Quiz 0% 353 Created on March 31, 2024 By mpsc-infoTechnology Python-Advance २० प्रश्न प्रत्येकी ०१ गुणासाठीवेळ १० मिनिटे 1 / 20 Which of the following statements is used to create an empty set in Python? [] () {} set() 2 / 20 Is Python case sensitive when dealing with identifiers? none of the mentioned yes no machine dependent 3 / 20 To add a new element to a list we use which Python command? list1.addLast(5) list1.append(5) list1.addEnd(5) list1.add(5) 4 / 20 What does pip stand for python? Pip Installs Packages Preferred Installer Program Pip Installs Python All of the mentioned 5 / 20 What will be the output of the following Python function?len(["hello",2, 4, 6]) 6 Error 3 4 6 / 20 Which one of the following is not a keyword in Python language? nonlocal eval pass assert 7 / 20 All keywords in Python are in _________ Capitalized None of the mentioned UPPER CASE lower case 8 / 20 Which type of Programming does Python support? structured programming all of the mentioned object-oriented programming functional programming 9 / 20 What are the two main types of functions in Python? Custom function Built-in function & User defined function User function System function 10 / 20 Which of the following is not a core data type in Python programming? Lists Tuples Dictionary Class 11 / 20 Which of the following is used to define a block of code in Python language? Indentation Key Brackets All of the mentioned 12 / 20 Which of the following is true for variable names in Python? underscore and ampersand are the only two special characters allowed none of the mentioned unlimited length all private members must have leading and trailing underscores 13 / 20 Which of the following functions is a built-in function in python? factorial() sqrt() seed() print() 14 / 20 Which of the following is the correct extension of the Python file? .py .python .pl .p 15 / 20 Is Python code compiled or interpreted? Python code is neither compiled nor interpreted Python code is only interpreted Python code is only compiled Python code is both compiled and interpreted 16 / 20 Which one of the following is the use of function in python? All of the mentioned you can’t also create your own functions Functions are reusable pieces of programs Functions don’t provide better modularity for your application 17 / 20 Which of these is the definition for packages in Python? A set of programs making use of Python modules A folder of python modules A set of main modules A number of files containing Python definitions and statements 18 / 20 What is the maximum possible length of an identifier in Python? none of the mentioned 31 characters 63 characters 79 characters 19 / 20 What will be the output of the following Python code?i = 1while True: if i%3 == 0: break print(i) i + = 1 1 2 3 error 1 2 none of the mentioned 20 / 20 Which arithmetic operators cannot be used with strings in Python? All of the mentioned + - * Your score is LinkedIn Facebook Twitter 0% Restart quiz
Post Comment Cancel reply Comments Name E-mail Save my name, email, and website in this browser for the next time I comment.
Post Comment