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

Python Important Program

The document outlines a series of programming tasks across five units, including algorithms, pseudocode, and flowcharts for various operations such as finding minimum values, sorting, and mathematical computations. It covers topics like variable swapping, leap year determination, Fibonacci series, and file handling to create histograms. Each unit contains specific programming challenges to be implemented in Python.

Uploaded by

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

Python Important Program

The document outlines a series of programming tasks across five units, including algorithms, pseudocode, and flowcharts for various operations such as finding minimum values, sorting, and mathematical computations. It covers topics like variable swapping, leap year determination, Fibonacci series, and file handling to create histograms. Each unit contains specific programming challenges to be implemented in Python.

Uploaded by

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

Unit1

1. Write the algorithm, pseudocode and draw the flowchart for the following
a. Find minimum in a list
b. Insert a card in a list of sorted cards
c. Guess an integer number in a range
d. Find sum of square root of any three
e. To find whether a number is prime or not.

Unit 2.
swapping two variable,
swapping three variable,
given year is leap year or not,
roots of quadratic equation,
amstrong number,
Fibonacci series,
palindrome,

celcius to Fahrenheit

unit-3
gcd of two number
find exponentiation of a number
search an element using binary number
find factorial of a given number using recursion and without recursion

unit-4
write the following python program
a. Selection sort
b. Insertion sort
c. Merge sort

Unit-5
Write a program that reads a file and builds a histogram of the words in a file
Print all numbers in the text file and also print the number of block space in that
field.
Print all numbers

You might also like