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

Index: S.No Topic Signature

This document contains a menu with 21 topics for Python programs including searching and sorting algorithms, random number generation, recursive functions, drawing charts, file handling, stack, queue, and SQL commands. It includes a table with the topic name, signature, and program file for each item.

Uploaded by

Moksh Sharma
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)
65 views2 pages

Index: S.No Topic Signature

This document contains a menu with 21 topics for Python programs including searching and sorting algorithms, random number generation, recursive functions, drawing charts, file handling, stack, queue, and SQL commands. It includes a table with the topic name, signature, and program file for each item.

Uploaded by

Moksh Sharma
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

INDEX

S.No TOPIC SIGNATURE


1. Write a menu driven program in PYTHON to search for a
name using Linear search and a number using Binary
search in a list.
2. Write a menu driven program in PYTHON to sort numbers
using Bubble sort and Insertion sort
3. Write a menu driven program in PYTHON to make a list of
numbers using random() and find the biggest from this list
4. Write a menu driven program in PYTHON to print fibonacci
series, find factorial of a number, find sum of digits of a
number using Recursive functions.
5. Write a menu driven program in PYTHON to check
whether a string is palindrome or not, using recursive
functions.
6. WAP in PYTHON to draw line chart for the
7. WAP in PYTHON to draw line chart for the
8. WAP in PYTHON to draw line chart for the
9. Files
10 Files
11 Files
12 Files
13 Files
14 Files
15 Stack
16 Stack
17 Queue
18 Queue
19. Five commands of SQL Tables Product and Client.
20 Five commands of SQL Tables Store and Item .
21. Five commands of SQL Tables Doctor and Salary.
PROGRAM
FILE

NAME :
CLASS :
BOARD ROLL NO.

You might also like