Inter (Part – 2)
Fedral Board 2016
Section A
(Marks 17)
Time allowed: 25 Minutes
Note: Circle the correct option i.e A/B/C/D .each part carries one mark.
Alt+F5
Alt+F9
Crtl+ F5
Crtl+ F9
Length
Name
Accessibility
Data type
Loader
Compiler
Linker
Editor
Controls the margins of the program listing
Specifies the maximum value of a number
Specifies how many columns will be used to print the number
Controls the size of type used to print number
9
10
11
12
1=1+3;
1=3;
1-3=1
1=3+3;
Unary operator
Binary operator
Ternary operator
Bitwise operator
The terminating condition occurs unexpectedly
The body of loop will be executed at least once
The number of times the loop will be executed is known before the loop is executed
The program will be executed more than one time
Assignment. Relation. Arithmetic
Arithmetic. Relation. Assignment
Relation. Arithmetic. Assignment
Assignment. Arithmetic. Relation
Actual parameters
Default parameters
Command line parameters
Formal parameters
putc()
getc()
fputs()
fgets()
Data atomicity
Data inconsistency
Data redundancy
Data dependency
Each row is unique
Order of row is insignificant
Order column is significant
Columns are atomic
Macro
Dynaset
DFD
Pointer
Section –B
(Marks 39 )
Section C (Marks 21)
Attempt any two question all question carry equal marks. (3x7=21)
3. Create a C program to find the factional value of any number entered through the keyboard. (7)
4. (A) distinguish between the Nested if –else and switch statement. (4)
(b) Write down the uses of function. What is function prototype? Illustrate with and example. (3)
5. What is query? What are the uses of queries in data base? Explain different types of queries (1+2+4)
6. (a) write a brief note on
I ) Referential integrity
II) Report
(b) Define DBMS Discuss advantages of DBMD (1+2)