1 |
Conditional operator takes: |
Three operands
Two operands
One operands
Many operands
|
2 |
Which format specifier is used for integer data type? |
%d
%c
%s
%f
|
3 |
The number of bytes used by double data type in C is: |
2 (8) 8
12
6
|
4 |
a + = b is equivalent to: |
b + = a
a = + b
a = a + b
b = b + a
|
5 |
Computer programs are also known as: |
Software
Procedure
Hardware
Algorithm
|
6 |
Which is needed to add, edit or delete records from a table? |
Record view
Datasheet view
Design view
Edit view
|
7 |
Microsoft access saves the database with the extension: |
mdb
msdb
madb
txt
|
8 |
The attribute on the left hand of the arrow in a functional dependency is: |
Candidate Key
Determinant
Foreign Key
Primary Key
|
9 |
Which is used to associate entities with one another? |
Entity
Attributes
Identifier
Relationship
|
10 |
Create command is used to create: |
Table
View
Report
Query
|
11 |
A collection of raw facts and figures is called: |
Data
Information
Operation
Processing
|
12 |
Any array script should be: |
Int
Float
Double
Array
|
13 |
The scope of a variable refers to its: |
Length
Name
Accessibility
Data type
|
14 |
How many types of loop structure are available in C? |
4
3
2
6
|
15 |
Another term for a conditional operator is: |
Ternary
Binary
Byte
Iteration
|
16 |
The case block ends with: |
End Select
End case
Break
Case else
|
17 |
Which is a possible value of flag? |
-
+
Space
All of these
|