Saturday 2 July 2011

BC0034 BCA Computer Concepts C Programming MQP

Part A (One Mark Question)


1)  C Program must have –
a.  Start () function
b.  Begin() function
c.  Main() function
d.  First() function

2)  int a[]={5,4,3,2,1} What is the value of a[3]?
a.  2
b.  3
c.  4
d.  1

3)  float a[10]; What is the size of the array?
a.  10
b.  20
c.  30
d.  40

4)  In C a variable name cannot contain
a.  Blank Space
b.  Underscore
c.  Letter
d.  Digits

5)  Array is :
a.  Primary data type
b.  Homogeneous data type
c.  Pointer data type
d.  Heterogeneous data type

6)  Array index can be started from 1?
a.  Yes
b.  No

7)  To accept 100 different values into the array we require:
a.  Loop
b.  If condition
c.  Function
d.  Structure

8)  Which of the following is odd one out
a.  +
b.  –
c.  /
d.  **

9)  Pointer holds
a.  Value of variable
b.  Address of variable
c.  Value and address of variable
d.  Always null

10)  An integer constant in C must have
a.  At least one digit
b.   At least one decimal point
c.  A comma along with digits
d.  Digits separated by commas

 

Download Full Question Paper :

BC0034 BCA Computer Concepts C Programming MQP Part1

BC0034 BCA Computer Concepts C Programming MQP Part2