Chapter- 1 (Assignment) - C Programming
- What is a Programming Language? Explain all Generations of Programming Languages.
 - Differentiate High level language and Low Level language.
 - Define Compiler, Interpreter and Assembler. Briefly explain the compilation process with a proper diagram.
 - What is an Algorithm ? Write the advantages of using Algorithms.
 - What is Flowchart ? Discuss various symbols used in Flowchart. Also write the benefits of Flowchart.
 - Differentiate Compiler and Interpreter.
 - What is Debugging ? How is it different from Testing ? Explain various types of errors you face while coding .
 - Write an Algorithm and draw a flowchart to find the area of the square.
 - Write an Algorithm and draw a flowchart to find the area of the rectangle.
 - Write an Algorithm and draw Flowchart to find the area of the triangle where three sides are given.
 - Write an Algorithm and draw Flowchart to find the area and perimeter of the square.
 - Write an Algorithm and draw Flowchart to calculate the average of three numbers.
 - Write an Algorithm and draw Flowchart to find the greatest of two numbers.
 - Write an Algorithm and draw Flowchart to interchange the value of two variables.
 - Write an Algorithm and draw Flowchart to calculate the simple interest .
 - Write an Algorithm and draw Flowchart to convert temperature from Fahrenheit to Celcius.