0% found this document useful (0 votes)
8 views4 pages

Python VVIMP by Campusify 1 2025 11 05 09 51 3

This document provides study materials for Python, including important questions categorized by marks to help students score above 60%. It offers resources for joining a community of diploma students and access to exclusive paid materials. The document emphasizes the importance of studying labeled 'IMP' questions first for effective preparation.

Uploaded by

vedantmoraskar11
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)
8 views4 pages

Python VVIMP by Campusify 1 2025 11 05 09 51 3

This document provides study materials for Python, including important questions categorized by marks to help students score above 60%. It offers resources for joining a community of diploma students and access to exclusive paid materials. The document emphasizes the importance of studying labeled 'IMP' questions first for effective preparation.

Uploaded by

vedantmoraskar11
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/ 4

PYTHON

VVIMP by Campusify

This Study Material is provided by Campusify.college ©


Made by Team Campusify
We have wide range of study materials of Diploma and Engineering,

#We are building Biggest Community of Diploma Students and if


you want to be a part of it for multiple benefits then join our
community by following links.

Our Site - https://www.campusify.college


Join Telegram Channel - https://t.me/campusifyy
Join Whatsapp Grp- https://tinyurl.com/wpjoinlink1

Exclusive Paid Material by Campusify©


VVIMP by Campusify
Note:
By refering These Questions you can score above 60+. These Questions will Help those
students who want to pass with minimum efforts and time and it will also help those
who want passed with good marks ( above 60 ).

2 Marks Questions (Q.1) -


For more VVIMP Questions..
1. List features of Python. Join Our Channel - https://t.me/campusifyy
2. Compare list and Tuple. Join our Group - https://tinyurl.com/wpjoinlink1

3. Define class and object.


4. List different modes of opening file in Python.
5. Enlist any four data structures used in Python.
6. Write syntax for a method to sort a list.
7. What is data obstruction and data hiding?
*If you have enough time to study, try to read all the 2-mark questions from Summer 2022 to
Winter 2024 question papers to be able to solve Q.1 properly.

4 Marks Questions (Q.2 to Q.4) -

1. Explain with example - Building Blocks (Python Indentifers, keywords, indentaion,


variables, comments and data types) IMP
2. Prepare explnation for Conditional statements, basic operators, loops with example.
3. Explain with example - Continue, pass, break, else.
4. Explain membership, assignment, identity operators with example.
5. Preapre explnation, operations, functions and example of - List, Dictionaries, Sets,
Tuples (Program can also be asked) IMP
6. What is local and global variables? Explain with example.
7. Explain various file modes in python. IMP
8. Explain exception handling (try-except, try-catch, Try-except-else-finally ) blocks
with example. IMP
9. Explain and Write a program to show user defined exception in Python. IMP
10. Explain Numpy package with example. IMP
11. Describe 'Self' parameter with example.
12. Explain module, its use, how to define module with example (Also prepare
program). IMP
13. Explain matplotlib and pandas packages with example.
14. Explain how to use user defined function in python with example.
15. Explain File Operation Functions like open(), read(), write() etc.

Exclusive Paid Material by Campusify©


*Do IMP Labled Questions first if you didn’t study yet.

6 Marks Questions (Q.5 to Q.6) -

1. Prepare explanation with example and program for concpets Class, Inheritance
IMP
2. File operation programs -
I) Write Python program to read contents from file A and write to file B. IMP
II) Write a program to open a file in write mode and append some contents at the end
of file.
3. Explain method overloading and overriding with example. IMP
4. Explain user-defined package creation and use with example. (program can also be
asked )
5. Write a python program to create a user defined module that will ask your program
name and display the name of the program.
6. Write a Python program to find palindrome number or string. IMP
7. What is command line argument? Write python code to add two numbers given as
input from command line arguments and print its sum.
8. Write a Python Program to accept values from user in a list and find the largest
number and smallest number in a list. ( also prepare programs for set, dictionary,
touple )
9. Write a python program takes in a number and find the sum of digits in a number.
IMP
10. Write the output for the following question like - IMP
I) Write the output for the following if the variable fruit = ‘banana.
>>> course [ : 3 ]
>>> course [ 3 : ]
For more VVIMP Questions..
>>> course [ 2 : 2 ] Join Our Channel - https://t.me/campusifyy
>>> course [ : ] Join our Group - https://tinyurl.com/wpjoinlink1
>>> course [ -1 ]
>>> course [ 1 ]
II) Write the output for the following if the variable course =
“Python”
III) >>> b = [ “Hello” , “Good” ]
>>> b. append ( “python” )
>>> print (b)

*Do IMP Labled Questions first if you didn’t study yet.

Exclusive Paid Material by Campusify©


Extras for Full Marks -

1. Write Python program to generate random numbers using numpy.


2. Write program to check zero division error.
3. Explain use of format () method with example..
4. Write a Python program to find the factorial of a number provided by the user.
5. Explain different functions or ways to remove key : value pair from Dictionary.
6. Write Python code for finding greatest among four numbers.

~ Thanks for purchasing this PDF from Campusify!!

Exclusive Paid Material by Campusify©

You might also like