PYTHON CONTERST 3

PYTHON CONTERST 3

University

25 Qs

quiz-placeholder

Similar activities

Quiz 2

Quiz 2

University

25 Qs

PYTHON CONTEST 2

PYTHON CONTEST 2

University

25 Qs

PY-BUILD

PY-BUILD

University

20 Qs

Python :: String review

Python :: String review

University

20 Qs

OPC MCQ's

OPC MCQ's

12th Grade - University

20 Qs

Introduction To Python

Introduction To Python

University

20 Qs

C-Py QUIZ | ROUND 1

C-Py QUIZ | ROUND 1

University

20 Qs

[Python For All] Quiz 2 - Rewind.py

[Python For All] Quiz 2 - Rewind.py

University

20 Qs

PYTHON CONTERST 3

PYTHON CONTERST 3

Assessment

Quiz

Computers

University

Hard

Created by

SivaBharath.K.S SivaBharath.K.S

Used 10+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the maximum possible length of an identifier?

16

32

64

None of these above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Who developed the Python language?

Zim Den

Guido van Rossum

Niene Stom

Wick van Rossum

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In which language is Python written?

English

PHP

C

All of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

.py

.python

.p

None of these

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following declarations is incorrect?

_x = 2

__x = 3

__xyz__ = 5

None of these

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why does the name of local variables start with an underscore discouraged?

To identify the variable

It confuses the interpreter

It indicates a private variable of a class

None of these

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Study the following function:

all([2,4,0,6]) 

What will be the output of this function?

False

True

0

Invalid code

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?