Wa0000
Wa0000
SCHOOL,
KAVESAR, THANE (W)
COMPUTER SCIENCE(083)
PRACTICAL FILE
with
2024 – 2025
2 WAP to input 3 numbers and print the greatest number using nested if.
WAP to input value of x and n and print the series of x^n along with its sum.
3
e.g x=2 n=5 (Output:x^0 x^1…x^n and sum)
4 WAP to input a number and check whether its prime number or not.
WAP to input a list of numbers and search for a given number using linear search./
8
binary search.
WAP that rotates the elements of a list so that the element at first index moves to
9 the second index, the element at second index moves to the third index and so on
and the element at last index moves to the first index.
Write a program to sort a list using bubble sort and produce sorted list./bubble sort
10
for dictionary keys
Write a menu driven program which will have following functions that takes a
number
22 Take A Sample Of 10 Phishing Emails And Find The Most Common Words.
23 MySQL Queries I
24 MySQL Queries II
OUTPUT :
QUESTION-2
WAP to input 3 numbers and print the greatest number using nested it .
CODE: