Python Quiz For Beginners:
Organized by: IT Department in collaboration with APSH Department, Rajkiya Engineering College Ambedkar Nagar UP
Sign in to Google to save your progress. Learn more
Email *
Full Name *
Organization  (Name of Your College/University) *
Profession/ Work *
Mobile Number *
Q.1.  Which of these in not a core data type? *
1 point
Q.2.  What is the output of following program after executing a(1, 2):                                                                    def add_numbers(x, y):  return x - y                                                                                                                                                             a = add_numbers *
1 point
Q.3.  What is the maximum possible length of an identifier? *
1 point
Q.4.  Which of the following is not a keyword? *
1 point
Q.5.  The output of the expressions x.append(3.3) where x = [1, 'a', 2, 'b'] *
1 point
Q.6.  what is the output: type(None) *
1 point
Q.7.  Which of the following is the truncation division operator? *
1 point
Q.8.  What will be the output of the following Python expression if X=345?                                     print(“%06d”%X) *
1 point
Q.9.     What will be the output of the following Python code?                                                                                           '%s' %((1.23,),) *
1 point
Q.10.   What will be the output of the following Python statement?                                                                                                        >>>"a"+"bc" *
1 point
Q.11.    To remove string “hello” from list1, we use which command? *
1 point
Q.12.    The character Dot (that is, ‘.’) in the default mode, matches any character other than ____________ *
1 point
Q.13.    The expression a{5} will match ______characters with the previous regular expression. *
1 point
Q.14..    Which of the following functions results in case insensitive matching? *
1 point
Q.15.   _____ represents an entity in the real world with its identity and behaviour *
1 point
Q.16. ____ is used to create an object *
1 point
Q.17.  What is setattr() used for? *
1 point
Q.18.  Which of the following best describes polymorphism? *
1 point
Q.19.   What is the use of duck typing? *
1 point
Q.20.  What is the output of: type(1.0) *
1 point
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy