NEW
Font size
WorksheetsPython Test -1A
Total questions: 10
Worksheet time: 3mins
Who developed Python Programming Language?
Wick van Rossum
Rasmus Lerdorf
Guido van Rossum
Niene Stom
Which type of Programming does Python support?
object-oriented programming
structured programming
functional programming
all of the mentioned
Is Python case sensitive when dealing with identifiers?
no
yes
machine dependent
none of the mentioned
Is Python code compiled or interpreted?
Python code is both compiled and interpreted
Python code is neither compiled nor interpreted
Python code is only compiled
Python code is only interpreted
All keywords in Python are in _________
Capitalized
lower case
UPPER CASE
None of the mentioned
Which of the following is used to define a block of code in Python language?
Indentation
Key
Brackets
All of the mentioned
Which of the following character is used to give single-line comments in Python?
//
#
!
/*
Which of the following functions can help us to find the version of python that we are currently working on?
sys.version(1)
sys.version(0)
sys.version()
sys.version
What is the order of precedence in python?
Exponential, Parentheses, Multiplication, Division, Addition, Subtraction
Exponential, Parentheses, Division, Multiplication, Addition, Subtraction
Parentheses, Exponential, Multiplication, Division, Subtraction, Addition
Parentheses, Exponential, Multiplication, Division, Addition, Subtraction
What does pip stand for python?
unlimited length
all private members must have leading and trailing underscores
Preferred Installer Program
none of the mentioned
