Python Basics Quiz

Python Basics Quiz

12th Grade

132 Qs

quiz-placeholder

Similar activities

Programming: Games, Apps, and Society EOPA Prep

Programming: Games, Apps, and Society EOPA Prep

9th - 12th Grade

136 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

NISHIKANTH MUTHYALA

Used 1+ times

FREE Resource

132 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Python case sensitive when dealing with identifiers?

yes

no

machine dependent

none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum possible length of an identifier?

31 characters

63 characters

79 characters

none of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is invalid?

_a = 1

__a = 1

__str__ = 1

none of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an invalid variable?

my_string_1

1st_string

foo

_

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are local variable names beginning with an underscore discouraged?

they are used to indicate a private variables of a class

they confuse the interpreter

they are used to indicate global variables

they slow down execution

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a keyword?

eval

assert

nonlocal

pass

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in Python are in

lower case

UPPER CASE

Capitalized

None of the mentioned

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?

Discover more resources for Information Technology (IT)