0% found this document useful (0 votes)
9 views17 pages

Practical-File Xi Ip

This document is a practical record file for Class XI Informatics Practices (065), containing an index of various programming problems and their solutions. It includes tasks such as calculating simple interest, checking if a number is even or odd, and creating a dictionary of student names and marks. Each practical is structured with a problem statement, solution, and output sections.

Uploaded by

ns9180143
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)
9 views17 pages

Practical-File Xi Ip

This document is a practical record file for Class XI Informatics Practices (065), containing an index of various programming problems and their solutions. It includes tasks such as calculating simple interest, checking if a number is even or odd, and creating a dictionary of student names and marks. Each practical is structured with a problem statement, solution, and output sections.

Uploaded by

ns9180143
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/ 17

Practical File

Class-XI
Informatics Practices (065)

Submitted By:

Name:

Roll No. :

Class & Section:

Submitted to:

1
PRACTICAL RECORD FILE

SUBJECT: INFORMATICS PRACTICES(065)

INDEX

S. DATE PRACTICA PAGE SIGN OF


No L No. TEACHER
. PROBLEM
1 To enter first and last name, then display the full
name
2 To add two numbers entered by user
3 To calculate the perimeter of a rectangle

4 To calculate the area of a given triangle


5 To Calculate simple interest
6 To check whether a given number is positive,
negative or zero
7 To check whether a given number is even or odd
8 Program to find the total marks, percentage and grade
of five subjects marks
9 Program to check whether a given year is leap year or
not
10 To print 1 to 10 numbers using for loop
11 To print multiplication table of any given number
12 To print sum of first ten odd numbers

13 Program to enter 5 numbers in a list then find the


average of all numbers
14 Program to enter 5 numbers in a list then display all
the even
numbers of list
15 Program to create a dictionary and enter the name and

2
marks of
five students

3
Practical No:1
PROBLEM: Program to enter first and last name, then display the full name

SOLUTION:

OUPUT:

3
Practical No: 2
PROBLEM: To add two numbers entered by user

SOLUTION

OUTPUT

4
Practical no: 3
PROBLEM: To calculate the perimeter of a rectangle

SOLUTION:

OUTPUT

5
Practical No: 4
PROBLEM: To calculate the area of a given triangle

SOLUTION:

OUTPUT:

6
Practical No: 5
PROBLEM: To calculate the Simple Interest of a given amount.

SOLUTION:

OUPUT:

7
Practical No: 6
PROBLEM: To check whether a given number is positive, negative or zero

SOLUTION:

OUTPUT

8
Practical No: 7
PROBLEM: To check whether a given number is even or odd

SOLUTION:

OUPUT:

9
Practical No: 8
PROBLEM: To check whether a given number is even or odd
SOLUTION:

OUTPU

10
Practical No: 9
PROBLEM: To check whether a given number is even or odd
SOLUTION:

OUTPUT

11
Practical No:10
PROBLEM: To print 1 to 10 numbers in a single line using for loop
SOLUTION:

OUTPUT

12
Practical No: 11
PROBLEM: To print multiplication table of any given number

SOLUTION:

OUPUT:

13
Practical No-12

PROBLEM: To print sum of all odd numbers between 10 to 100

SOLUTION & OUTPUT

Practical No-13

PROBLEM: #Program to enter 5 numbers in a list then find the average of all numbers
SOLUTION & OUTPUT

14
Practical No: 14
PROBLEM: Program to enter 5 numbers in a list then display all the even numbers of list

SOLUTION & OUTPUT

15
Practical No: 15
PROBLEM: Program to create a dictionary and enter the name and marks of five
students

SOLUTION & OUTPUT

16

You might also like