Holiday Homework

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Holiday Homework 2024-25

(Computer)

Std – 4 (Tux Paint)


1. Stick the picture of the default screen of tux paint and explain its different segments.
2. Draw and explain the function of any five tools of tux paint.

Std – 5 (Internet)
1. Search and write any 10 full form the chapter INTERNET SERVICES.
2. Write and explain any 5 services provide by internet.
3. Draw the logo of any two social networking website.

Std – 6
1. Learn and Write the any twenty important shortcut keys used in MS word.
2. Explain any three High Level language.
3. Explain the function of minimize, maximize, restore, close button of window.

Std – 7 (Number System)


1. Convert the following
a. (99)10 = (?)2
b. (123)10 = (?)2
c. (101010)2 = (?)10
d. (510)8 = (?)10
e. (CD7)16 = (?)10
f. (9AD)16 = (?)2
g. (342)8 = (?)2
h. (9894)10 = (?)16
i. (1011)10 = (?)2
j. (1011001)2 = (?)10 and (?)8 and (?)16
Std – 8
1. Write algorithm for following.
a. Accept two number and display sum.
b. Accept Principal, rate and time and display simple interest and amount.

2. Draw the flowchart for following


a. Accept two number and display sum.
b. Accept Principal, rate and time and display simple interest and amount.
Std – 9
1. Write a program to input a two digit number and display the sum and product of digits.
Example:
Input: 52
Output:
Sum is : 7
Product is : 10
2. Write a program to input a three digit number and display the sum of digits.
Example:
Input: 524
Output:
Sum is : 11
3. Write a program to input number of seconds and convert it into Hour, minute and
remaining seconds.
Example:
Input: 7895
Output:
2 hours 11 minutes 35 Seconds
4. Write a program to find the area, perimeter and diagonal of rectangle.
5. Write a program to input two numbers and interchange the value without using third
variable.
6. Write a program to input two numbers and display greatest number using ternary
operator.
7. Write a program to input two numbers and display the absolute difference.
8. Write a program to display the profit amount and profit percentage if cost price is 5500
and selling price is 6700.
9. Write a program to accept a number and display the square root and square.
Example:
Input: 9
Output:
Square root is : 3.0
Square is : 81
10. Write a program to a two digit number and display the greatest digit.
Example:
Input: 92
Output:
Greatest digit is : 9

You might also like