python_quiz

python_quiz

University

25 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Day 9 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 9 - ONLINE TEST - PL03 PYTHON PROGRAMMING

University

20 Qs

Python Strings

Python Strings

University

20 Qs

Bertelsmann AI Track Quiz Initiative #3

Bertelsmann AI Track Quiz Initiative #3

University - Professional Development

20 Qs

Basics of programming - Quiz - 01

Basics of programming - Quiz - 01

University - Professional Development

20 Qs

Python MCQ

Python MCQ

University

20 Qs

python-2

python-2

University

23 Qs

PPS PYTHON QUIZ

PPS PYTHON QUIZ

University

20 Qs

python_quiz

python_quiz

Assessment

Quiz

Computers

University

Hard

Created by

Kartik Thakkar

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a feature of Python?

High Level Language

Open Source

Compiled

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What among the following is true about scripting language?

It use interpreter to translate source code into executable code

Scripting executes instructions one by one

Python is a scripting language

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not true?

python is dynamic typed language

there is no datatype in python

type of data is automatically detected

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we write string in triple quote, it is called ________

multiline comment

docstring

string array

none of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of the global keyword?

It makes local variable as global

It indicates to use global version of variable instead of creating local copy

It converts local variable to global variable

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about pass statement?

It is used to have statement inside the block but do nothing

It will create Empty Block without any executable Statement

Pass statement do nothing

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a loop in python?

while

for

do .. while

none of the above

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?