Quiz 3: Python Operators
By Sangeeta M Chauhan
Sign in to Google to save your progress. Learn more
Enter Your Name *
Class *
Name of School/College *
1.  <,=,>,==,>=,<= comes under the category of ________
1 point
Clear selection
2.  +,*,-,/,//,% comes under the category of ________
1 point
Clear selection
3.  and,or,not operators comes under the category of ________
1 point
Clear selection
4. is and is not operators comes under the category of ________
1 point
Clear selection
5.  a is b  compares a and b based on the ................. they are referring to
1 point
Clear selection
6. 34 % 5 will give result as
1 point
Clear selection
7.  a == b  compares a and b based on the ................. they are referring to
1 point
Clear selection
8. (5==5) or (3==1) will give result
1 point
Clear selection
9. (4==5) or (3==3) will give result
1 point
Clear selection
10. (5) or (3==3) will give result
1 point
Clear selection
11. (3==3) or (5)will give result
1 point
Clear selection
12. (5==5) and (3==1) will give result
1 point
Clear selection
13 (6) and (37==8) will give result
1 point
Clear selection
14. (6) and (8==8) will give result
1 point
Clear selection
14.  (8==8) and 6 will give result
1 point
Clear selection
15.  (8!=8) and 6 will give result
1 point
Clear selection
16.  (8) and 6==6 will give result
1 point
Clear selection
17. 'Classroom Diary' or "Python" will produce result
1 point
Clear selection
18. ' ' or "Python" will produce result
1 point
Clear selection
19. ( "Learn Python" and  " "  )        will produce result
1 point
Clear selection
20. ( "Learn Python" and  2<3  )        will produce result
1 point
Clear selection
21. not ( "Learn Python" and  2<3  )        will produce result
1 point
Clear selection
22. not (True ) and True       will produce result
1 point
Clear selection
23. 45>43 and  not (5>8 )        will produce result
1 point
Clear selection
24. if x=2,y=5 then x and y will produce result as
1 point
Clear selection
25. if x=21,y=25 then x or y will produce result as
1 point
Clear selection
PLease share your feedback regarding the quiz *
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