
PA_Datatypes_Indentations2
Authored by TJL_ Sarwani
Engineering
Professional Development
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the order of precedence for the following operators in Python, from highest to lowest?
**, /, %, +
**, +, /, %
+, %, /, **
/, %, +,**
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python expression :
print(10 - 4 * 2 + 3)
11
5
15
9
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following operators in Python has right-to-left associativity?
+
-
**
/
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following Python expression?
print(2 ** 3 **2)
64
512
12
36
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python expression?
print(15 // 4 % 2)
0
1
3
2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a core data type in Python?
List
Dictionary
Class
Tuple
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default return value of a Python function that does not explicitly return any value?
a) 0
b) None
c) False
d) Empty string
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?