The document is a question bank for a class test covering various topics in Python programming. It includes questions on data conversion functions, tuples, file operations, dictionaries, list functions, sets, variables, functions, modules, and the Numpy package. Additionally, it contains programming tasks requiring the implementation of specific functionalities using Python.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
16 views1 page
PWP Question Bank in Class Test 2
The document is a question bank for a class test covering various topics in Python programming. It includes questions on data conversion functions, tuples, file operations, dictionaries, list functions, sets, variables, functions, modules, and the Numpy package. Additionally, it contains programming tasks requiring the implementation of specific functionalities using Python.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
PWP
Question Bank In Class Test 2
1) Describe any two data conversion function 2) Describe Tuples in Python 3) List file operations in Python. 4) Explain creating Dictionary and accessing Dictionary Elements with example 5) Write a Python Program to accept values from user in a list and find the largest number and smallest number in a list. 6) Explain four built-in list functions. 7) Compare list and dictionary 8) Write python program to perform following operations on Set; i) Create set ii) Access set Element iii) Update set iv) Delete set 9) Explain Local and Global variable. 10) what is return Statement ? 11) what is function call? 12) what is function? and its used any two? 13) Write python program using module, show how to write and use module by importing it. 14) Example module. How to define module. 15) Explain Numpy package in detail. 16) Write a Python program to calculate sum of digit of given number using function. 17) Write a program for importing module for addition and substraction of two numbers. 18) List the Four types of Arguments in python? 19) Explain 1) ceil() 2) floor 3)sqrt() 4) pow()