1 |
Which form of dependency is removed n 3NF? |
Functional
Non-functional
Associative
Transitive
|
2 |
Any array script should be: |
Int
Float
Double
Array
|
3 |
The scope of a variable refers to its: |
Length
Name
Accessibility
Data type
|
4 |
How many types of loop structure are available in C? |
4
3
2
6
|
5 |
Another term for a conditional operator is: |
Ternary
Binary
Byte
Iteration
|
6 |
The case block ends with: |
End Select
End case
Break
Case else
|
7 |
Which is a possible value of flag? |
-
+
Space
All of these
|
8 |
Which format specific is used for integer data type? |
%d
%S
%C
%f
|
9 |
The number of bytes used by 'int' data type in C are: |
2
8
12
16
|
10 |
C was developed in the year: |
1970
1972
1976
1995
|
11 |
Which can be previewed on the screen before printing? |
Report
Form
Sub-form
None
|
12 |
How many table views are available in MS Access? |
1
3
2
4
|
13 |
Which object of database is used to retrieve data from database? |
Queries
Forms
Reports
Tables
|
14 |
In relational database, table is also called: |
Table
Relation
File
Schema
|
15 |
Which are basic data distribution strategies? |
Centralized
Partitioned
Replication
All
|
16 |
The columns of a table correspond to: |
Table
Record
Field
Cell
|
17 |
The conditional part of if statement consists of expression |
arithmetic
logical expression
relational
both b and c
|