Question Bank
Question Bank
Module -1
Part -A
1.why C is a structured programming language?
2.Define Translator?
3.Define Compiler?
4.What do you mean by a linker?
5.List out characteristics of good programming language?
6.What is the purpose of program planning?
7.Explain the following
a. structured programming
b. Machine independent
c.Algorithm
d.Flowchart
8.What is subprogram?
9.What is user defined functions?
10.What is the peculiarity of getch () function?
11.What is the peculiarity of clrscr () function?
12.Differentiate between testing and debugging?
13.Define pseudocode?
14. Create an algorithm to find the reverse of a number?
Part-B
1.Compare compiler, interpreter and assembler?
2.Explain the classification of computer programming language?
3.Factors for selecting a language?
4.Explain the Purpose of program planning?
5.Explain Algorithm?
6.Explain Flowchart?
Part-C
1.Explain Control Structures in C?
2.Explain structure of C Program
Module-2
Part-A
1.Explain C character set?
2.Define Delimiters?
3.Differentiate between Keywords and Identifiers?
4.Differentiate between printf () and scanf () function?
5.Explain conditional operator?
6.Explain operator precedence?
7.What is user defined data type?
8. What is Type modifiers?
Part-B
1.Explain constants?
2.Differentiate between comma and conditional operators?
3.Explain variables in C programming?
4.Explain datatypes in C programming?
Part -C
1.Explain various type of tokens in C programming?
2.Explain various operators in C programming?
Module-3
Part-A
1.Differentiate between formatted and unformatted Functions?
2.Explain Library functions in C?
3.What you mean by break statement?
4.Differentiate between continue and goto Statement?
5.What is Loop?
6.What is the use of Getche () Statement?
Part-B
1.Explain If else statement?
2.Explain nested if else statement?
3.Explain if else if ladder statement?
4.Explain the Switch Statement?
5.Differentiate between switch case and nested ifs?
6.Explain Various loop statements?
7.Explain Nested for loop statements?
8.Differentiate between while loop and do-while loop?
Part-C
1.Explain various control structures in C?
2.Explain the looping statements in C?
3.Write a program to find the roots of a quadratic equation?
4.Explain various Branching statements in C?
Module-4
Part-A
1.Define Array?
2.Describe the characteristics of an array?
3.Define Two-Dimensional array?
4.List out String handling function?
5.List out Features of pointers?
6.Define dynamic memory allocation?
7.Differentiate between wild and constant pointers?
8.Define pointer arithmetic?
Part-B
1.Explain One Dimensional array?
2.Explain Two-Dimensional array?
3.Expalin any 4-string handling function?
4.Explain Pointers?
5.Explain pointer with arrays?
Part-C
1.Explain Array Concept?
2.Explain String handling Function?
3.Explain pointers?
4.Write a program to find the transpose of a matrix?
Module-5
Part-A
1.Differentiate between user defined and Built-in library functions?
2.List out advantages of Functions?
3.Differentiate between Actual and formal arguments?
4.Differentiate between local and global variables?
5.Define Recursion?
6.Differentiate between Recursion and Iterations?
7.Define Structure?
8.What is typedef statements?
9.What is enumerated datatype?
10.Define Union?
11.Define malloc and calloc?
Part-B
1.Breifly Explain about Functions?
2.Explain Call by value and call by Reference?
3.Explain Recursion and its types?
4.Explain Structure?
5.Explain Union?
6.Explain Dynamic memory allocation?
7.Explain Memory Allocation Functions?
Part-C
1.What is Function. Discuss the types of Functions?
2.Explain Storage Classes in C.
3.Explain Structure.
a. Array of structures
b. Pointer to Structure
c.structure and Functions
4.Write short note on
a. Global Variables
b. return statement
c. Formal & Actual Arguments