PYTHON CONTERST 3

PYTHON CONTERST 3

University

25 Qs

quiz-placeholder

Similar activities

Geeks for Geeks PCCOER Info Session CP Quiz

Geeks for Geeks PCCOER Info Session CP Quiz

University

20 Qs

Python Programming Functions Q3

Python Programming Functions Q3

University

20 Qs

Python Programming Expression Quiz 1

Python Programming Expression Quiz 1

University

20 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

Unit 3 Looping - Quiz

Unit 3 Looping - Quiz

9th Grade - University

20 Qs

python_quiz

python_quiz

University

25 Qs

Python MCQ

Python MCQ

University

20 Qs

Mastering Python Loops and Functions

Mastering Python Loops and Functions

10th Grade - 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?