0% found this document useful (0 votes)
8 views

COMPUTER-II Sendup

Uploaded by

su0377066
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

COMPUTER-II Sendup

Uploaded by

su0377066
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

INTER-II

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

4 Color of a car is an example of Entity Attribute Relationship Relation

5 Cars and parts are examples of: Cardinality relationship entities Attributes

6 The column of the table corresponds to: Table Record Field Cell

Which of the followings is a valid format


7 specifier? %-7f %10d %7.2f all

.exe file is produced by the


8 Linker Loader Compiler Interpreter

An entity associated with itself in ERD


Model refers to: One to one One to many Many to many Recursive
9
relationship relationship relationship relationship

Which of the following keys does not hold


uniqueness property? Candidate
10 Foreign key Primary key secondary
key

HARD DISK USB


11 Variable are created in RAM ROM

12 _____________ not a valid escape code: \t \b \r \y

13 Types of translators are interpreter assembler compiler all

14 The function getche() is defined as Studio.h Conio.h String.h Math.h

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)

Note: Attempt any one questions from the following. 8x1=08


Q.5. Define database model. Describe different types of database models.
Q.6. what is data modeling? What are the ingredients of data modeling?

( C LANGUAGE)

Note: Attempt any two questions from the following. 8x2=16


Q.7. What is switch structure? Explain its keywords.
Q.8. Write a program that inputs four numbers and calculate the sum average and product of all the
numbers.
Q.9. Explain scope and lifetime of local and global variables.

Inter-II (BGT)

You might also like