Search Header Logo

PYTHON BASICS

Authored by Mrs KEERTHIKA

Professional Development

Professional Development

Used 1+ times

PYTHON BASICS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. 

What is the maximum length of a Python identifier

32

16

128

No length is specified

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the datatype of the var in the below code snippet?

var = 10 print(type(var)) var = "Hello" print(type(var))

Str and int

Int and int

Str and str

int and str

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed Python Programming Language?

a) Wick van Rossum

b) Rasmus Lerdorf

c) Guido van Rossum

d) Niene Stom

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which type of Programming does Python support?

a) object-oriented programming


b) structured programming

c) functional programming

d) all of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Python case sensitive when dealing with identifiers?

a) no


b) yes

c) machine dependent

d) none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct extension of the Python file?



a) .python

b) .pl

c) .py

d) .p

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is Python code compiled or interpreted?



a) Python code is both compiled and interpreted

b) Python code is neither compiled nor interpreted

c) Python code is only compiled

d) Python code is only interpreted

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