0% found this document useful (0 votes)
3 views

List of comp.sci program for program file.3

Uploaded by

zigzag0072015
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

List of comp.sci program for program file.3

Uploaded by

zigzag0072015
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

LIST OF PROGRAMS FOR COMP.

SCI (083) FILE (2024-25)

S.no Program Pg.no


1. Write a program to print a square multiplication table. Pg.36, Q24

2. Write a function LShift (Arr,n) in python ,which accepts a list Arr of Pg.146 ,Q36
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 Pg.142 ,Q33
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 . From notebook

5. Write a program to get roll numbers ,names and marks of the students of Pg.200,
class (get from user) and store these details in a file called ‘Marks.txt’and eg.5.3,5.4
add two more students details to the file created in above program.

6. Write a program to get students data (rollno,name ,marks) from user and Pg. 210,eg5.9
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. From notebook

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

9. Program to sort a list using Bubble sort. Pg. 73, eg.2.8

10. Program to sort a sequence using insertion sort. Pg. 74 ,eg.2.9

11. Implementation of Stack using list in python. (Push,Pop,Peek,Display,Exit) From notebook

12 Write a Program to create a Stack for storing only odd numbers out of all Pg. 309 ,Q7.
the numbers entered by the user. Display the content of the Stack along
with largest odd number in the stack.
13. Write SQL queries for the following set of questions from table ‘MOVIE’. Pg.487,Q3

14. Write SQL queries for the following set of questions from table Pg.532,Q19
’PASSENGER’ and ‘FLIGHT’.

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

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

You might also like