COMPUTER-II Sendup
COMPUTER-II Sendup
Computer 20 Minutes
15 24-01-2024
Note: You have four choices for each objective type questions A, B, C and D. 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 the questions. Write
paper code which is printed on this question paper on both sides of the answer sheet and fill bubbles accordingly, otherwise the student will be
responsible for the situation. Use of ink remover and white correcting fluid is not allowed.
Q.No.1 15
Sr # MCQ’s A B C D
The process of arranging data in logical
1 Sorting Summarizing Data capturing Classifying
sequence is called:
Dependent Independent
2 The foreign key is found in: Parent table Pivot table
table table
View View View
3 Merging the relation is also known as: View entities
integration relationship constraints
5 Cars and parts are examples of: Cardinality relationship entities Attributes
6 The column of the table corresponds to: Table Record Field Cell
Stdio.h stands for: Standard Symbolic input Simple input String input
15 input output output output output
Inter-II (BGT)
INTER-II
Computer 2:10 Hours
24-01-2024
60
Section-I
Q.2 Write short answers to any Six (06) parts from the following. 6x2=12
i. What is data processing?
ii. Why we use backup file?
iii. Define data dictionary?
iv. What is the purpose of view?
v. Differentiate between alternate key and candidate key?
vi. What is the use of index in DBMS?
vii. Differentiate between cardinality and modality?
viii. What is integrity problem?
ix. Define Analysis?
Q.3 Write short answers to any Six (06) parts from the following. 6x2=12
Predict the output
i. printf(“*\n**\n***\n);
ii. float f=3.14159;
printf(“%8.4f”,&f);
Find the errors
iii. void main()
{
Int x,y,sun;
X=10;
y=15;
sum=x+y:
printt(“%d”,sum);
}
iv. printf(“%d%d%d%d”,a,b,c);
v. write a single statement to display the following statement “the following text”
The file is in:
“C:\My documents”
vi. Define ternary operator?
vii. Differentiate between actual and formal parameters?
viii. What is function Prototype?
ix. What are the limitations of if statement?
Q.4 Write short answers to any Six (06) parts from the following. 6x2=12
i. Differentiate between linker and loader?
ii. What is preprocessor directive?
iii. Differentiate between structured and unstructured programing?
iv. What is variable definition?
v. What is garbage value?
vi. What is format specifier?
vii. Differentiate between character and string data type?
viii. Define compound assignment statement.
ix. What is format specifier.
Section-II
(MS ACCESS)
( C LANGUAGE)
Inter-II (BGT)