0% found this document useful (0 votes)
44 views14 pages

Class 11 IP Practical File

Uploaded by

utkarshruhela78
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)
44 views14 pages

Class 11 IP Practical File

Uploaded by

utkarshruhela78
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/ 14

OXFORD GREEN PUBLIC

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

2) Program to test the divisibility of a number with


another number.

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

5) Program to print sum natural numbers between


1 and 7.
Input

Output
6) Program to illustrate a nested loop.
Input

Output

7) Program to accept three integers and print the


largest of three. Make use of only “if” statement.
Input

Output
8) Program to obtain three numbers and print
their sum.

Input

Output

9) Write a program to input a number and print its


cube.

Input

Output
10) Write a program to input two no. and swap
them.

Input

Output

11) Write a program to create a list.

Input

Output
12) Write a program to access item from list.

Input

Output

13) Write a program to change item list.

Input

Output
14) Write a program to add list item.

Input

Output

15) Write a program to remove list item.

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.

5. To select all rows from a table.

6. To select specific columns from a table.

7. To select a row with a specific condition.


8. To select a single column.

9. To count the no. of rows in a table.

10. To update a particular data in a table.

11. To delete a particular data from a table.

12. To drop a particular column.


13.To add a new column.

14.To show only selected column.

15.To Insert Primary key.

THANKYOU

You might also like