0% found this document useful (0 votes)
22 views2 pages

Cs I PR II MQP

This document contains a model paper for the Programming in C subject with 25 questions divided into two sections. Section A contains 10 two-mark questions and Section B contains 5 six-mark questions. The questions cover various topics related to C programming such as algorithms, problem-solving techniques, data types, functions, arrays, pointers, structures, unions, and more. The document also provides instructions regarding the number of questions to be answered and marks for each question.

Uploaded by

r6180463
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

Cs I PR II MQP

This document contains a model paper for the Programming in C subject with 25 questions divided into two sections. Section A contains 10 two-mark questions and Section B contains 5 six-mark questions. The questions cover various topics related to C programming such as algorithms, problem-solving techniques, data types, functions, arrays, pointers, structures, unions, and more. The document also provides instructions regarding the number of questions to be answered and marks for each question.

Uploaded by

r6180463
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

08228 V

Total No. of Questions - 25 Regd.


Total No. of Printed Pages - 2 No.
PROGRAMMING IN ‘C’
Paper - I (English & Telugu Versions)
MODEL PAPER (For the Academic Year 2021-22 only)
Time : 3 Hours Max. Marks : 50
SECTION - A 10×2=20
Note: (i) Answer ANY TEN questions. (ii) Each question carries TWO marks.
 (i) (ii) 
1. Write an Algorithm for finding perimeter of Triangle.
   
2. What are the basic steps involved In problem solving?
 
3. What is an expression in C.
‘C’expression
4. Mention the significance of main( ) function.
main( ) function
5. Write short notes on go to statement?
go to statement
  
6. What is Preprocessor statement in C.
‘C’ pre-processor statement
7. What are different types of errors occurred during the execution of
C program.
C program execution errors
8. What is I/O function? List different types of I/O functions
I/o function I/o function 
9. List categories of functions
Function
10. What is recursion?
Recursion
11. What is array?
Array 
1 P.T.O.
12. How to declare an array?
Array 
 declare  
13. Write a C program to print “IPE” using one dimensional array.
One dimensional array    ‘IPE’   

14. What are the advantages of pointers?
Pointers
 
15. Write various operations performed by structure.
Structureoperations
SECTION - B 5 × 6 = 30
Note: (i) Answer ANY FIVE questions. (ii) Each question carries SIX marks.
 (i) (ii) 
16. Write an algorithm to check whether given integer value is PRIME
or NOT.
integervalueprimeAlgorithm
17. Draw the flowchart to find roots of Quadratic equation ax2+bx+c=0.
ax2 + bx + c = 0      
18. What is Constant? Explain various types of constants in C.
Constant‘C’ constants
19. Explain formatted and un-formatted input and output statements
in C
C     
  
20. Explain various conditional control statements in C.
C   control statements 
21. Explain about I/O functions.
I/o functions
22. Write ‘C’ program to generate fibonacci series using Recursion.
Recursion   fibonacci series‘C’
23. Explain how to declare, initialize array of char type.
 ‘char’ (character) type array initialize  declare

24. Write a C program for addition of two matrices.
 C program
25. What are differences between Structure and Union?
StructureUnion 
__________
2

You might also like