python_quiz

python_quiz

University

25 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

KG - University

25 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

PROG3 - Chapter 3

PROG3 - Chapter 3

University

22 Qs

Python sualları 2

Python sualları 2

9th Grade - University

20 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

PYTHON PROGRAMMING Q4 FUNCTIONS

PYTHON PROGRAMMING Q4 FUNCTIONS

University

20 Qs

PYTHON FUNCTION

PYTHON FUNCTION

University

20 Qs

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

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?