0% found this document useful (0 votes)
11 views3 pages

CS File 2024-2025-1

Document of computer science

Uploaded by

alluprabhat123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

CS File 2024-2025-1

Document of computer science

Uploaded by

alluprabhat123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
INDEX S.NO| AIM DATE Page no sign Write a python Program to take input for a number , calculate and print its square and cube? 11-04-24 Write a python program to take input for 2 numbers, calculate and print their sum, product, difference 19-04-24 06 Write a python program to take input for 3 numbers Check and print the largest number? 25-04-24 07 Write a python program to take input of 2 number and an operator (+,*,/). Based on the operator calculate and print the result. 04-05-24 08 Write a python program to take input for a number and print its table? 12-05-24 09 Write a python program to take input for a number and prints its factorial. 09-07-24 Write a python program to take input for a number check if the entered number is Armstrong or not 11-07-24 Write a python program to take input for a number and print its factorial using recursion. 19-07-24 Write a python program to display Fibonacci Sequence using Recursion. 23-07-24 Write a python program to read a file named “article.txt”, count and print total alphabets in the files 03-08-24 Write a python program to maintain book details like book code, book title and price using stacks data structures? (implement pushQ,. pop() and traverse() functions) 14-8-24 Write a python program to maintain employee details like empno,name and salary using Queues data structure? (implement insert(), delete() and traverse() functions) 21-08-24 Write a python program to read a file named "article.txt", count and print the following: (i) length of the file (total characters in file) (iiJtotal alphabets (ii) total upper case alphabets (iv) total lower case alphabets (v) total digits (vi) total spaces (vii) total special characters 24-08-24 Write a python program to read a file named "article.txt", count and print total words starting with "a" or "A" in the file? 29-08-24 Write a python program to read a file named "article.txt", count and print total lines starting with vowels in the file? 04-09-24 10-09-24 Write a fanction to insert a record in table using python and MySQL interface 17 | Write a function to display all the | 15-09-24 | 24 records stored in a table using python and MySQL interface. 18 | Write a function to search a record [07-10-24 [25 stored in a table using python and MysQL interface. 19 | Create table with name student 09-10-24 [28 20 | Alter table student 22-10-24 [29 21 | Alter table students (drop column) | 26-10-24 | 30 22 | Update data in SQL 12-11-24 [31 23 | Deleting a tuple from table 20-11-24 [32

You might also like