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

Introduction To Computer Programming: UNIT-1

This document outlines the structure and content of an exam for an introduction to computer programming course. The exam is divided into 5 units, with 2 questions per unit. Students must answer 5 questions total, selecting at least one question from each unit. Question 9 is compulsory and covers short notes on 4 out of 6 programming topics. The document provides the time allowed, maximum marks, instructions, and lists the questions under each unit.

Uploaded by

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

Introduction To Computer Programming: UNIT-1

This document outlines the structure and content of an exam for an introduction to computer programming course. The exam is divided into 5 units, with 2 questions per unit. Students must answer 5 questions total, selecting at least one question from each unit. Question 9 is compulsory and covers short notes on 4 out of 6 programming topics. The document provides the time allowed, maximum marks, instructions, and lists the questions under each unit.

Uploaded by

Garv Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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