Computer Paper Part-II
Computer Paper Part-II
NOTE: Write your Roll No. in space provide Over-writing, Cutting, Erasing, Using lead pencil will result in loss of marks.
Q.No.1: You have four choices for each objective type question as A, B, C and The choice which you think
is correct, fill that circle in front of that question number. Use marker or pen to fill the circle. Cutting or filling
two or more circles will result in zero mark in that question.
Note: Over-writing, cutting, erasing, using lead pencil, will result in loss of marks. (1x15=15)
S.N Statement A B C D
Condescend Alphabetic
6 What is Z to A order called? Ascending Descending
ing al
9 Variable and constant names cannot start with: Number Underscore Letter None
12 Loop structure always executes at least once? nested while For Do While
(SECTION-I)
Q No. 2: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) Define Source Code.
2) What is preprocessor directive?
3) Why does machine language program execute faster?
4) Write down two rules for naming variables?
5) What happens when arithmetic under flow occurs?
6) Find any two errors of the following code:
int number = 6
number ++;
printf(%d\n”,number);
7) Trace output
int n=6;
n++;
printf(“%d,”n);
8) What is Escape Sequence? Write down any 3 escape sequeces.
9) Compare “getch()” and “getche()” function.
Q No. 3: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) What is nested if statement?
2) Determine the output of the following code
if(1!=2)
printf(“OK”);
else
printf(“Correct it ”);
3) Describe sequence structure?
4) Convert the following loop in do while loop:
for (I=3;i<=39;i+=6)
{
Printf(“%d\n”,i);
}
5) What is infinite loop?
6) Write the purpose of continue statement?
7) Define built-in function.
8) What is function declaration/function prototype/function signature with syntax?
9) What is a text file?
Q No. 4: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) What Is DBMS?
2) Define Term of Relation or Table.
3) Define Composite \Concatenate Key.
4) Discuss One to One Relationship.
5) Identify Entity Name, Primary Key and Attribute in The Following
Student (Student ID, Student Name, Group)
6) Define Synonym.
7) What Is Repeating Group?
8) What is IDE?
9) List any two uses of reports?
Section II
NOTE: Attempt anyOne question. (8 x 1 = 8)
Q5. What is database system? Explain four major components of database system.
Q6. What is query? Explain the types of Queries.
C-Language
NOTE: Attempt any Twoquestion. (8 x 2 = 16)