1 |
The statement that is used for an |
while
all
for
goto
|
2 |
The set of statement that executes repeatedly due to loop statement in called |
code of loop
body of loop
loop structure
all
|
3 |
How many times the instruction in the body of following loop will execute for (x = 1; x < 5; x ++) |
3
4
5
6
|
4 |
The loop statements in a language are |
2
3
4
5
|
5 |
The instruction that is used to execute a statement or set of statements is |
while
for
do-while
all
|
6 |
Which of the following is not a data type ? |
text
number
picture
date/time
|
7 |
In Access, the structure of a table is created in -------------- view |
design view
data sheet view
a and b
none of them
|
8 |
A record is a complete set of ------------------- field |
distinct
related
designed
all of them
|
9 |
Microsoft Access saves the database with extension |
mdb
msdb
madb
none of them
|
10 |
Which of the following object is used to retrieve data from database and present in a formatted way ? |
report
form
table
query
|
11 |
The output of a query is in the form of a |
table
form
report
tables
|
12 |
Which of the following object of database is used to retrieve data from database ? |
queries
forms
parts
tables
|
13 |
A database consists of various components called the |
tool
properties
entities
object
|
14 |
The conditional part of if statement consists of expression |
arithmetic
logical expression
relational
both b and c
|
15 |
The type of expression x > y is |
arithmetic
logical
relational
conditional
|
16 |
We can make two way decisions with the help of |
if
nested
if-else
all
|
17 |
The operator that is used in decision making is |
increment operator
decrement operator
condition operator
none
|