Python Quiz

Python Quiz

University

12 Qs

quiz-placeholder

Similar activities

Pre-test for Computer Skill

Pre-test for Computer Skill

University

10 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Quiz IT Audit 7 Gabungan

Quiz IT Audit 7 Gabungan

University

10 Qs

BB

BB

University

10 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

CodeMonkey for B.Ed IT

CodeMonkey for B.Ed IT

University

10 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Yaseera Anware

Used 32+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword allows us to load a module in Python?

Import

Load

Include

Library

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

print(2**3 + (5 + 6)**(1 + 1))

8

121

129

127

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a code block indicated in Python?

Brackets

Indentation

Key pair

colon

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What will be the output of the following code snippet?

Infinite Loop

0 3 6 9 12

0 3 6 9 12 15

0 2 3 ... 15

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following types of loops are not supported in Python?

do while

while

for

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = [1, 2]

print(a * 3)

Error

[1,2]

[1,2,1,2]

[1,2,1,2,1,2]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in Python are in _________

Capitalized

lowercase

UPPERCASE

NONE MENTIONED

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?