PA_Datatypes_Indentations2

PA_Datatypes_Indentations2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Primer Quizz

Primer Quizz

Professional Development

10 Qs

Digital Principles and Computer Organization Quiz

Digital Principles and Computer Organization Quiz

Professional Development

20 Qs

CD Pillar Quiz

CD Pillar Quiz

Professional Development

15 Qs

Emissions Control Systems Quiz

Emissions Control Systems Quiz

Professional Development

10 Qs

Directory Services

Directory Services

Professional Development

12 Qs

Diagnóstico Algoritmos I

Diagnóstico Algoritmos I

Professional Development

20 Qs

RTES

RTES

Professional Development

10 Qs

Algoritma para el desarrollo

Algoritma para el desarrollo

Professional Development

20 Qs

PA_Datatypes_Indentations2

PA_Datatypes_Indentations2

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

TJL_ Sarwani

Used 3+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?