Bca Bca 103 Introduction To Programming 2011
Bca Bca 103 Introduction To Programming 2011
com
Name : …………………………………………….………………
Roll No. : …………………………………………...……………..
Invigilator’s Signature : ………………………………………..
CS/BCA/SEM-1/BCA-103/2011-12
2011
INTRODUCTION TO PROGRAMMING
Time Allotted : 3 Hours Full Marks : 70
GROUP – A
( Multiple Choice Type Questions )
1. Choose the correct alternatives for any ten of the following :
10 × 1 = 10
1104 2
CS/BCA/SEM-1/BCA-103/2011-12
ix) The mode used for creating a text file for read/write is
program ?
main ( )
a) 200 30 b) 30 100
c) 30 200 d) 30 500.
x = 7; y = 0;
if ( x = 6 )
y=7;
else
y = 1;
a) 7 b) 0
c) 1 d) 6.
GROUP – B
( Short Answer Type Questions )
Answer any three of the following. 3 × 5 = 15
variable ?
1104 4
CS/BCA/SEM-1/BCA-103/2011-12
n terms :
S = 1 + ( 1 + 2 ) + ( 1 + 2 + 3 ) + ..................
GROUP – C
( Long Answer Type Questions )
Answer any three of the following. 3 × 15 = 45
1104 6
CS/BCA/SEM-1/BCA-103/2011-12
a) Declaring a variable