0% found this document useful (0 votes)
4 views5 pages

Practical File - April

The document is a practical file for Computer Applications for Std IX students at Lodha World School, Palava, for the academic year 2022-2023. It includes a project certificate and a table of contents listing various programming tasks, such as displaying messages, performing mathematical operations, and calculating areas and conversions using BLUEJ programming. The file is to be completed by students and includes teacher's certification and acknowledgment sections.

Uploaded by

Trisha Kulkarni
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)
4 views5 pages

Practical File - April

The document is a practical file for Computer Applications for Std IX students at Lodha World School, Palava, for the academic year 2022-2023. It includes a project certificate and a table of contents listing various programming tasks, such as displaying messages, performing mathematical operations, and calculating areas and conversions using BLUEJ programming. The file is to be completed by students and includes teacher's certification and acknowledgment sections.

Uploaded by

Trisha Kulkarni
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/ 5

LODHA WORLD SCHOOL,

PALAVA
Std IX–Computer Applications Practical
File
Academic Year - 2022-2023

Submitted By-
Student’s Name
Div –
Roll No. -
LODHA WORLD SCHOOL, PALAVA

(PROJECT CERTIFICATE)

This is to certify that Master/Ms. _________________________


of Std. IX Div ___ has completed the Computer Applications
practical file with BLUEJ programming.

Teacher’s Signature Date


Acknowledgement
Table of Contents
S.No. Program’s details Page
No.
1. Write a program to display “Welcome to the world of
Java”.

2. Write a program to perform mathematical operations


(+,-,*, /) on 50 and 20
3. Write a program to display the area of a circle whose
radius is 7.

4. Write a program to find the area and perimeter of a


rectangle where length = 6 and breadth =8.

5. Write a program to calculate perimeter and diagonal of a


square. Take side as an input.

6. Write a program to convert 3200 grams into Kg.


7. Write a program to find the simple interest and amount
on Rs. 3000 at 5% for 2 years.

8. Write a program to convert Fahrenheit into Celsius.


T(°C) = (T(°F) - 32) × 5/9
9. Write a program to convert number of 365 days into
number of years, number of months and number of days.

10. Write a program to input two unequal numbers. Display


the numbers after swapping their values in the variables
without using a third variable.

11. Write a program to print the marks in three subjects of a


student. Print the total and percentage marks. Display
the grade on the basis of following percentage.
Percentage Grade
Between 80 and Grade A
100
Between 60 and Grade B
80
Between 40 and Grade C
60
Below 40 Grade D

You might also like