1 |
How many table views are available in Microsoft Access? |
4
3
2
1
|
2 |
Which rule states that a record form a table cannot be deleted if its associated record exists in related table? |
Referential integrity
Entity relationship
Normalization
All
|
3 |
In a relational database, a single piece of information is called: |
Table
Record
Entity
Attribute
|
4 |
How many types of relationship can be used? |
2
3
4
5
|
5 |
The data in tables is entered in: |
Design view
Normal view
Datasheet view
Layout view
|
6 |
Dummy question 2 |
a
2
b
f
|
7 |
Dummy question |
1
2
3
4
|
8 |
% f is used for |
Double
Float
Integer
Short
|
9 |
Function prototypes for built-in functions are specified in |
Source files
Header files
Object files
Image files
|
10 |
Which of the following is true about a function call |
Stop the execution of the program
Transfer control to the called function
Transfer control to the main function
Resumes the execution of the program
|
11 |
Which of the following looks for the prototypes of functions used in a program |
Linker
Loader
Compiler
Parser
|
12 |
The name of actual and formal parameters |
May or may not be same
Must be same
Must be different
Must be in lowercase
|
13 |
In C program two functions can have |
Same name
Same parameters
Same name & parameters
Same name but different parameters
|
14 |
Format arguments are also called |
Actual arguments
Dummy arguments
Original
Referenced arguments
|
15 |
If for each entity in B there is only one related entity in A then the relationship between the entities is |
One to one
One to many
Many to many
None
|
16 |
All numbers greater than 0 and less than 100 |
< 0 and > = 100
> 0 and < = 100
< > 100
> = 1
|
17 |
To select all records that begin with letters A through G |
<="G"
Like "G"
<> A
> A
|