0% found this document useful (0 votes)
37 views1 page

Comp Topic

This document outlines a final term project for an 8th grade Computer class. It includes 10 tasks split into two sections - Section A focuses on Java programs involving mathematical logic problems, while Section B involves questions about software development tools. The tasks in Section A include writing programs to: 1) Find the greatest of three unequal numbers. 2) Calculate student grades based on exam averages. 3) Check if a triangle is possible based on three angles. 4) Check if a number is a "buzz number". 5) Swap the values of two unequal numbers without a third variable. Section B asks students to: 6) Briefly introduce Adobe Flash Professional. 7) Name the creators of popular apps. 8) List and describe 10

Uploaded by

Soumyajit Saha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Comp Topic

This document outlines a final term project for an 8th grade Computer class. It includes 10 tasks split into two sections - Section A focuses on Java programs involving mathematical logic problems, while Section B involves questions about software development tools. The tasks in Section A include writing programs to: 1) Find the greatest of three unequal numbers. 2) Calculate student grades based on exam averages. 3) Check if a triangle is possible based on three angles. 4) Check if a number is a "buzz number". 5) Swap the values of two unequal numbers without a third variable. Section B asks students to: 6) Briefly introduce Adobe Flash Professional. 7) Name the creators of popular apps. 8) List and describe 10

Uploaded by

Soumyajit Saha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SALT LAKE POINT SCHOOL

FINAL TERM PROJECT WORK SESSION:-2021-22


CLASS:- VIII
SUBJECT:- COMPUTER

SECTION – A (JAVA PROGRAMS)

1. Write a program to input three unequal numbers. Display the greatest number among them.

2. In an Examination , the grades are awarded to the students in ‘Science’ according to the average
marks obtained in the examination:
Marks Grades
80% and above Distinction
60% or more but less than 80% First Division
45% or more but less than 60% Second Division
40% or more but less than 45% Pass
Less than 40% Promotion not granted

Write a program to input Name and marks in Physics, Chemistry and Biology. Calculate the average
marks .Display the Name, Average marks and the grades obtained.

3. Write a program to accept three angles of a triangle and check whether the triangle is possible or
not and display the message accordingly.

4. Write a program to check whether the product of two numbers is a Buzz number or not.
[A number that ends with 7 or is divisible by 7 , is called a buzz number]

5. Write a program to input two unequal numbers. Display the numbers after swapping their values in the
variables without using a third variable.
Sample input: a=25, b= 30
Sample output: a= 30, b=25

SECTION – B

6. Give a brief introduction of Adobe Flash Professional package.

7. Write the developer’s or creator’s name of the following apps:


i. Face book ii You Tube iii. Whats App iv. Instragram v. Twitter

8. Write the name and functions of any ten Tools of Adobe Flash.

9. Write short note about Transmission media.

10.Define Analog Signal and Digital Signal.

You might also like