Important Question Bank CPPM - 2017
Short Questions
Unit -1 Algorithm and flowchart
1. What is algorithm?
2. What are the benefits of drawing flowchart
3. Give the advantage of flowchart
4. How to create write comment in C?
5. Explain void main().
6. Explain #include.
Unit-2. Programming language and strucrure programing
7. What is difference between complier and interpreter
8. Explain in brief interpreter.
9. What is syntax error? Give an example.
[Link] is error?
[Link] #define preprocessor directives.
[Link] is difference between #define and const keyword?
[Link] to create octal and hexadecimal constant in c
[Link] is debugging?
Unit-3 Constant and variable
[Link] is identifier? Give the rules to create identifier.
[Link] conditional operator?
[Link] relational operator.
[Link] is type casting?
[Link] is difference between variable and constant?
[Link] to create character constant in C?
[Link] is the purpose of extern variable? What is its scope?
[Link] is variable? Give the rules to create variable name.
[Link] is keyword?
Unit-4 Expression and operator
[Link] ? : operator?
[Link] is the difference between post and pre increment operator?
[Link] is type casting?
Unit-5 Input and output system
[Link] puts() in detail.
[Link] gets and puts function
[Link] putchar() in detail.
[Link] to use getchar() function to read multi character strings?
[Link] printf().
[Link] scanf() in detail.
Unit-6 Control Statement
[Link] of the following cannot be checked in Switch…..Case Statement?
a. Character (2) Integer (3) Float (4) enum.
[Link] an example of loop that executes the statements inside it for at least
one time.
[Link] difference between forward and backward jump.
[Link] infinite loop.
[Link] continue statement.
[Link] is difference between break and continue?
[Link] is nested loop?
[Link] is use of NULL in string?
Unit-7 Array
[Link] is multi dimensional array?
Unit-8 Builtin Functions
[Link] is use of strcmp() function.
[Link] floor() and ceil() function.
Long Question
Unit -1 Algorithm and flowchart
1. Write a short note on algorithm.
2. Explain flowchart in detail.
Unit-2. Programming language and strucrure programing
3. Write a short note on structured programming.
4. Explain compiler and interpreter in detail.
5. Write a short note on basic structure of C program.
6. Write a short note on debugging.
7. Explain about types of error.
Unit-3 Constant and variable
8. Write a short note on data type of C.
9. Explain Constant in detail.
[Link] variable in detail.
[Link] a short note on storage classes
Unit-4 Expression and operator
[Link] C operators in detail.
[Link] is expression? How to evaluate expression?
Unit-5 Input and output system
14. Write a short note on formatted Input and Output.
15. Explain getchar(), getch(), getche(), and putchar() function.
Unit-6 Control Statement
[Link] if statement in detail.
[Link] switch statement in detail.
18. What is loop? What is difference between entry control and exit control
loop? Explain while loop in detail.
19. Explain exit control loop in detail.
20. Write a short note on for loop.
21. Explain break and continue statement in detail.
Unit-7 Array
22. Write a short note on one dimensional array.
23. Explain two dimensional array in detail.
[Link] string array in detail.
Unit-8 Built in Functions
25. Explain mathematical function in detail.
26. Explain string functions.
27. Write a short note on conversion functions.
[Link]
1. = and == ( Unit 4)
2. Pre decrement and post decrement (unit-4)
3. Break and continue (unit-6)
4. getch () and getchar() (unit-5)
5. If and switch (unit-6)
6. Forward jump and backward jump. (unit-6)