Round 3

Round 3

University

25 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

University

20 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

EXCEPTION HANDLING IN PYTHON

EXCEPTION HANDLING IN PYTHON

University

22 Qs

PY-BUILD

PY-BUILD

University

20 Qs

BS TEST2

BS TEST2

University

20 Qs

Python Programming II CSE A

Python Programming II CSE A

12th Grade - University

20 Qs

Round 3

Round 3

Assessment

Quiz

Computers

University

Hard

Created by

San Saravanan

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the purpose of the 'if name == "__main__":' statement?

To allow code to run only when the script is executed directly, not when imported.

To define global variables for the entire script.

To prevent syntax errors in the code.

To ensure the script runs faster when imported.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following Python expression?

round(4.576)

4

4.6

5

4.5

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What will be the output of the following Python program?

x = 'abcd'

for i in range(len(x)):

print(i)

0 1 2 3

1 2 3 4

a b c d

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What will be the output of the following Python code?

1 2 3

123

error

none of the mentioned

5.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

Media Image

What will be the output of the following Python code?

225

15

25

125

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What will be the output of the following Python program?

{‘a’, ‘c’, ‘c’, ‘p’, ‘q’, ‘s’, ‘a’, ‘n’}

{‘abc’, ‘p’, ‘q’, ‘san’}

{‘a’, ‘b’, ‘c’, [‘p’, ‘q’], ‘san}

{‘a’, ‘b’, ‘c’, ‘p’, ‘q’, ‘san’}

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What will be the output of the following Python code snippet?

12

224

None

Error

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?