0% found this document useful (0 votes)
6 views2 pages

2 Marks

The document outlines various topics related to Python programming across different academic terms, including features, operators, data structures, and file operations. It covers comparisons between lists and tuples, object-oriented features, and concepts like data abstraction and hiding. Additionally, it addresses comments, class definitions, and methods for sorting and file handling in Python.

Uploaded by

sunnygaikwad4747
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

2 Marks

The document outlines various topics related to Python programming across different academic terms, including features, operators, data structures, and file operations. It covers comparisons between lists and tuples, object-oriented features, and concepts like data abstraction and hiding. Additionally, it addresses comments, class definitions, and methods for sorting and file handling in Python.

Uploaded by

sunnygaikwad4747
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Winter 22

List Python features

List comparision operators in Python.

Describe Tuples in Python.

Write use of lambda function in python.

Write syntax of defining class in Python.

List file operations in Python.

Describe indentation in Python.

Winter 24

a) List features of Python.

b) List membership operators in Python.

c) Compare list and Tuple.

d) List different object oriented features supported by Python

. e) State how to perform comments in Python.

f) Define class and object.

g) List different modes of opening file in Python.

Summer 24

a) Enlist any four data structures used in python.

b) Give membership operators in python.

c) Write syntax for a method to sort a list.

d) Write use of matplotlib package in python.

e) What is data obstruction and data hiding.

f) Write the syntax of fopen.

g) What is dictionary?
Summer 23

a) List features of Python.

b) Describe membership operators in python.

c) Write down the output of the following Python code >>>indices=['zero','one','two','three','four','five']


i) >>>indices[:4]

ii) >>>indices[:-2]

d) Describe any two data conversion function.

e) With neat example explain default constructor concept in Python.

f) Describe mkdir() function.

g) Describe Multiline comment in python

Summer 22

a) Name different modes of python.

b) List identity operators in python.

c) Give two differences between list and tuple.

d) Explain Local and Global variable.

e) Define class and object in python.

f) How to give single and multiline comment in python.

g) List different modes of opening file in python.

You might also like