python_quiz

python_quiz

University

25 Qs

quiz-placeholder

Similar activities

GirlsWhoML Workshop 0

GirlsWhoML Workshop 0

University

20 Qs

Python Lists

Python Lists

University

20 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Python Quiz

Python Quiz

University

20 Qs

PHP hypertext preprocessor

PHP hypertext preprocessor

University

20 Qs

Basic Python

Basic Python

University

20 Qs

Data Structures

Data Structures

University

20 Qs

Python MCQ

Python MCQ

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?