1 |
Which format specific is used for integer data type? |
%d
%S
%C
%f
|
2 |
The number of bytes used by 'int' data type in C are: |
2
8
12
16
|
3 |
C was developed in the year: |
1970
1972
1976
1995
|
4 |
Which can be previewed on the screen before printing? |
Report
Form
Sub-form
None
|
5 |
How many table views are available in MS Access? |
1
3
2
4
|
6 |
Which object of database is used to retrieve data from database? |
Queries
Forms
Reports
Tables
|
7 |
In relational database, table is also called: |
Table
Relation
File
Schema
|
8 |
Which are basic data distribution strategies? |
Centralized
Partitioned
Replication
All
|
9 |
The columns of a table correspond to: |
Table
Record
Field
Cell
|
10 |
A file is stored in: |
RAM
ROM
Cache
Hard disk
|
11 |
Local variables are also called: |
Automatic variables
Global variables
Grid Variables
None of these
|
12 |
In a loop semicolon is placed at the end of condition: |
While
For
Do-while
None of these
|
13 |
Conditional operator is also called: |
True operator
Ternary-operator
Truth operator
All of these
|
14 |
Conditional operator is alternative of: |
If
If-else
Nested if-else
None of these
|
15 |
A \t is used for: |
New line
Tab
Back space
None of these
|
16 |
Getch stands for: |
Go character
Give character
Get character
All of these
|
17 |
Data type int contain bytes: |
10
4
2
1
|