Assignment For Grade 10 - Board Project Part 1
Assignment For Grade 10 - Board Project Part 1
Up to ₹ 2,50,000 Nil
(b) R = (r * r ) / (r + r ) (Parallel)
2 1 2 1 2
resistances accordingly.
5. Series 1: Write a menu driven programs in Java to display the
first ten terms of the following series:
(a) 1, 4, 9, 16,...10 terms
(b) 1, 2, 4, 7, 11,....10 terms
6. Series 2: Write a menu driven programs in Java to display the
first ten terms of the following series:
A. 0, 7, 26,....10 terms.
B. 24, 99, 224, 399,....10 terms
7. Series – sum calculation 1: Write a menu driven program
program in Java to find the sum of the given series:
(a) 1 + 4 + 9 + ...... + 400
(b) 1 + (1/3) + (1/5) + ...... + (1/19)
8. Absolute difference: Write a program to input a number and
display the new number after reversing the digits of the original
number. The program also displays the absolute difference
between the original number and the reversed number.
Sample Input: 194
Sample Output: 491
Absolute Difference= 297
10. Monkey and pole: In order to reach the top of a pole, a monkey
in his first attempt reaches to a height of 5 feet and in the
subsequent jumps, he slips down by 2% of the height attained in
the previous jump. The process repeats and finally the monkey
reaches the top of the pole. Write a program in Java to input the
height of the pole. Calculate and display the number of attempts
the monkey makes to reach the top of the pole.