Please select a subject first
Advertisements
Advertisements
Identify Which of the following is List, Tuple, and class?
employee [eno, ename, esal, eaddress]
Concept: undefined >> undefined
The process of subdividing a computer program into separate sub-programs is called ______
Concept: undefined >> undefined
Advertisements
Which of the following members of a class can be handled only from within the class?
Concept: undefined >> undefined
Which members are accessible from outside the class?
Concept: undefined >> undefined
The members that are accessible from within the class and are also available to its subclasses is called ______
Concept: undefined >> undefined
How Python represents the private and protected Access specifiers?
Concept: undefined >> undefined
Write any Five Characteristics of Modules.
Concept: undefined >> undefined
Write any five benefits of using modular programming.
Concept: undefined >> undefined
Which of the following keyword is used to begin the function block?
Concept: undefined >> undefined
Which of the following keyword is used to exit a function block?
Concept: undefined >> undefined
Read the following statement and choose the correct statement.
Python keywords can be used as the function names.
Concept: undefined >> undefined
Which of the following keyword is used to define the function testpython(): ?
Concept: undefined >> undefined
Which of the following operator is used for concatenation?
Concept: undefined >> undefined
Which of the following is the slicing operator?
Concept: undefined >> undefined
What is stride?
Concept: undefined >> undefined
The subscript of a string may be ______
Concept: undefined >> undefined
What is slicing?
Concept: undefined >> undefined
Explain string operators in python with suitable examples.
Concept: undefined >> undefined
Which of the following creates an object which maps data to a dictionary?
Concept: undefined >> undefined
