Assignment 1
1. Define the Following:
A. Flowchart
B. Algorithm
C. C Language
D. Datatype
E. Variable
2. Fill in the Blanks
A. The size of ______ Datatype is 4 Bytes.
B. The _____ is the symbol of Increment Operator.
C. ______ symbol represents Decision Making in Flow-Chart.
D. _____() function is used as Inputs function.
E. Any C program starts with _____ () function.
3. Answer the Following in detail.
A. Explain the symbols of Flowchart.
B. Draw a flowchart to find area of Triangle.
C. Write an algorithm to check whether the numbers are same or one is smaller than the
other.
D. Explain Datatypes in C Language.
E. Explain Input and Output in C Language.
F. Explain Type Conversion in C Language.
G. Explain Operators in C Language.
H. Describe C Tokens.
I. Write a C Program to Create a Simple Calculator & perform Addition, Subtraction,
Multiplication and Division.
J. Write a Program to find Total Marks and Percentage of 5 subjects.