Search Header Logo

Python Quiz

Authored by a Kalyani

Professional Development

12th Grade

Used 2+ times

Python Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will raise a SyntaxError?

A) print "Hello"

B) print("Hello")

C) print(Hello)

D) print('Hello')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? x = 10 y = 20 x, y = y, x print(x, y)

A) 10 20

B) 20 10

C) 10 10

D) 20 20

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? a = "Hello" b = a.lower() print(b)

A) HELLO

B) Hello

C) hello

D) HeLLo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to import a module in Python?

A) import module

B) include module

C) using module

D) require module

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following statements is true about Python?

A) Python is a high-level programming language.

B) Python is an interpreted language.

C) Python is an object-oriented language.

D) All of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start a Python function?

A) def function_name():

B) function function_name():

C) func function_name():

D) define function_name():

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to handle exceptions in Python?

A) try and except

B) catch and throw

C) do and while

D) try and finally

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Professional Development