PA_Datatypes_Indentations2

PA_Datatypes_Indentations2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Introducción a los PLC´s

Introducción a los PLC´s

Professional Development

10 Qs

Simulación Certificación Calendarización CD

Simulación Certificación Calendarización CD

Professional Development

17 Qs

Quiz sobre Inteligencia Artificial y Python

Quiz sobre Inteligencia Artificial y Python

Professional Development

10 Qs

Database Security Quiz

Database Security Quiz

Professional Development

10 Qs

Quiz on Group Technology

Quiz on Group Technology

Professional Development

15 Qs

ICIT: Electrical Regulations and Code of Practice Quiz

ICIT: Electrical Regulations and Code of Practice Quiz

Professional Development

15 Qs

3003 LO4 11 RCDs Voltage Current & Equipment Class Measurement

3003 LO4 11 RCDs Voltage Current & Equipment Class Measurement

Professional Development

12 Qs

Python11

Python11

Professional Development

17 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?