Python Quiz

Python Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Easy)

Programming Knowledge Quiz (Easy)

5th Grade - Professional Development

20 Qs

MAGAZINE

MAGAZINE

2nd Grade - University

15 Qs

Basic 3 Python

Basic 3 Python

12th Grade - Professional Development

21 Qs

Assessment 4K+Shitsuke

Assessment 4K+Shitsuke

KG - 12th Grade

15 Qs

APAR

APAR

10th - 12th Grade

20 Qs

NRF Customer Service & Sales: "Go the Extra Mile"

NRF Customer Service & Sales: "Go the Extra Mile"

9th - 12th Grade

15 Qs

Examen de recuperación

Examen de recuperación

12th Grade

15 Qs

take home final Digital Skills

take home final Digital Skills

12th Grade

21 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Professional Development

12th Grade

Medium

Created by

a Kalyani

Used 2+ times

FREE Resource

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

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?