Comp 2nd HB
Comp 2nd HB
Subjective Part
Section-I
(MS-ACCESS)
Q.2.Write short answers of any Six. (6x2=12)
i. Define entity integrity. v. Define the term RDBMS.
ii. What is transitive vi. Enlist two uses of Form.
dependency? vii. Define the term cardinality
iii. When a relation is in 1st NF? of relation.
iv. Write two table views in MS viii. How is combo box used?
Access. ix. Name the different types of
queries in MS Access.
(C-LANGUAGE)
Q.3.Write short answers of any Six. (6x2=12)
i. Write the syntax of do-while loop. vii. How many times will the
ii. Write the difference between following loop display “Hello”:
while and do-while loop. for(i=0; i<20; i++)
iii. What is the purpose of goto printf(“Hello”);
statement? viii. Output the following code:
iv. What is sentinel control loop? int i, j=3;
v. Convert the following code into for(i=1; i<=5; i++)
while loop: printf(“\n%d%d”, i , j);
void main() ix. Find errors in the following code:
{ x=2;
for(int i=1; i<=10; i++) sum=0;
printf(“%d”,i);} While(x<=10)
vi. Describe nested loop. Sum + = x;
x--;
Section-II
(MS-ACCESS)
Note: Attempt any one question from the following: (1x8=8)
Q.5.When is a relation is in first normal form? Explain with example.
Q.6.Write the different data types available in MS-Access.