0% found this document useful (0 votes)
6 views1 page

INDEX

Uploaded by

zigzag0072015
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 views1 page

INDEX

Uploaded by

zigzag0072015
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/ 1

S.

no Programs Signature
1. Write a program to print a square multiplication table.

2. Write a function LShift (Arr,n) in python ,which accepts a list


Arr of numbers and n is a numeric value by which all elements
of the list are shifted to left
3. Write a function ,lenWords (STRING) ,that takes a strIng as an
argument and returns a tuple containing length of each word of
a string .For example,if the string is “Come let us have some
fun”, the tuple will have
(4,3,2,4,4,3)
4. Write a Program to create user define Module .

5. Program to sort a sequence using insertion sort.

6. Write a program to get students data (rollno,name ,marks) from


user and write onto a binary file the program should be able to
get data from the user and write onto the file as long as the
user wants.
7. Program to write, read, search data in CSV file.

8. Write a program of exception handling (Zero division error)

9. Program to sort a list using Bubble sort.

10. Write a Program to create a Stack for storing only odd


numbers out of all the numbers entered by the user. Display
the content of the Stack along with largest odd number in the
stack.
11. Implementation of Stack using list in python.
(Push,Pop,Peek,Display,Exit)
12 Write a program to get roll numbers ,names and marks of the
students of class (get from user) and store these details in a
file called ‘Marks.txt’and add two more students details to the
file created in above program.
13. Write SQL queries for the following set of questions from table
‘MOVIE’.
14. Write SQL queries for the following set of questions from table
’PASSENGER’ and ‘FLIGHT’.

15. Write SQL queries for the following set of questions from table
’BOOKS’ and ‘ISSUED’.

16. Write SQL queries for the following set of questions from table
’DEPT’ and ‘WORKER’.

You might also like