1 |
A loop whose execute never ends is called |
Nested loop
Forever loop
Infinite loop
Counter loop
|
2 |
Repetition structure is used to execute a statement or set of statement |
Once
More than one time
Skip statement
All
|
3 |
The loop structure in which condition comes after the body of the loop is |
While
Do-while
For
All
|
4 |
The loop structure that executes at least ones is |
While
Do-while
For
All
|
5 |
Which of the following statement can be used in C |
While
For
Do while
All
|
6 |
______ are used to enter data into databases |
Queries
Reports
Tables
Forms
|
7 |
Redundancy means |
Duplication
No-duplication
Standards
Microsoft office integration
|
8 |
______ are used to move around the window if its contents do not fit on screen |
menu bar
Tool bar
Scroll bar
Status bar
|
9 |
________ contains icon button that are shortcuts to the commands in the menu |
Menu bar
Tool bars
Scroll bar
Status bar
|
10 |
A ________ is used to perform the same sequence of steps or automating tasks repeatedly |
Macro
Module
Forms
Reports
|
11 |
A _____ contains an object that stores VBA code |
Macro
Module
Forms
Reports
|
12 |
Each record consists of a |
Rows
Columns
Both a and b
None of these
|
13 |
break keyword is used in |
If statement
If-use
Else-if
None of the above
|
14 |
Which is not possible |
Nesting if statement
Loop in the body of statement
If statement in the body of loop
None of above
|
15 |
From the followings which is different |
If
Else-if
Function
Switch
|
16 |
Key is used in |
If statement
Else if statement
Switch statement
All of the above
|
17 |
From the following statement which is the control statement |
If
Else if
Switch
All of the above
|