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

Program List 2024 - 20255

Computer

Uploaded by

vbvineeth67
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
16 views2 pages

Program List 2024 - 20255

Computer

Uploaded by

vbvineeth67
Copyright
© © All Rights Reserved
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/ 2

PROGRAM LIST 2024-25

Sl.No. Program Date of Date of


Experiment Submission
PART A
PYTHON PROGRAMS
Program to accept a list of string and display the strings
1 05-06-2024 12-06-2024
that have letters starting with ‘A’ or ending with ‘a’
To Create a phone dictionary of 5 friends name and
phone number. Create a menu driven program to
2 05-06-2024 12-06-2024
Search, Print all the name with ‘A’ or ‘T’, Update and
Print the dictionary.
Write a program with a function called replace() that
will take a string and a character as a parameter that
3 05-06-2024 12-06-2024
will replace every space with the character in the
string and returns back the number spaces replaced.
Write a program that generates random numbers
4 12-06-2024 19-06-2024
between 1 and 6 (simulates a dice)
Creating a menu driven program to find factorial and
5 12-06-2024 19-06-2024
sum of list of Numbers using function
Write a program to accept username “Admin” as
6 default argument and password 123 entered by user to 12-06-2024 19-06-2024
allow login into the system.
Write a program to demonstrate the concept of
7 variable length argument to calculate product and 19-06-2024 26-06-2024
power of the first 10 numbers.
Write a python program to accept a list as a function
8 19-06-2024 26-06-2024
parameter and raise the IndexError exception.
Write a program to accept the number of days and
display appropriate weeks in an integer. Display an
9 19-06-2024 26-06-2024
appropriate error message through multiple exception
handling including the finally clause.
Create a text file “intro.txt” in python and ask the
10 26-06-2024 03-07-2024
user to write a single line text by user input
Write a program to count the number of lines and
11 count total number of lines starting with ‘A’,’B’,’C’ 26-06-2024 03-07-2024
from the file myfile.txt..
Creating a python program to read a text file and
12 display the number of vowels/consonants/lower case/ 26-06-2024 03-07-2024
upper case characters.
Creating a python program to copy particular lines of
13 a text file into an another text file. 03-07-2024 10-07-2024

Write a python program to count the frequency of


14 03-07-2024 10-07-2024
words in file
Write a program to know the cursor position and print
15 03-07-2024 10-07-2024
the text according to the given specification.
Write a menu driven program to perform the
operations add, display and search a record into a
16 10-07-2024 24-07-2024
binary file “shoes.dat” . The structure of file content
is: [s_id, name, brand, type, price]
Creating a python program to create and
17 10-07-2024 24-07-2024
update/modify records in binary file
Write a program to write data into a binary file
18 “marks.dat “ and display the records of students who 24-07-2024 31-07-2024
scored more than 95 marks.
Write a Python program to implement a menu driven
19 31-07-2024 07-08-2024
program to read and write into a CSV file.
Write a Python Program to create a CSV file by
20 entering user-id and password, read and search the 07-08-2024 21-08-2024
password for given userid
Creating a python program to create and search
21 07-08-2024 21-08-2024
employee’s record in csv file.
Write a menu driven program in Python to implement
22 21-08-2024 28-08-2024
stack operation using linear list data-structure.
Write a program to implement a stack for the
23 21-08-2024 28-08-2024
employee details (empno, name).
Write a Python program to check whether a string is a
24 28-08-2024 04-09-2024
palindrome or not using stack.
Write a menu driven Python program using function
PUSH(Arr), where Arr is a list of numbers. From this
list Push all numbers divisible by 5 into a stack
25 28-08-2024 04-09-2024
implemented by using a list. Display the stack if it has
at least one element, otherwise display appropriate
error message.
PART B
SQL QUERIES
Write SQL Queries for a database having a table Students
11-09-2024 18-09-2024
Set -1
Set- 2 18-09-2024 25-09-2024
Set -3 25-09-2024 16-10-2024
26
Set- 4 16-10-2024 23-10-2024
Write SQL Queries for a database having two tables
Uniform & Cost 23-10-2024 30-10-2024
Set- 5
PART C
PYTHON DATABASE CONNECTIVITY
Write a menu driven program to integrate MYSQL
27 with Python to create Database and Table to store 06-11-2024 13-11-2024
the details of students.
Write a python program to integrate MYSQL with
28 Python to add, update, delete and display customer 06-11-2024 13-11-2024
details.
Write a program to integrate MYSQL with Python to
29 13-11-2024 20-11-2024
create, insert and display the students details.
Write a python program to integrate MYSQL with python
30 to search and update the students record and display the 13-11-2024 20-11-2024
students details who scored maximum marks.

You might also like