CS/BCA/SEM-1/BCA-103/2012-13
2012
INTRODUCTION TO PROGRAMMING
Time Allotted : 3 Hours Full Marks : 70
The figures in the margin indicate full marks.
Candidates are required to give their answers in their own words
as far as practicable.
GROUP – A
( Multiple Choice Type Questions )
1. Choose the correct alternatives for any ten of the following :
10X1 = 10
i) C is a
a) middle level language
b) high-level language
c) low-level language
d) none of these.
ii) A do-while loop is useful when we want that the
statements within the loop must be executed
a) only once b) at least once
c) more than once d) none of these.
iii) Every C function
a) by default return an integer value
b) by default return more than one integer value
c) by default return an floating costant
d) none of these.
iv) An array is a collection of