Request edit access
KGiSL Genius Scholarship Assessment -2022
python Evaluation Quiz
Sign in to Google to save your progress. Learn more
Email *
NAME OF THE STUDENT *
NAME OF THE SCHOOL *
Standard/Sec *
1. Who developed the python language? *
2. What is the maximum possible length of an identifier? *
3. Choose the correct option with respect to python *
4. What do we use to define a block of code in python language? *
5. In python, Dictionaries are immutable? *
6.In which language is python written? *
7. What is the correct way to create a function in Python? *
 8. What is the correct file extension for Python files? *
Required
9. The command used to start python from the command prompt is? *
10. Which one is NOT a legal variable name? *
11. Which of the following is a back-end language? *
Required
12.What does this program print?                      days="Mon,Tue,Wed,Thu,Fri,Sat,Sun"                                       print(days[::5]) *
13.  How do you start writing an if statement in Python? *
14.  Which method can be used to replace parts of a string? *
15. Study the following function:                                      import math                                                             abs(math.sqrt(36))                                                                      What will be the output of this code? *
16. Which method can be used to return a string in upper case letters? *
17. What is a correct syntax to output "Hello World" in Python? *
18. How do you create a variable with the numeric value 5? *
19.In Python, 'Hello', is the same as "Hello" *
20. Which method can be used to remove any whitespace from both the beginning and the end of a string? *
21. Which operator can be used to compare two values? *
22.Which of these collections defines a LIST? *
23. Which of these collections defines a DICTIONARY? *
24. Which collection is ordered, changeable, and allows duplicate  members? *
25.  What is the correct syntax to output the type of a variable or object in Python? *
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