CLASS 10TH SLO
Wednesday, November 4, 2020
Thursday, October 22, 2020
Programming in C- Exercises
EXERCISES.
1. Write a c program to calculate area of a rectangle.
2. Calculate the area of a circle and modify the same program to calculate the volume of a cylinder given its radius and height.(Entered by the user).
3. Write a program to Convert Celsius To Fahrenheit and Vice Versa.(Entered by the user).
4. Write a program to calculate simple Interest for a set of values representing principal, no of years and rate of interest.(Both)
5. Write a program to show arithmetic operations like + - * / between two numbers.(Entered by the user)
6. Write a program to print an integer (Entered by the user).
Tuesday, October 6, 2020
Programming in C
SLO'S
What is Computer Program?
What is Program Semantic?
What is the meaning of Program Syntax?
Programming Languages Overview
Characteristics of High level languages
Procedural languages
Object Oriented Programming language
Compiler and Interpreter
Tuesday, July 28, 2020
Monday, August 26, 2019
Friday, August 2, 2019
EXERCISES-ALGORITHM & FLOW CHART
Write down
algorithm of the following and also make flow chart
1.
Find the sum, product and average of five given numbers.
2.
Find acceleration of a moving object with given mass and the force
applied.
3.
Find the volume of a cube, cylinder or sphere.
4.
Find the area of a triangle, parallelogram, rhombus or trapezium.
5.
Convert Celsius to Fahrenheit temperature and vice versa.
6.
Display the larger one out of the three given unequal numbers.
7.
Assign grade to a subject based on the achieved marks.
8.
Find the interest on an amount.
9.
Produce a multiplication table for a given number.
10. Determine whether a given number is
prime number or not.
11. Generate a sequence of odd numbers
starting from a given number.
12. Generate a sequence of even numbers
starting from a given number.
Subscribe to:
Posts (Atom)
-
Write down algorithm of the following and also make flow chart 1. Find the sum, product and average of five given number...
-
EXERCISES. 1. Write a c program to calculate area of a rectangle. 2. Calculate the area of a circle and modify the same program to calcula...
-
SLO'S What is Computer Program? What is Program Semantic? What is the meaning of Program Syntax? Programming Languages Overview Characte...