0% found this document useful (0 votes)
9 views

Practical

The document outlines the practical assessment criteria for Grade 9 Computer Applications for the academic year 2024-25, with a maximum score of 100. It includes a list of programming tasks that students must complete, covering various topics such as character recognition, arithmetic calculations, triangle properties, and volume calculations. Each task specifies the required input, output, and relevant lab record pages for reference.

Uploaded by

suresh198lakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Practical

The document outlines the practical assessment criteria for Grade 9 Computer Applications for the academic year 2024-25, with a maximum score of 100. It includes a list of programming tasks that students must complete, covering various topics such as character recognition, arithmetic calculations, triangle properties, and volume calculations. Each task specifies the required input, output, and relevant lab record pages for reference.

Uploaded by

suresh198lakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Grade 9

Computer Applications Practical Assessment-2024-25


Max.Marks:100

Criteria
Class Input/ Program Recor Viv VD Total
design Output execution d a T
20 10 20 20 20 10 100

1)Write a program to read a single character and display whether it is a uppercase


character, lowercase character, digit or a special character. C.W

2)Write a program to read a three-digit number and print individual digits. lab record
page no 11 should do this prg

3)Write a program to read price of an article and display the net amount after a
discount of 5% . LB=lab record page no 9

4)Write a program to read a number and check whether it is divisible by 7 or not by


using conditional operator . LB page no 4

5)Write a program to read three sides of a triangle and display whether it is


isosceles, equilateral or scalene triangle using conditional operator. LB page no 5

6) A man spends 1/2 office salary on food and 1/15 on rent, 1/10 on miscellaneous
activities rest of the salary is his savings write a program to calculate the:-

: money spent on food

: money spent on rent

: money spent on miscellaneous activities

: money saved
LB page no 6

7)Shopkeeper cells two calculators for the same price ,he earns 20% profit on one
and suffers a loss of 20% on the other. Write a program to find and display total cost
price of the calculators by taking their selling prices as input. CW

8)A driver took drive to a town 240 km at a speed of 60 kmph to stop. Later in the
evening he drove back at 20kmph less than the usual speed. Write a program to
calculate total time taken by drivers as during whole journey. Idk

9)Write a program to read the temperature in Celsius and convert it to Fahrenheit.


LB page no 10

10) A Pre-Paid taxi charges from the passenger as per the tariff given below:
Distance Rate
Up to 5 km ₹ 100

For the next 10 km ₹ 10/km

For the next 10 km ₹ 8/km


More than 25 km ₹ 5/km
Write a program to input the distance covered and calculate the amount paid by the

passenger. The program displays the printed bill with the details given below:

Taxi No. :

Distance covered :

Amount :
Idk

11) The volume of solids, viz. cuboid, cylinder and cone can be calculated by the

formula:

1. Volume of a cuboid (v = l*b*h)

2. Volume of a cylinder (v = π*r 2 *h)

3. Volume of a cone (v = (1/3)*π*r 2 *h)

Using a switch case statement, write a program to find the volume of different solids

by taking suitable variables and data types.

Idk
12)Write a program to input three angles of a triangle and check whether a triangle
is possible or not. If possible then check whether it is an acute-angled triangle,
right-angled or an obtuse-angled triangle otherwise, display 'Triangle not
possible'.

Sample Input: Enter three angles: 40, 50, 90


Sample Output: Right=angled Triangle
LB page no 23

13) Write 2 separate programs to display the first 10 terms of the following series:

a)1,4,9,16,……… b)4,8,16,32,…..

LB page no 13

14) Write 2 separate programs to find and display the sum of:

a) b)2 − 4 + 6 − 8 + ⋯ − 20
LB page no 14

15) Write a program to display mathematical table from 5 to 10 for 10 iterations.

16) Write 2 separate programs to display the following pattern:

1 1

1 2 2 2

1 2 3 3 3 3

1 2 3 4 4 4 4 4

1 2 3 4 5 5 5 5 5 5

LB page no 16

17) Write a program to input a number and display the number of digits.The program
further checks whether the number contains odd or even number of digits and
displays the output accordingly.

Idk
18)‘Kumar Electronics’ has announced the following seasonal discounts on
purchase of certain items.
Purchase Amount Discount on Laptop Discount on Desktop PC

Up to Rs.25000 0.0% 5.0%

Rs.25,001 to Rs.50,000 5.0% 7.5%

Rs.50,001 to Rs.1,00,000 7.5% 10.0%

More than 1,00,000 10.0% 15.0%

Write a program to input name, amount of purchase and the type of purchase
(‘l’ for Laptop and ‘D’ for Desktop ) by a customer. Compute and print the net
amount to be paid by a customer along with his name.

(Net amount = Amount of purchase – discount )

CW page number yellow

You might also like