IP Unit Wise Important Questions
IP Unit Wise Important Questions
UNIT -1
1)a) What is an algorithm ? Give its properties .Explain with example
b) What is a flowchart ? Give an example of flowchart and brief notes on Dia tool.
2)a) What are time and space complexities of an algorithm?
b) Explain problem solving strategies.
3) How do you create, compile and execute a C program?
4)Explain the features of C program. Give the structure of a C program with example
5)Explain a) variable/identifiers b) constants c)datatypes
d) input/output
6) Write in detail about a)arithmetic operators b)relational operators
c)logical operators d)Assignment Operators
7) Write in detail about a)increment/decrement operators b)conditional operator
c)bitwise operators d)Special Operators
8) What is operator associativity and precedence ? Explain expression evaluation with
example.
9) What is type conversion? Explain its types with example program.
UNIT - II
1) Give the syntax, sample flowchart and programming example for all the selection
statements .
2) Give the syntax, sample flowchart and programming example for all the
looping/iterative/repetitive statements .
3) Explain the concept of nested loops with an example.
4) Write about jumping statements (break, continue)
5) Tabulate the differences between for ,while and do while
(pretest and posttest loops / entry controlled and exit controlled loops ).
6) Tabulate the differences between break and continue
7) Tabulate the differences between two-way and multi-way selection statements.