1 |
Which object is used to retrieve data from database and present in formatted way? |
Report
Form
Table
Query
|
2 |
The output of the query is in the form of a : |
Table
Form
Report
Query
|
3 |
Which of the following database object is used to retrieve data form database ? |
Queries
Forms
Reports
Tables
|
4 |
A data base consists of various components called: |
Tools
Properties
Entities
Objects
|
5 |
One execution of a loop is knows as a (n): |
Cycle
Duration
Iteration
Test
|
6 |
Which programming structure makes a comparison? |
Relation
Decision
Sequence
Repetition
|
7 |
Conditional operator takes: |
Three operands
Two operands
One operands
Many operands
|
8 |
Which format specifier is used for integer data type? |
%d
%c
%s
%f
|
9 |
The number of bytes used by double data type in C is: |
2 (8) 8
12
6
|
10 |
a + = b is equivalent to: |
b + = a
a = + b
a = a + b
b = b + a
|
11 |
Computer programs are also known as: |
Software
Procedure
Hardware
Algorithm
|
12 |
Which is needed to add, edit or delete records from a table? |
Record view
Datasheet view
Design view
Edit view
|
13 |
Microsoft access saves the database with the extension: |
mdb
msdb
madb
txt
|
14 |
The attribute on the left hand of the arrow in a functional dependency is: |
Candidate Key
Determinant
Foreign Key
Primary Key
|
15 |
Which is used to associate entities with one another? |
Entity
Attributes
Identifier
Relationship
|
16 |
Create command is used to create: |
Table
View
Report
Query
|
17 |
A collection of raw facts and figures is called: |
Data
Information
Operation
Processing
|