Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Paper-104: Introduction to Computer Programming

Time Allowed: 3 Hours

Maximum marks: 50

Note : Attempt five questions in all, selecting at least one question from
each unit.
Question No.9 is compulsory. All questions carry equal marks.
UNIT-1
1. Explain the basic structure of c program with example.
2. Explain the function of various input/output files?
UNIT-2
3. What do you understand by operator precedence and associability?
4. Differentiate between: (a) do loop and do while loop
(b) if statement and if-then-else statement
UNIT-3
5. What do you understand by multidimensional array? Explain with
example
6. Write a program to find multiplication of matrix.
UNIT-4
7. Explain how structure variables are declared in C program.
8. Explain how structure members are accessed in C program.
UNIT-5
9. Write short note on any four of the following:
a. Variables
b. Identifiers
c. Comments
d. Logical operators
e. Dynamic array
f. Recursion

Paper-104: Introduction to Computer Programming

Time Allowed: 3 Hours

Maximum marks: 50
Note: Attempt five questions in all, selecting at least one question from each

unit.

Question No.9 is compulsory. All questions carry equal marks.

UNIT-1
1. How a C program is written with the help of algorithm and flow charts.
2. Explain various data types available in C language with example.
UNIT-2
3. Explain various control statement in C program with example.
4. Explain various arithmetic operators in computer programming.
UNIT-3
5. Write a program to find simple interest.
6. Explain the two ways of passing argument to function in C language.
UNIT-4
7. What do you mean by unions? Explain with example.
8. Explain the difference between structure and union with examples.
UNIT-5
9. Write short note on any four of the following:
a. Constant
b. Keywords
c. Function call
d. Switch statement
e. Pointers
f. Strings

You might also like