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

Program Question

Uploaded by

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

Program Question

Uploaded by

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

HOLY CROSS SCHOOL BURDWAN COMPOUND RANCHI

COMPUTER-PRACTICAL-QUESTIONS-2024-2025

SET-A (Basic& Operator)


1. Write a Program to demonstrate various arithmetic operation (+, -, *, /, %,
^)
2. Write a Program to demonstrate comparison operator (<, >, <=, >=, ==, !=)
3. Write a Program to demonstrate logical operator (&&, ||, ! )
4. Write a Program to demonstrate increment / decrement operator (++, –)
5. Write a Program to demonstrate compound operator (+=, -=, *=, /=)
6. Write a Program to demonstrate bit wise operator (&, |, <<, >>, ~)
7. Write a Program to demonstrate ternary operator (?)
8. Write a Program to find quotient and remainder of number.
9. Write a Program to swap two numbers.
10. Write a Program to Add two different time.
SET-B (Area & Volume)
11.Write a Program to Find the Area of Circle:
12.Write a Program to Find Area of Semicircle:
13.Write a Program to Find Diameter, Circumference and Area of Circle:
14.Write a Program to Find Area of Triangle using Base and Height:
15.Write a Program to Find Area of Rectangle:
16.Write a Program to Find Area of Parallelogram:
17.Write a Program to Compute Simple Interest:
18.SET-C (if & Else)

19.Write a Program to Check if Given Number is Positive.


20. Write a Program to Check if Given Number is Positive or Negative.
21. Write a Program to Check if Given Character is Vowel or Consonant.
22. Write a Program to Check Given Year is Leap Year or Not.
23. Write a Program to Check if Given Number is Odd or Even.
24. Write a Program to Find Maximum Number from Two Numbers.
25. Write a Program to check he/she is Eligible for Driving License or Not.
26. Write a Program to Check Type of Triangle.
27. Write a Program to Check if Triangle is Valid or Not using Angles.
28. Write a Program to Check if Triangle is Valid or Not using Sides.
29. Write a Program to Find Largest of Three Numbers.
30. Write a Program to Print the Grade Based on Percentage.
31. Write a Program to Check if Given Number is Integer or Float.
HOLY CROSS SCHOOL BURDWAN COMPOUND RANCHI
COMPUTER-PRACTICAL-QUESTIONS-2024-2025

SET-D (Volume & Surface)


32. Write a program to Compute Volume and Surface Area of a Cube.
33. Write a program to Compute Volume and Surface Area of a Cuboid.
34. Write a program to Compute Volume and Surface Area of a Cone.
35. Write a program to Compute Volume and Surface Area of Sphere.
36. Write a program to Compute Volume and Surface Area of a Cylinder.
37. Write a program to Convert from Celsius to Fahrenheit.
38. Write a program to Convert from Fahrenheit to Celsius.
39. Write a program to Convert Minutes to Hours.

40.Patterns (loop)

You might also like