Class 11 IP Practical File
Class 11 IP Practical File
SCHOOL
INFORMATICS PRACTICES
PRACTICAL FILE
-
Submitted by: Utkarsh Ruhela
Submitted to: Parath Sir
Class: 11th Lily
Roll no.: 23
Teacher’s Signature-
INDEX
TOPIC PAGE NO.
15 PYTHON 1 TO 9
PROGRAMS
15 SQL 10 TO 13
QUERIES
PYTHON PROGRAMS
1) Program that take a number and checks
whether the given number is odd or even.
Input
Output
Input
Output
3) Program to print table of number, say 5.
Input
Output
4) Program to print sum of natural no. between 1
and 7.
Print the sum progressively, i.e., after adding each
natural no., print sum so far.
Input
Output
Output
6) Program to illustrate a nested loop.
Input
Output
Output
8) Program to obtain three numbers and print
their sum.
Input
Output
Input
Output
10) Write a program to input two no. and swap
them.
Input
Output
Input
Output
12) Write a program to access item from list.
Input
Output
Input
Output
14) Write a program to add list item.
Input
Output
Input
Output
SQL QUERIES
1. Creating Database and using it:-
2. To create table:-
3. To describe a table:-
4. To Insert a data in a table.
THANKYOU