PYTHON BASICS

PYTHON BASICS

Professional Development

14 Qs

quiz-placeholder

Similar activities

Python Test 1

Python Test 1

Professional Development

10 Qs

Python Looping

Python Looping

Professional Development

9 Qs

NCP - AI Quiz

NCP - AI Quiz

Professional Development

10 Qs

MCA Career Quiz

MCA Career Quiz

Professional Development

10 Qs

Introduction to business analytics

Introduction to business analytics

Professional Development

10 Qs

QuizTime

QuizTime

Professional Development

11 Qs

Python Test -1A

Python Test -1A

Professional Development

10 Qs

Java Collections

Java Collections

Professional Development

14 Qs

PYTHON BASICS

PYTHON BASICS

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Mrs KEERTHIKA

Used 1+ times

FREE Resource

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

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?